/* Text */

.body        
{ font-family: "Trebuchet MS"; font-size: 10pt; color: #000000 }
.bodybold        
{ font-family: "Trebuchet MS"; font-size: 10pt; color: #000000; font-weight: bold }
.title        
{ font-family: "Trebuchet MS"; font-size: 14pt; color: #0040FF; font-weight: bold }
.subtitle        
{ font-family: "Trebuchet MS"; font-size: 12pt; color: #0040FF; font-weight: bold }

/* Body links */

a.linkbody:link{
text-decoration: underline; font-family: "Trebuchet MS"; font-size: 10pt; color: #000000; font-weight: bold
}
a.linkbody:visited{
text-decoration: underline; font-family: "Trebuchet MS"; font-size: 10pt; color: #000000; font-weight: bold
}
a.linkbody:hover{
text-decoration: underline; font-family: "Trebuchet MS"; font-size: 10pt; color: #ff6600; font-weight: bold
}

a.orangelinkbody:link{
text-decoration: underline; font-family: "Trebuchet MS"; font-size: 10pt; color: #000000; font-weight: bold
}
a.orangelinkbody:visited{
text-decoration: underline; font-family: "Trebuchet MS"; font-size: 10pt; color: #000000; font-weight: bold
}
a.orangelinkbody:hover{
text-decoration: underline; font-family: "Trebuchet MS"; font-size: 10pt; color: #ffffff; font-weight: bold
}

/* Form styles */

.button		{
		font-size:8pt; 
		color:#FFFFFF; 
		font-family: "Trebuchet MS";
		border:1; 
		border-color:#FFFFFF; 
		border-style:solid;
		background-color:#FF9933;
		font-weight: bold;
		}
		
.dropdown	{
		font-size:8pt; 
		color:#FFFFFF; 
		font-family: "Trebuchet MS";
		background-color:#FF9933;
		font-weight:bold;
		width:14em}

input { font-family: "Trebuchet MS"; }

