@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	margin-top: 20px;
}
a {
	font-weight: bold;
}
a:link {
	color: #0A3C9A;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0A3C9A;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #0A3C9A;
}
a.btmLinks:link {
	font-size:10px;
	color: #ffffff;
	text-decoration: none;
}
a.btmLinks:visited {
	font-size:10px;
	text-decoration: none;
	color: #ffffff;
}
a.btmLinks:hover {
	font-size:10px;
	text-decoration: underline;
	color: #7ECD31;
}
a.btmLinks:active {
	font-size:10px;
	text-decoration: none;
	color: #ffffff;
}
h1 {
	font-size: 15px;
	color: #0A3C9A;
}
h3 {
	font-size: 14px;
	color: #666666;
}
.green {
	color: #7ECD31;
}
.white {
	color: #ffffff;
}li {
	list-style-image: url(../images/bullet.jpg);
	list-style-type: square;
}
.arialLarge {
	font-size:15px;
	font-weight:bold;
	color:#999999;
}
.arialSmall {
	font-size:11px;
	font-weight: bold;
}
.arialxSmall {
	font-size:10px;
	font-weight: bold;
}
.red {
	color:#FF0000;
}