/* CSS Document */

.fourteenfont { font-family: Arial; font-size: 14pt }
.twelvefont { font-family: Arial; font-size: 12pt }
.elevenfont { font-family: Arial; font-size: 11pt }
.ninefont { font-family: Arial; font-size: 9pt }
.eightfont { font-family: Arial; font-size: 8pt }
.eightWhiteFont { font-family: Arial; font-size: 8pt ; color: ffffff}

body { background-color: #1B2088;  }
body.white { background-color: #FFFFFF;  }

.redfont { font-family: Arial; font-size: 10pt ; color: red}



td, th { font-family: Arial; font-size: 10pt }



#menu ul {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 3px 3px 3px 10px;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*/*/ a{}

#menu a {

	text-decoration: none;
	margin: 0;

	width: 100%;
	color: #cccccc;
}

#menu a:focus, #menu a:hover, #menu a:active {
	color: #cccccc;
	border-bottom: 1px solid #cccccc;
	
}

div#pleaseWaitDiv { position: absolute; border: 10px solid #00639F; left: 400; top: 200; width: 170; display: none; background-color:#e5e5e6; }


