body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
select, input {
	font-size: 11px;
}

.blue_title {
	background: #9999FF;
	font-size: 10pt;
	font-weight: bold;
}


.blk_bkgrnd {
	background: #000066;
}
.ltblue_bkgrnd {
	background: #CCCCFF;
}
.small_text {
	font-size: 8pt;
}
.med_text {
	font-size: 9pt;
}
A:active 	    {color: #000000;}
A:visited 	    {color: #000000;}
A:link 	    {color: #000000;}
A:hover 	    {color: #D80E0E;}
    
.hide
{
	visibility:hidden;
}
.show
{
	visibility:visible;
}