
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: White;
}
p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
} 
.error{
	font-size : 14pt;
	font-weight : bold;
	color : Red;
}
.footer {
	color: #DBDBDB;
	font-size: 8pt;
	margin-left : 15px;
}
.gray {
	color: #929292;
	font-size: 7pt;
	padding-right : 15px;
	margin-bottom : 8px;
	margin-left : 15px;
	margin-right : 15px;
}
.head {
	font-weight: 900;
	color : #999999;
	font-size : 10pt;
}
.name {
	font-size: 11pt;
	color : #2A4D69;
	font-weight : 900;
}
.tr1{
	background-color: White;
	vertical-align : top;
}
.tr2{
	background-color: #F5F5F5;
	vertical-align : top;
}
.tablehead{font-size : 14px;
	font-weight : bold;}
.bar{
	background-image : url(barBack.gif);
	height : 41px;
}
.gray a:link{
	color: #929292;
}
.gray a:visited{
	color: #929292;
}
.gray a:active {
	color: Black;
}
.gray a:hover{
	color : Red;
}
a:link {
	color: Black;
}
a:visited {
	color: Black;
}
a:active {
	color: Black;
}
a:hover{
	color : Red;
}
input{
	border : 1px solid #999999;
	background : #F4F4F4;
}
.button{
	border : 1px solid #BCBCBC;
	color : White;
	background : #2A4D69;
	font-size : 10pt;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}
.buttonSmall{
	border : 1px solid #BCBCBC;
	color : White;
	background : #2A4D69;
	font-size : 9px;
	font-family : Arial, Helvetica, sans-serif;
}