body,td,li,blockquote,p,.p {
/*	color: Black;*/
	color : #336799;
	font-weight: normal;
	font-size: 14px;
	font-family : "Times New Roman", Times, serif;
}

.p9 { font-size: 9px; }
.p10 { 	font-size: 10px; }
.p11 { font-size: 11px; }
.p11white { font-size: 11px; color: White; }
.p13white { font-size: 13px; color: White; }
.p14white { font-size: 14px; color: White; }
.p15wb  { font-size: 15px; color: White; font-weight : bold; }
b { font-weight: bold; }
.alert { color: #CE0000; }
.alert15b { color: #CE0000; font-size: 15px; font-weight : bold; }
.white { color: White; }

.news { 
	color: #306897; 
	font-weight : bold;
}
.news:hover { 
	color: #CE0000; 
	font-weight : bold;
}
a {
/*	color: Black;*/
	color : #336799;
	font-weight: normal;
	font-size: 15px;
	font-family : "Times New Roman", Times, serif;
	text-decoration: none;
}
a:hover, .m {
	color: #CE0000;
	font-weight: normal;
	font-size: 15px;
	font-family : "Times New Roman", Times, serif;
	text-decoration: none;
}
h1, .h1 {
	color : #306897;
	font-size: 16px;
	font-family : "Times New Roman", Times, serif;
	font-weight: bold;
}
h1.news {
	font-size: 16px;
	font-family : "Times New Roman", Times, serif;
	font-weight: bold;
	color: #cc0001;
}
h2 {
	color : #306897;
	font-size: 15px;
	font-family : "Times New Roman", Times, serif;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-family : "Times New Roman", Times, serif;
	font-weight: bold;
}

input,select,textarea {
	background-color: White;
	border-left:  #9A9A98 1px solid; 
	border-right: #9A9A98 1px solid; 
	border-top: #9A9A98 1px solid; 
	border-bottom: #9A9A98 1px solid; 
	font-size: 15px; 
	color: Black;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
}
input.submit {
	background-color: Red;
	border-top: #9A9A98 1px solid; 
	border-bottom: #9A9A98 1px solid; 
	border-left: #9A9A98 1px solid; 
	border-right: #9A9A98 1px solid; 
	font-family : "Times New Roman", Times, serif;
	font-size: 15px; 
	color: White;
	font-weight : bold;
}
input.r {
	background-color : #84B6EF;
	border: none;
}

.badValue {
	background:red;
	color : White;
}

.goodValue {
	background:white;
}
