/* CSS Document */
/* COLOR COMBOS USED: CF5300 FF6600 333333 EB5E00 4D1E00 FF7619 */
body, td {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#9f9f9f;
}

table#mainholder td {
	font-family : Arial, Helvetica ;
	font-size : 12px ;
}

.topheader {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:5px;
	font-size:24px;
	font-weight:normal;
	color:#c0c0c0;
	padding-bottom: 4px;
	border-bottom:3px solid #494949;
}

/*set minumum height that autoexpands*/
.content {
	min-height: 385px;
	height:auto!important;
	height:385px;
}

a {
	color:#ff6600; text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.btn 	{
	font-family : verdana ;
	font-size : 10px ;
	font-weight : bold ;
	width : 80px ;
	height : 23px ;
	color: #000000 ;
	background-color: #c0c0c0 ;
}
.ctrl	{
	/*font-family : verdana ;
	font-size : 11px ;*/
	border : 1px solid #000000 ;
	background-color : white ;
	padding-left : 2px ;
}