@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #212b35;
}
body {
	background-color: #001e3a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #db8b19;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}


.TEXTblue {
	color:#013d6f;
	font-weight:bold;
}
.TEXTclicked {
	color: #FF9900;
	font-weight: bold;
}
.TEXTtitles {
	color: #013d6f;
	font-size: 16px;
	font-weight: bold;
}
.TEXTtitlesOrange {
	color: #FF9900;
	font-size: 12px;
}
.TEXTcopyright {
	color: #666666;
	font-size: 10px;
}
.TEXTnewsTitle {
	color: #013d6f;
	font-size: 14px;
}
.TEXTsmall {
	color:#000000;
	font-size:10px;
}



a:TEXTcopyright {
	color: #999999;
	font-size: 10px;
}
a:hover.TEXTcopyright {
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a:visited.TEXTcopyright {
	color: #999999;
	font-size: 10px;
}
a:TEXTlinks {
	color: #000000;
	font-weight: bold;
}
a:hover.TEXTlinks {
	color: #000000;
	font-weight: bold;
}
a:visited.TEXTlinks {
	color: #000000;
	font-weight: bold;
}



.TABLEmainBorders {
	border-right: solid; 
	border-right-color: #000000; 
	border-right-width: 1px;
	border-left: solid;
	border-left-color: #000000;
	border-left-width: 1px;
}
.TABLEbordersRight {
	border-right-color: #003366; 
	border-right-width: 1px; 
	border-right-style: solid;
}
.TABLEstyles {
	background-repeat: no-repeat; 
	padding: 10px;
}
.TABLEstylesRight {
	background-repeat: no-repeat;
	padding: 10px;
	padding-right: 20px;
}


.CELLtop {
	background-image:url(img/backgrounds/TopBg.jpg);
	background-position: top;
	background-repeat:no-repeat;
}
.CELLbody {
	background-image:url(img/backgrounds/BodyBg.jpg);
	background-position: top;
	background-repeat:repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
}
.CELLbottom {
	background-image:url(img/backgrounds/BottomBg.jpg);
	background-position: top;
	background-repeat:no-repeat;
}


.INPUTcontactFields {
	background-color: #CCCCCC; 
	border: none; 
	color: #000000;
	width: 230px;
	overflow: auto;
}
.INPUTsubmitButton {
	background: #013d6f; 
	color: #FFFFFF; 
	border: none;
	padding: 1px;
}



.DIVheader {
	background: #013d6f; 
	background: url(img/backgrounds/headerBg.jpg); 
	background-repeat: repeat-x;
	width: 100%;
}
.DIVbody {
	background: #124384; 
	background-color: #124384;
	background: url(img/backgrounds/bg.jpg); 
	background-repeat: repeat-x;
	width: 100%;
}
.DIVcopyrights {
	background: #336699;
	width: 100%;
}
.DIVfooter {
	background-color: #000000; 
	width: 100%;
}

.Divider {
	color: #013d6f;
	border-style: dotted;
	size: 5px;
	width: 450px;
}
.LinkDivider {
	color: #CCCCCC;
	border-style: solid;
	border-width:thin;
	width: 100%;
}