/* --- HTML TAGS DEFINITION - CONTENT AREA APPEARANCE------------------------------------------------- */

body, form, select, textarea, input {
	font-family: Arial, Helvetica, "Adobe Helvetica", sans-serif;
	color: #003399;
	line-height : 1.24;
}

a:link{
	color: #003399;	
}

a:visited{
	color: #666666;	
}

a:hover { 
	color: #003399; 
	text-decoration: underline; 
}

body {
	background-color: #003399;
	font-size: 81.5%;			/*equal to 13px*/
	font-weight: normal;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table {
	font-size: 1em;
}

h1 {
	font-size: 155%;			/*equal to 20px*/
	margin-top: 22px;
	margin-bottom:16px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #003399;		
}

h2 {
	font-size: 141.5%;			/*equal to 18px*/
	font-weight: normal;	
	margin-top: 22px;
	margin-bottom: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #E5900A;
}
	
h3 {
	font-size: 110%;			/*equal to 14px*/
	margin-top: 16px;
	margin-bottom: 7px;
	padding-top: 0px;
	padding-bottom: 0px;		
	color: #E5900A;
}

h4 {
    font-size: 101%;			/*equal to 13px*/
	font-style: italic;
	margin-top: 12px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;		
	color: #003399;
}

h5 {
    font-size: 101%;			/*equal to 13px*/
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 0px;		
	padding-top: 0px;
	color: #003399;
}

h6 {
   	font-size: 101%;			/*equal to 13px*/
	font-weight:normal; 
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;		
	color: #003399;
}

p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 10px;		
}

li {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 1px;

}

ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 10px;
}

ol {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

select{
	font-size: 101%;

}

textarea {
	font-size: 101%;
}

input {
	font-size: 101%;
	background-color: #ffffff;
	border: #003399 1px solid;
}

iframe { text-align: center; }

/* --- CLASSES -------------------------------------------------------------- */

/* --- Top tools Section --- */

.tdToolsTop {
	font-size: 94%;
	text-align: right;
	height: 20px;
	color: #FFFFFF;
	background-color: #003399;
	font-weight: normal;
	padding-right: 2px;
}

.tdToolsTop a:link, .tdToolsTop a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #003399;
	font-weight: normal;
	text-decoration: none;
}

.tdToolsTop a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #003399;
	font-weight: normal;
	text-decoration: underline;
}

/* --- Banner and Language selector --- */

.tableBanner {
	background-color: #9accff;
	border: 1px solid #FFFFFF;
}

.tdLanguageSelector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;	
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9accff;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
}

.tdLanguageSelector a:link, .tdLanguageSelector a:visited, .tdLanguageSelector a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #9accff;
	text-decoration: underline;
}

.formLang {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #003399;
}

.langsel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;	
	font-weight: normal;
	color: #003399;
}
.ToggleBox {
	height: 100px;
	width: 160px;
	border: 0px none;
	background-image: url('/wel/images/togglebox.gif');
}
/* --- Path --- */

.tablePath {
	background-color: #003399;
	background-image: url('/wel/images/path_bg.gif');
	background-repeat: repeat-x;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	height: 19px;
}

.tdPath {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	vertical-align: middle;
	height: 19px;
}

.tdPath a:link, .tdPath a:visited {
	font-weight: bold;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.tdPath a:hover {
	font-weight: bold;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.tdPathRight { text-align: right; }


/* --- Bottom tools --- */

.tdBottomTools {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 94%;
	color: #003399;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	height: 20px;
	width: 100%;
}

.tdBottomTools a:link, .tdBottomTools a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
}

.tdBottomTools a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: normal;
	background-color: #FFFFFF;
	text-decoration: underline;
}

.tdBottom {
	background-color: #ffffff;
	vertical-align: bottom;
	text-align: right;
}

/* --- Links with no lingustic page correspondance--- */

.noLink	{
	color: #0000ff;
}

/* --- Size attribute for PDF files--- */

.sizeFile {
	font-style: italic;
}

/* --- Optional classes that can be use for same size correspondance in several browsers--- */

.pixels16 {
	font-size: 125%;	/*equal to 16px*/
}

.pixels12 {
	font-size: 94%; 	/*equal to 12px*/
}

.pixels11 {
	font-size: 85%; 	/*equal to 11px*/
}

.pixels10 {
	font-size: 80%;		/*equal to 10px*/
}