/* Aurhor:  Terry Hardaway */	

/* Values for most of the text on the page */
.bodytext {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
/* Values for mouseing over active links */
a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3333;
}
/* Links */
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
}
/* Visited Links */
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
}
/* Values for dropdown list */
.list  {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #333333;
}
/* Values for all the form text fields */
.input {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;	
	color: #333333;
}
/* Values for heading 1 */
h1 {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #333333;
}
/* Values for heading 2 */
h2 {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}
/* Values for heading 3 */
h3 {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}
/* Values for heading 4 */
h4 {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
/* Values for heading 5 */
h5 {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
}
