body {
	height: 100%;
	font: 11px Arial;
	color: #00407a;
}
form {
	margin: 0;
}
a {
	color: #cf0000;
}
.Container {
	margin: 0px auto;
	width: 962px;
}
.Pointer {
	cursor: pointer;
}
.RoundedBoxContainer {
	width: 962px;
	background-image: url(../img/rounded.bg.gif);
}
.TopLine {
	background-image: url(../img/rounded.bg.top.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.BotLine {
	background-image: url(../img/rounded.bg.bot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.TopLeft {
	background-image: url(../img/rounded.topleft.trans.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.BotLeft {
	background-image: url(../img/rounded.botleft.trans.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.TopRight {
	background-image: url(../img/rounded.topright.trans.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.TopRightFilled {
	background-image: url(../img/rounded.topright.filled.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.BotRight {
	background-image: url(../img/rounded.botright.trans.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.Padding {
	padding: 10px;
}
.FooterContainer {
	background-color: #61a9e9;
	width: 962px;
	height: 37px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
}
.FooterContainer a {
	color: #ffffff;
	text-decoration: none;
}
.FooterLeft {
	background-image: url(../img/footer.left.gif);
	float: left;
	width: 4px;
	height: 37px;
}
.FooterRight {
	background-image: url(../img/footer.right.gif);
	float: right;
	width: 4px;
	height: 37px;
}
.FloatRight {
	float: right;
}
.Tab {
	background-image: url(../img/bg.tab.gif);
	background-repeat: no-repeat;
	width: 192px;
	height: 27px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	padding-top: 55px;
	padding-bottom: 0px;
}
.Pointer {
	cursor: pointer;
}
h1 {
	color: #005aaa;
	font-size: 36pt;
	font-weight: bold;
	margin: 0;
	line-height: normal;
}
h2
{
	font-size: 14pt;
	margin: 0px 0px 0px 0px;	
}
h3
{
	margin: 0px 0px 0px 0px;
	font-size: 11pt;
}
.RoundBox1
{
	margin: 10px 10px 0px 0px;
	padding: 15px 20px 20px 20px;
	width: 469px;
	height: 55px;
	background-image: url('../img/roundbox1.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.RoundBox2
{
	margin: 10px 0px 10px 10px;
	padding: 15px 20px 20px 20px;
	width: 380px;
	height: 71px;
	background-image: url('../img/roundbox2.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.RoundBox3
{
	margin: 10px 0px 10px 10px;
	padding: 15px 20px 20px 20px;
	width: 381px;
	height: 85px;
	background-image: url('../img/roundbox3.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.RoundBox4
{
	margin: 10px 0px 10px 10px;
	padding: 15px 20px 20px 20px;
	width: 381px;
	height: 85px;
	background-image: url('../img/roundbox4.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.HeaderLink
{
	font-size: 19px;
	font-weight: bold;
	color: #ff0000;
}
.HeaderWhite
{
	color: #FFFFFF;
}