/* CSS Document */

BODY {
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
}

H1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #00427A;
}

H2 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #840A2C;
}

H3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
}

.regular {
	font-size: 12px;
	color: #333333;
}

.nav {
	background-color: #00427A;
	color: #ffffff;
	font-size: 12px;
	height: 25px;
	padding-right: 18px;
	text-align: right;
}

.nav A {
	color:#ffffff;
	text-decoration: none;
}

.nav A:hover {
	color:#ffffff;
	text-decoration: none;
}

.bak3 {
	background-image: url(images/bak3.gif);
	background-repeat: no-repeat;
	position: bottom left;
}

.bak_shadow {
	background-image: url(images/bak4.gif);
	background-repeat: repeat-x;
}

.main_page_nav {
	color: #00427A;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.main_page_nav_small {
	color: #00427A;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 29px;
	padding-left: 15px;
	text-decoration: none;
}

.main_page_nav A {
	color: #00427A;
	text-decoration: none;
}

.main_page_nav_small A {
	color: #00427A;
	text-decoration: none;
}

.main_page_nav A:hover {
	color: #840A2C;
	text-decoration: none;
}

.main_page_nav_small A:hover {
	color: #00427A;
	text-decoration: none;
}

.left_nav {
	color: #00427A;
	font-size: 12px;
}

.left_nav A {
	color: #00427A;
	font-size: 12px;
}

.left_nav A:hover {
	color: #840A2C;
	font-size: 12px;
}

.inset_header {
	background-image: url(images/inset_header.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

.inset_footer {
	background-image: url(images/inset_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.inset_sides {
	border-left: solid 1px #840A2C;
	border-right: solid 1px #840A2C;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #333333;
}

.inset_sides A {
	color: #333333;
}

.inset_sides A:hover {
	color: #00427A;
}

.image_position_left {
	float: left;
}

.image_position_right {
	float: right;
}

TH {
	background-color: #00427A;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	padding: 5px;
}

.row2 {
	background-color: #ffffff;
	padding: 5px;
}

.row1 {
	background-color: #E5ECF1;
	padding: 5px;
}

A {
	color: #00427A;
}

A:hover {
	color: #840A2C;
}

.footer_blue {
	color: #00427A;
	font-size: 11px;
	text-align: center;
}

.footer_grey {
	color: #9d9fa2;
	font-size: 10px;
	text-align: center;
}