@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.rightshadow {
	background-image: url(images/shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.leftt_sidebar {
	background-image: url(images/left_border.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.right_sidebar {
	background-image: url(images/rigth_border.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.leftshadow {
	background-image: url(images/shadow_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.redline {
	background-image: url(images/red_divider.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.smallCaps {
	font-variant: small-caps;
	color: #111F8C;
	font-size: 14px;
	font-weight: bold;
}
.navigation {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
}
.navigation:active {
	color: #FFFFFF;
	text-decoration: none;
}
.navigation:hover {
	color: #FFE78D;
	text-decoration: underline;
}
.navigation:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navigation:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.boldblue {
	color: #111F8C;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
.intro {
	color: #111F8C;
	line-height: 1.5;
}
.bullets {
	color: #A61A18;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}
.boldblue13 {
	color: #111F8C;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}
.24red {
	font-size: 24px;
	color: #AE1621;
	font-weight: bold;
}
.copyright {font-size: 10px}
.18red {
	font-size: 18px;
	color: #AE1621;
	font-weight: bold;
}
.required {
	color: #660000;
	font-style: italic;
}
.maincell {
	background-image: url(images/main_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

