@charset "utf-8";
/* CSS Document */
body{
	background-image: url('images/back.gif'); 
	background-color:#FFFFFF;
}

body, p, td, div	{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

h1 {
	color:#008080;
	font-size:12pt;
	font-weight:bold;
}

a {	color:#202870;}
a:hover { color:#999933;}
a:link { color:#993300;}

.bBlue { 
	color:#000080;
	font-weight:bold;
}

.bRed { 
	color:#FF0000;
	font-weight:bold;
}

.navMenu div#Off{
	background-image:url('images/buttonon.gif');
	background-repeat:no-repeat;
	width:140px;
	height:36px;
	text-align:center;
	color:#006666;
	font-size:11px;
	font-weight:bold;
	padding-top:24px;
	cursor:pointer;
}

.navMenu a {
	text-decoration:none;
	color:#000066;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}

.navMenu div{
	background-image:url('images/buttonoff.gif');
	background-repeat:no-repeat;
	width:140px;
	height:36px;
	padding-top:24px;
	text-align:center;
}

.navMenu div:hover{
	background-image:url('images/buttonroll.gif');
	background-repeat:no-repeat;
	width:140px;
	height:36px;
	padding-top:24px;
	text-align:center;
	cursor:pointer;
}