@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f1f1f1;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
.headerMenu {
	background-image: url('../images/backHeaderMenu0.png');
	background-repeat:no-repeat;
	vertical-align: top; 
	background-position:right;
}
.txtWhiteSmall, .txtWhiteSmall a, .txtWhiteSmall a:link {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.txtWhiteSmall a:hover {
	color: #8ecef9;
}

.tableDirection {
	direction: ltr;
}

.tdAlign1 {
	text-align: right;
}
.tdAlign2 {
	text-align: left;
}

.txtWhiteSmallCorsiva, .txtWhiteSmallCorsiva a, .txtWhiteSmallCorsiva a:link {
	font-family: "Monotype Corsiva", Arial, Helvetica, sans-serif ;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.txtWhiteSmallCorsiva a:hover {
	font-family: "Monotype Corsiva", Arial, Helvetica, sans-serif ;
	color: #8ecef9;
}

.txtGray {
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	text-align: justify;
}

.txtGraySmall, .txtGraySmall a, .txtGraySmall a:link {
	font-size: 11px;
	font-weight: normal;
	color: #404040;
	text-decoration:none;
}

.txtGraySmall a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #002f65;
	text-decoration:none;
}
.txtGraySmallhover {
	font-size: 11px;
	font-weight: normal;
	color: #002f65;
	text-decoration:none;
}

.txtGrayMain {
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	text-align: justify;
	
}
.txtGrayB {
	font-size: 13px;
	font-weight: normal;
	color: #404040;
	text-align: justify;
}
.txtGrayB2, .txtGrayB2 a, .txtGrayB2 a:link  {
	font-size: 14px;
	font-weight: normal;
	color: #404040;
	text-align: justify;
	text-decoration:none;
}

.txtGrayB2 a:hover {
	font-size: 14px;
	font-weight: normal;
	color: #00407a;
	text-align: justify;
	text-decoration:none;
}


.txtGraySmall, .txtGraySmall a, .txtGraySmall a:link {
	font-size: 11px;
	font-weight: normal;
	color: #404040;
	text-align: justify;
	text-decoration:none;
}
.txtGraySmall a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #00407a;
	text-decoration:none;
}

.txtBlue, .txtBlue a, .txtBlue a:link {
	font-size: 12px;
	font-weight: normal;
	color: #00407a;
	text-decoration:none;
}
.txtBlue a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
.txtBlueSmall, .txtBlueSmall a, .txtBlueSmall a:link  {
	font-size: 11px;
	font-weight: normal;
	color: #00407a;
	text-decoration:none;
}
.txtBlueSmall a:hover  {
	color: #000000;
}
.txtBlueB, .txtBlueB a:link, .txtBlueB a {
	font-size: 13px;
	font-weight: bold;
	color: #00407a;
		text-decoration:none;
}
.txtBlueB3 {
	font-size: 15px;
	font-weight: bold;
	color: #002b61;
		text-decoration:none;
}
.txtBlueB a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #0173bc;
	text-decoration:none;
}

.txtWhite {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

td.butMain {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer;
	background-image: url(../images/butMain.png);
}

td.butMainOver {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer;
	background-image: url(../images/butMainOv.png);
}

td.butSub {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer;
	background-image: url(../images/butSub.png);
}

td.butSubOver {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer;
	background-image: url(../images/butSubOv.png);
}

td.butSubL {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer;
	background-image: url(../images/butSubL.png);
}

td.butSubOverL {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer;
	background-image: url(../images/butSubLOv.png);
}


td.leftMenu {
	font-size: 12px;
	font-weight: bold;
	color: #404040;
	cursor:pointer;
	background-image: url(../images/leftMenuBut0.jpg);
}

td.leftMenuOver {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer;
	background-image: url(../images/leftMenuButOver0.jpg);
}


.formNewsletter {
	font-size: 10px;
	font-weight: normal;
	color: #545454;
	height: 17px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.newsletterBut {
	background-image: url(../images/butNewsletter0.png); background-position:center; background-repeat:no-repeat;
	width: 28px;
	height: 20px;
	border: none;
	cursor: pointer;
}
.butLogin {
	background-image: url(../images/butLogin.png);
	width: 72px;
	height: 20px;
	border: none;
	cursor: pointer;
}

.formMember {
	font-size: 12px;
	font-weight: normal;
	height: 22px;
	width: 200px;
	color: #666666;
}

.txtinput {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #666666;
	height: 17px;
	width: 130px;
}
.txtinputL {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #666666;
	height: 17px;
	width: 240px;
}
.txtFormTopHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #b3b3b3;
	height: 18px;
	width: 90px;
}

.txtarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	height: 98px;
	width: 380px;
	border: 1px solid #666666;
}

.txtinputCareers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #666666;
	height: 17px;
	width: 270px;
}
.txtareaCareers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	height: 98px;
	width: 270px;
	border: 1px solid #666666;
}
.txtinputApplication {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	height: 17px;
	width: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #666666;
	border-left-color: #eeeeee;
}
td.butMainJs {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer;
}

td.butMainJsOver {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer;
	background-image:url(../images/backMainLink.jpg);
}


.menuDelim { width:1px; height:35px; background-image:url(../images/backMainLinkLine.jpg); float:right; }


.subMenuBut { background-color:#004986;height:25px; vertical-align:top; line-height:27px; font-size:11px; font-weight: bold; width:100%; text-align:left; color:#FFFFFF;  padding-left:15px; padding-right:5px }
.subMenuButOv { color:#FFFFFF; cursor:pointer; background-color:#122435 }

.menuBut { vertical-align:top; line-height:35px; height:35px; text-align:center; color:#FFFFFF; font-size:12px; font-weight: bold; padding-left:10px;padding-right:10px; }
.menuButOv { color:#FFFFFF; cursor:pointer; background-image:url(../images/backMainLink.jpg);}

