body { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	font-size: 12px;
	background-color: #EAEAEB;
	background-image: url(images/main_bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a { 
	text-decoration:none; 
	font-weight: bold; 
	color:#33CCFF;
}
a:hover { 
	font-weight: bold; 
	text-decoration: underline
}  
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
h6 {
	font-size: 12px;
}
.midbg {
	background-color: #FCFFDB;
	background-image: url(../images/bgvert2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.mainbg {
	background-image: url(images/left_bar.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #004999;
}
.navoff {
	font-weight: bold;
	color: #000066;
}
.navon {
	font-weight: bold;
	color: #FF9600;
	background-image: url(images/but_bg-on.gif);
	cursor: hand;
	cursor: pointer;
}
.abcde {
	list-style-type: disc;
}
@media print {
   .noprint { display: none; }
}