body {

background:url(images/background.gif);

}


select, input, textarea { font-family: Arial, Helvetica; 
						  font-size: 12px; 
						  color: #666666; 
						  background-color: #FFFFFF;
						  
					    }

H1 {
padding-top:0.6em;
padding-left:0.5em;
}

H2 {  
	font-family: Verdana; 
	font-size: medium; 
	color: #666666;
}

.brown {  
	font-family: Verdana; 
	font-size: 10px; 
	color: chocolate;
}

td {  
	font-family: Verdana; 
	font-size: 12px; 
	color: #666666;
}

p {
padding-left:0.9em;
}

.black{  
	font-family: Verdana; 
	font-size: 12px; 
	color: darkslategray;
}

.red {  
	font-family: Verdana; 
	font-size: 12px; 
	color: red;
}


td.brown {  
	font-family: Verdana; 
	font-size: 12px; 
	color: #FF9C63;
}

a:link {  
	font-family: Verdana; 
	font-size: 12px; 
	color: slategray; 
	text-decoration: underline;
}

a:visited {   
	color: #666666; 
	text-decoration: underline;
}

a:hover {   
	color: red; 
	text-decoration: underline;
}

a:active {   
	color: red; 
	text-decoration: none;
}

.small {  
	font-family: Verdana; 
	font-size: 10px; 
	color: #666666;
}

.small a:link {  
	font-family: Verdana; 
	font-size: 10px; 
	color: midnightblue; 
	text-decoration: none;
}

.small a:visited {  
	font-family: Verdana; 
	color: midnightblue; 
	text-decoration: none;
}

.small a:hover {  
	font-family: Verdana;  
	color: red; 
	text-decoration: underline;
}

.small a:active {  
	font-family: Verdana; 
	color: cornsilk; 
	text-decoration: underline;
}

.bold {  
	font-family: Verdana; 
	font-weight: bold;
	font-size: 12px; 
	color: #666666;
}

.large { 
		font-family: Verdana; 	
		font-size: 13px; 
		color: #666666;
}
TABLE.box 
{
	width:840px;
	margin: auto;
}

th
{
    text-align: left;
    padding:3px 3px 3px 4px;
}

th a, th a:visited, th a:hover
{
}

.evenrow td, .oddrow td
{
    padding: 3px;
    background-color: #f5f5f5;
    border: 1px solid #dfe4e6;
    border-width: 0px 2px 1px 0px;
    
}

.evenrow td
{
    background-color: #f5f5f5;
}
