/* -------------------------------------------------- MAIN FONTS FOR THE SITE --------------------------------------------------------*/


.mainsm 		{font-size : 11px; font-family : Verdana, Arial,  Helvetica; font-weight : normal; text-decoration:none; color : #333333;}
.mainsmb 		{font-size : 11px; font-family : Verdana, Arial,  Helvetica; font-weight : bold; text-decoration:none; color : #333333;}
.maintxt		{font-size : 11px; line-height : 15px; font-family : Verdana, Arial,  Helvetica; font-weight : normal; color : #333333;}
.mainB 			{font-size : 11px; line-height : 14px; font-family : Verdana, Arial,  Helvetica; font-weight : bold; color : #333333;}
.mainBSm 		{font-size : 11px; font-family : Verdana, Arial,  Helvetica; font-weight : bold; color : #FFFFFF;}
.headerMAIN		{font: bold 14px Verdana, Arial, Helvetica, sans-serif;color: #000000;
}

/* --------------------------------------------------HYPERLINKS--------------------------------------------------------*/

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000099;
}

body {
	background-color: #131C23;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 15px;
	color: #0E3456;
	font-weight : normal;
	margin-top: 0px;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
}
.button {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.button:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #3E6B92;
	text-decoration:underline;
}
/* ------------ FORM ------------ */
.mssg {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}

.textfield {
	border: 1px solid #000066;
	border-collapse:collapse;
	background-color:#E7E7E7;
}

.logonField {
	font-size: 11px;
	background-color:#E7E7E7;
	padding: 2px;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000066;
	height: 14px;
	}
.headerWHITE {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
.creds {
	color: #FFFFFF;
	font-weight: bold;
}
.creds a:link{
	color: #FFFFFF;
	font-weight: bold;
}
.creds a:visited{
	color: #FFFFFF;
	font-weight: bold;
}
.creds a:hover{
	color: #999999;
	font-weight: bold;
}
.creds a:active{
	color: #999999;
	font-weight: bold;
}
.norepeat {
	background-color: #DDDBDC;
	background-repeat: repeat-x;
}
.norepeatCONTENT {

	background-color: #888888;
	background-repeat: repeat-x;
}

