/* CSS Document */

.pageheading {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-weight:bold;
	text-decoration:underline;
	color: #000000;
	text-align:center;
}

.categories {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #000000;
	font-weight:bold;
}

.labels {font-size: 11px; font-weight: bold; font-family: "Trebuchet MS"}

.subheading {color: #ff9900;
	font-weight: bold;
}

.Content {	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}

.footertext {	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #ffffff;
}

.redstar {font-family: "Trebuchet MS"; font-size: 10px; color: #FF0000; font-weight: bold }

.bluestar {font-family: "Trebuchet MS"; font-size: 10px; color: #0000FF; font-weight: bold }

.checkboxoptions {color: #009900; font-weight: bold;  }

.txtfields {font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color: #000000;
	border-color:#000000;
	text-decoration: none;
 	letter-spacing: 1px;
	line-height: 15px;
	border-top-width: 2px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 2px;
}

.submitbutton {font-family: "Trebuchet MS"; font-size: 12px; font-style: normal; font-weight: normal; color: #000000; width: 75px; height: 30px; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 1px; background-color: #bac405 }

.resetbutton {font-family: "Trebuchet MS"; font-size: 12px; font-style: normal; font-weight: normal; color: #000000; width: 75px; height: 30px; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 1px; background-color: #bac405 }

body {font-family: "Trebuchet MS"; font-size: 10pt; }

table {font-family: "Trebuchet MS"; font-size: 10pt;}


A:link { text-decoration: none; color: #0066FF; } 

A:visited { text-decoration: none; color: #0066FF; } 

A:hover 
{ 
text-decoration: underline;
color:#0066FF;
} 
