.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-variant: normal;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000033;
	text-transform: uppercase;
	text-decoration: underline;


}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000033;
	text-decoration: underline;
	text-transform: uppercase;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF6600;
	text-decoration: none;
	text-transform: uppercase;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF9900;
	text-decoration: none;
	text-transform: uppercase;

}
.yellowtable {
	background-color: #CCCCCC;
}
input.textfield {
	background-color: #FFFFCC;
	font-size: 12px;
	color: #660000;
	border: thin ridge #CC0000;

}
textarea.textarea {
	background-color: #FFFFCC;
	font-size: 12px;
	color: #660000;
	border: thin ridge #CC0000;

}
.bodytable {
	border: thin solid #000000;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #999999;

}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #CC3333;
	font-weight: normal;
	text-decoration: none;


}
.redbkg {
	background-color: #CC3333;
	background-image: url(Graphics/redbkg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
