body, p, td, tr
	{
	color: #000000;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	}

.frm_input
	{
	font: 8pt Arial;
	}

.main_header
	{
	font-family: verdana, arial;
	letter-spacing: 2pt;
	color: dimgray;
	font-weight:bold;
	}

.SubHeader
	{
	font-family: verdana, arial;
	font-weight: bold;
	vertical-align: middle;
	height: 17pt;
	}
	
.SubHeader2
	{
	font-family: verdana, arial;
	font-weight: normal;
	vertical-align: middle;
	height: 12pt;
	}

.LinkSmall
	{
	font-family: arial, helvetica;
	font-size: 8pt;
	text-decoration: none;
	color:blue;
	}
	
.CheckboxSmall
	{
	width:11px;
	height:14px;
	margin-left:4px
	}

.cb
	{
	height: 18px;
	/*width:11px;
	height:14px;
	margin-left:4px*/
	}

.BGHeader1
	{
	background-color: #D3D3D3; /* lightgrey */
	/* background-color: #C0C0C0;  silver */
	}
	
.BGHeader2
	{
	background-color: #DCDCDC; /* gainsboro */
	/* background-color: #D3D3D3; /* lightgrey */
	}

.BGContent
	{
	background-color: #EEEEEE;
	/* background-color: #DCDCDC;  gainsboro */
	}

.SmallFont
	{
	font-size:8pt;
	}

a:link {color:blue; text-decoration:underline }
a:visited {color:blue; text-decoration:underline }
a:hover {color:red; text-decoration:underline}
a:active {color:red; text-decoration:underline }
a:focus {color:red; text-decoration:underline }
