/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-side.gif);
	background-repeat: repeat;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	line-height: 14px;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #3366CC;
	text-decoration: underline;
	}
	
a:visited {
	color: #3366CC;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

a:active {
	color: #FF9900;
	text-decoration: none;
}









a.lkFooter:link {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
a.lkFooter:visited {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
a.lkFooter:hover {
	font-size: 9px;
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	font-size: 9px;
	color: #FFCC00;
	text-decoration: none;
}





a.Biglink:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.Biglink:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.Biglink:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.Biglink:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}




a.Minilink:link {
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}
a.Minilink:visited {
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}
a.Minilink:hover {
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	text-decoration: normal;
}
a.Minilink:active {
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	text-decoration: normal;
}





/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txtFooter {
	color: #FFFFFF;
	font-size: 9px;
}

.bold {
	font-weight: bold;
}

.headingMidBlue {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

.headingDkBlue {
	font-size: 14px;
	font-weight: bold;
	color: #000033;
}

.headingOrange {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

.subHeadMidBlue {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}

.subHeadDkBlue {
	font-size: 10px;
	font-weight: bold;
	color: #000033s;
}

.subHeadOrange {
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
}

/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.dropShadow {
	background-image:  url(../images/shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	line-height: normal;
}



/* ------------------------------------------------------- MISC ------------------------------------------------------- */
.imageKeyline	{
	border: 1px solid #000033;
}

.formElementButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0C479D;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #3399FF;
	padding: 2px;
}

.formText {  font-size: 10px; font-style: normal; font-weight: bold; color: #0C479D}





