/* General Text Definitions */
body {
	font-family: Tahoma, 'Trebuchet MS', Arial, Verdana;
	font-size: 11px;
	margin: 0px;
}

table, tbody, tr, td, th {
	font-family: Tahoma, 'Trebuchet MS', Arial, Verdana;
	color: #424242;
	font-size: 11px;
}

p, span, div, ul, li {
	font-family: Tahoma, 'Trebuchet MS', Arial, Verdana;
	color: #505050;
	font-size: 11px;
}

.header1 {
	font-family: Tahoma, 'Trebuchet MS', Arial, Verdana;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.gray {
	font-family: Tahoma, 'Trebuchet MS', Arial, Verdana;
	color: #999999;
	font-size: 11px;
}

.selected { background-color: #F4F1D7 }
.sorted { background-color: #E2EEF0 }
.square { background-color: #FFFFFF; border: 1px solid #727272; margin: 2; padding: 2 5 2 2; }
.tableheader2 { background-color: #BEBEBE; font-weight: bold }
.regular3 { background-color: #F5F5F5 }

h1		{font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12 pt; 
		font-weight: bold;
		letter-spacing: 1.0pt;
		color: #cc0000;
		}
		
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style:dashed;
	border-bottom-color: #CCCCCC;
	width: 600px;
}
	
		
A 
	{ 
	COLOR: #cc0000; 
	text-decoration: none;
	font-weight: none;
	}

A:hover 
	{ 
	COLOR: #0076C0;
	text-decoration: none;
	font-weight: none;
	}      
	
A.nav 
	{ 
	COLOR: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
	}

A.nav:hover 
	{ 
	COLOR: #0076C0;
	text-decoration: none;
	font-weight: bold;
	}    


textarea, select, option, input {
	font-family: Tahoma, 'Trebuchet MS', Arial, Verdana;
	color: #000000;
	font-size: 11px;
	}
		
		td.shade		{font-size: 11px;
		font-family: Tahoma, 'Trebuchet MS', Arial, Verdana;  
		letter-spacing: 0.3pt;
		color: #000000;
		vertical-align: middle;
		padding-top:7pt;
		padding-left:7pt;
		padding-right:7pt;
		padding-bottom:7pt;
		background-color: #E7F1F7;
		border-top: #A6B8C2 1px solid;
		border-left: #A6B8C2 1px solid;
		border-right: #A6B8C2 1px solid;
		border-bottom: #A6B8C2 1px solid;
		}