td {
	color : #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
body {
	color : #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.subhead {
	color : #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
}
.footer {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}
.profileTitle {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.text10 {
	font-size : 10px;
}
.newsTitle{
	color : #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}
.eover {
	background-color: #404080;
}
.oout {
	background-color: #FFFFFF;
}
.redError {
	color : #AA0000;
	font-size : 12px;
	font-weight : bold;
}
.inputRed {
	color : #AA0000;
	background-color: #AA0000
	
}
input {
	font-family: monospace;
	font-size: 12px;
}
textarea {
	font-family: monospace;
	font-size: 12px;
}
.bold { font-weight : bold;}
b { font-weight : bold;}
strong { font-weight : bold;}

a {
	color: #575c45;
	text-decoration : underline;
}
a:hover {
	color: #777777;
	text-decoration : underline;
}
a:visited {
	color: #666666;
	text-decoration : underline;
}
a:active {
	color: #666666;
	text-decoration : underline;
}