/* Form objects */
body, td {
	font-family:verdana;
	font-size:12px;
	color:#c0c0c0;
	}
textarea {
	border: 1px solid #cccccc;
}
input {
	border: 1px solid #cccccc;
}
a {
	text-decoration: none;
}

a:visted{
color: #ffffff;
text-decoration: none;
}
/* Hyperlink dark gray */	
.hyper {
	font-family:  Verdana, Helvetica, sans-serif;
	color:#c0c0c0;
	font-size: 12px;
	

}
	
.hyper:hover {
	font-family: Verdana, Helvetica, sans-serif;
	color: #c0c0c0;
	font-size: 12px;
	text-decoration: underline;
	
}
/* Hyperlink dark gray */	
.hypermenu {
	font-family:  Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;

}
	
.hypermenu:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}
/* Hyperlink red */	
.hypergreen {
	font-family: Arial, Helvetica, sans-serif;
	color: #34554e;
	font-size: 11px;

}
	
	
.hypergreen:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #34554e;
	font-size: 11px;
	text-decoration: underline;
}	
/* Hyperlink tiny */	
.hypertiny {
	font-family: Verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;

}
	
	
.hypertiny:hover {
	font-family: Verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
	
}
.hyperbody {
	font-family: Arial, Helvetica, sans-serif;
	color: #34554e;
	font-size: 11px;
}

.hyperbody:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #34554e;
	font-size: 11px;
	text-decoration: underline;
}
/* main text class */
.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* main text class tiny*/
.bodytiny {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #c0c0c0;
}
/* main text class with large line spacing */
.bodyspaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 0.9cm
}
/* main text heading */
.bodyaddress {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #34554e;
	font-weight: bold;
	text-transform: capitalize;

}
/* main text heading */
.bodyheading {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #34554e;
	font-weight: bold;
	text-transform: capitalize;

}
/* main text class with highlight */
.bodyhighlight {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #cccc00;
}
/* main text class capitals */
.bodycaps {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-transform: uppercase
}
/* rollover button class */
#roll a:link,
#roll a:visited
{ 
display: block;
font-size: 11px; 
text-decoration: none;
color: #ffffff; 
background: #386aa5; 
padding: 2px;
border: solid #ffffff;
border-width: 0px 1px 0px 0px;
}

#roll a:hover 
{ 
background: #010720;
color: #ffffff;  
border: solid #ffffff;
border-width: 0px 1px 0px 0px;
}

#roll a:active
{ 
background: #cccccc;
color: #333333;  
border: solid #ffffff;
border-width: 0px 1px 0px 0px;
}

/* rollover onbutton class */
#rollon a:link,
#rollon a:visited
{ 
display: block;
font-size: 11px; 
text-decoration: none;
color: #ffffff; 
background: #cc0000; 
padding: 2px;
border: solid #ffffff;
border-width: 0px 1px 0px 0px;
}

#rollon a:hover 
{ 
background: #cc0000;
color: #ffffff;  
border: solid #ffffff;
border-width: 0px 1px 0px 0px;
}

#rollon a:active
{ 
background: #cccccc;
color: #333333;  
border: solid #ffffff;
border-width: 0px 1px 0px 0px;
}

