BODY {
	margin : 0px;
	padding : 0px;
}

TABLE,TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #09036D;
	padding : 0px;
	margin : 0px;
}

.Menu { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	color : #FFCC33;
	
 }

.UnderPageTitle {
	font-size: 16px;
	font-weight:bold;
	color: white;
}

.RightDate {
	font-size: 14px;
	color: white;
}

.RightHandTitle {
	padding: 5px;
	text-align: center;
}


.Background {
	background : #DAE0EC;  
}

A {
	text-decoration : none;
	color: #005E72;
}

A:LINK {
	text-decoration : none;
}

A:ACTIVE{
	text-decoration : none;
}

A:VISITED {
	text-decoration : none;
}

A:HOVER {
	color: #CC9900;
	/*background-color: #FAD76E;*/
}

.BottomBlue {		/* Bottom links */ 
	font-size: 10px;	/* changed from 11px */
	text-decoration:none;
	color: #ffffff;
	background: #09036D;
	text-align: right;
	padding-right: 10px;
}

.BottomYellow {		/* Bottom links */ 
	font-size: 10px;	/* changed from 11px */
	text-decoration:none;
	background: #FFCC33;
	color:  #030358;
	text-align: right;	/* changed from center */
	padding-right: 10px;
}

.BottomYellowLeft {		/* Bottom links */ 
	font-size: 10px;	/* changed from 11px */
	text-decoration:none;
	background: #FFCC33;
	color:  #030358;
	text-align: left;	
	padding-left: 10px;
}


A.BottomBlue:link		{ color: #FFFFFF; }
A.BottomBlue:visited	{ color: #FFFFFF; }
A.BottomBlue:hover		{ color: #FFCC33;text-decoration:none; }
A.BottomBlue:active		{ color: #FFFFFF; }

A.BottomYellow:link		{ color: #996600; }
A.BottomYellow:visited	{ color: #CC9900; }
A.BottomYellow:hover	{ color: #006699;text-decoration:none; }
A.BottomYellow:active	{ color: #006699; }


/*INPUT, SELECT, TEXTAREA {
	font-size: 12px;
	color:#006699;
	scrollbar-base-color: #DAE1EC; 
	/* Do NOT put border-width for NS4 compatibility */ 
	/*border-color: #006699;
	border-style: bold; 
}*/

.headerInput {
	font-size: 12px;
	color: #000066;
	border-color: #006699;
	border-style: solid;
	scrollbar-base-color: #DAE1EC;
	height: 18;
}
