#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
#main h2 {
	font-size: 14px;
	color: #001d53;
	font-weight: bold;
}
#main .right {
	text-align: right;
	color: #FF0000;
	font-weight: bold;
	border-bottom: dotted 1px #cccccc;
}
#main .disclaimer {
	font-size: 9px;
}
#rightbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
	background-color: #F8F8F8;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer .bot-left {
	float: left;
}
#footer .bot-right {
	float: right;
	text-align: right;
}

.style1 {
	font-size: 12px;
	font-weight: bold;
}
.style2 {font-size: 12px; font-weight: bold; color: #FF0000; }
