/* Form objects */
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, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;

}
	
.hyper:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
	
}
/* Hyperlink red */	
.hyperred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
	font-size: 11px;
text-decoration: underline;
}
	
	
.hyperred:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
	font-size: 11px;
	text-decoration: underline;
	

}
.hyperredbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
	font-size: 11px;
text-decoration: underline;
}
	
	
.hyperredbig:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
	font-size: 11px;
	text-decoration: underline;
	

}
.hyperbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
	font-size: 100%;
line-height: 150%;
text-decoration: underline;
}

.hyperbody:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
	font-size: 100%;
	text-decoration: underline;
line-height: 150%;
}
.hyperbody1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 100%;
line-height: 150%;
text-decoration: underline;
}

.hyperbody1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 100%;
	text-decoration: underline;
line-height: 150%;}
/* main text class */
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* main text class */
.bodylarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
line-height: 150%
}
/* main text class */
.bodylarge1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
line-height: 150%
}
/* main text class with large line spacing */
.bodyspaced {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 0.9cm
}
/* main text heading */
.bodyheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;

}
/* main text class with highlight */
.bodyhighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #cccc00;
}
/* main text class capitals */
.bodycaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	text-transform: uppercase
}

.bodycaps1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333333;
	text-transform: capitalize;
font-weight: bold;
}
/* rollover button class */
#roll a:link,
#roll a:visited
{ 
display: block;
font-size: 11px; 
text-decoration: none;
color: #ffffff; 
background: #993333; 
padding: 5px;
border:1px solid #ffffff;
}

#roll a:hover 
{ 
background: #ff6600;
color: #ffffff;  
border:1px solid #ffffff;
}

#roll a:active
{ 
background: #adcfe6;
color: #993333;  
border:1px solid #ffffff;
}

/* rollover onbutton class */
#rollon a:link,
#rollon a:visited
{ 
display: block;
font-size: 11px; 
text-decoration: none;
color: #993333; 
background: #adcfe6; 
padding: 5px;
border:1px solid #ffffff;
}

#rollon a:hover 
{ 
background: #ff6600;
color: #ffffff;  
border:1px solid #ffffff;
}

#rollon a:active
{ 
background: #adcfe6;
color: #993333;  
border:1px solid #ffffff;
}
