BODY,TD,INPUT,SELECT {
	font-weight : normal;
	font-size : 15px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}

BODY {
	margin-top: 0px;
	background-color: #3969cb ;
	background-image: none;
	scrollbar-arrow-color : #cfdcef;
	scrollbar-base-color : #cfdcef;
	scrollbar-face-color : #cfdcef;
	scrollbar-highlight-color: #FBFBDD;
	scrollbar-dark-shadow-color: #FBFBDD;
	scrollbar-3d-light-color: #FBFBDD;
}

B, STRONG{
   font-weight : bold;
}

A {
	font-size : 12px;
	color : Black;
	text-decoration : none;
}

A:hover {
	color : Red;
}


DIV.nav TD {
	color : #ffffff;
	padding-right:	4px;
	padding-left:	4px;
}

DIV.nav A:visited {
	color : White;
	text-decoration : none;
}


DIV.nav A:link {
	color : White;
	text-decoration : none;
}


DIV.nav A:hover {
	color : Yellow;
	text-decoration : none;
}


DIV.nav A {
   font-weight : bold;
   font-size : 12px;
   color : #ffffff;
   text-decoration : none;
}

TH {
	color: Yellow;
	background-color: F9F8B3;
	font-weight: bold;
	font-size: 120%;
}

