body {
	margin: 0px;
	background: #FFFFFF;
}

.top-bg-left {
	background: #FFFFFF url(imgs/top-bg.gif) top right repeat-y;
}

.top-bg-right {
	background: #FFFFFF url(imgs/top-bg.gif) top left repeat-y;
}

.bg-left {
	background: #FFFFFF url(imgs/bg.gif) top right repeat-y;
}

.bg-right {
	background: #FFFFFF url(imgs/bg.gif) top left repeat-y;
}

.btm-bg {
	background: #FFFFFF url(imgs/btm-bg.gif) top left;
}

#mainbody {
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
}

#mainbody p {
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 10px 0px;
}

#mainbody h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #990000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}

#mainbody h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #005179;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}

#mainbody h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}

#sidebar h1 {
	width: 205px;
	background: #FFFFFF url(imgs/sidebar-h1-bg.jpg) center center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	padding: 15px 5px 15px 55px;
	text-align: left;
}

.main-top-bg {
	background: #FFFFFF url(imgs/main-top-bg.gif) top right repeat-y;
	padding-right: 20px;
	font: 10px Tahoma, sans-serif;
	color: #C0C0C0;
}

.main-top-bg a:link {
	color: #C0C0C0;
	text-decoration: none;
}
.main-top-bg a:visited {
	color: #C0C0C0;
	text-decoration: none;
}
.main-top-bg a:active {
	color: #C0C0C0;
	text-decoration: none;
}
.main-top-bg a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.middle {
	font: 11px Tahoma, sans-serif;
	color: #666666;
}

.middle-white {
	font: 11px Tahoma, sans-serif;
	color: #FFFFFF;
}

.small {
	font: 10px Tahoma, sans-serif;
	color: #C0C0C0;
}

.normal {
	font: 12px Tahoma, sans-serif;
	color: #FFFFFF;
}

.gray-link:visited {
	color: #666666;
	text-decoration: none;
}

.gray-link:active {
	color: #666666;
	text-decoration: none;
}

.gray-link:hover {
	color: #333333;
	text-decoration: underline;
}

.white-link:link {
	color: #FFFFFF;
	text-decoration: none;
}

.white-link:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.white-link:active {
	color: #FFFFFF;
	text-decoration: none;
}

.white-link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.yellow-link:link {
	color: #FFCC00;
	text-decoration: none;
}

.yellow-link:visited {
	color: #FFCC00;
	text-decoration: none;
}

.yellow-link:active {
	color: #FFCC00;
	text-decoration: none;
}

.yellow-link:hover {
	color: #FFFF99;
	text-decoration: underline;
}

.bluetext {
	color: #3F64B7;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 30px;
	font-family: Arial, Verdana, Helvetica;
	letter-spacing: -1px;
	color: #3F64B7;
}

#textbody {
	clear: both;
	text-align: center;
}

#textbody .maincontainer {
	width: 680px;
	padding: 0px 40px 0px 40px;
	margin: 0px auto;
	font: 14px/16px Arial, Verdana, Helvetica;
	color: #666666;
	text-align: left;
}

.normal-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.small-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.desc-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.small-text-alt {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
}

.blue-text {
	color: #003366;

}

.red-text {
	color: #990000;

}

.blue-link:link {
	color: #003366;
	text-decoration: none;
}

.blue-link:visited {
	color: #003366;
	text-decoration: none;
}

.blue-link:active {
	color: #003366;
	text-decoration: none;
}

.blue-link:hover {
	color: #003366;
	text-decoration: underline;
}

.red-link:link {
	color: #990000;
	text-decoration: none;
}

.red-link:visited {
	color: #990000;
	text-decoration: none;
}

.red-link:active {
	color: #990000;
	text-decoration: none;
}

.red-link:hover {
	color: #CC0000;
	text-decoration: underline;
}

