
body { background:#4E3090; font-family: verdana, tahoma, arial, helvetica, sans-serif, MS Sans Serif; }
body, table, img, button, iframe, ul, li  { margin:0; padding:0; border:0; }
table { text-align:left; }

.titletext 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13pt; 
	color: #4E3090; 
	font-weight: bold; 
}


.menu_bg   { background:#4E3090; }
.page_bg   { background:#CCFFFF; }
.normaltext { font-family: sans-serif, Verdana, Arial, Helvetica; font-size: 9pt; color: #4E3090 }
.spreadtext { line-height:130%; letter-spacing:.25pt; font-family: sans-serif, Verdana, Arial, Helvetica; font-size: 9pt; color: #4E3090 }
.footertext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 6pt; color: #4E3090 }
.footer1text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 6pt; color: #CCFFFF; text-align:center; }






/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.mainnav
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #ffffff; 
	text-align: left;
	padding-left: 10px;
}

a.mainnav:link
{
	color: #ffffff;
	text-decoration: none;
}

a.mainnav:active
{
	color: #ffffff;
	text-decoration: none;
}

a.mainnav:visited
{
	color: #ffffff;
	text-decoration: none;
}

a.mainnav:hover
{
	color: #FFCD32;
	text-decoration: none;
}

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:18px;
}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
	border-top:1px solid #000;    /* these 2 lines create the push-in illusion */
	height:16px;
}

