body {
	background-color: #444444;
	background-image: url(images/bg.gif);
	padding: 0px;
}

body, td, p {
	font-family: Tahoma , Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#282828;
	line-height:15px;
}

a {
	color:#003079;
}

a:hover {
	color:#6795DC;
}

table.main {
	background-color: #8CCDFF;
	width: 782px;
	height: 100%;
	border-left-style: solid;
	border-left-color: black;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: black;
	border-right-width: 1px;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
}

td.main {
	border-left-style: solid;
	border-left-color: white;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: white;
	border-right-width: 1px;
}

td.blue_head {
	background-color: #02327B;
	background-image: url(images/blue_head_bg.gif);
	background-repeat: repeat-x;
	height:21px;
	color: white;
	text-align: center;
	font-weight: bold;
	padding-bottom: 2px;
}

td.header {
	background-color: #BBE2FF;
	background-image: url(images/header_bg.gif);
	height: 145px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: black;
	text-align: center;
}

td.navbar {
	background-color: #484848;
	background-image: url(images/navbar_bg.gif);
	background-repeat: repeat-x;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: white;
	height: 35px;
	color: white;
	text-align: center;
	vertical-align: top;
}

td.sub_bar {
	height:20px;
	font-size: 10px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: black;
	background-color: #F8F8F8;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

td.box_header {
	background-color: #DFDFDF;
	background-image: url(images/box_heading_bg.gif);
	height: 25px;
	text-align: center;
	font-weight: bold;
}

td.box_footer {
	background-color: white;
	background-image: url(images/box_footer_bg.gif);
	height: 5px;
}

td.box_contents {
	background-color: white;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #676767;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #676767;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #676767;
	padding: 7px;
	padding-left: 11px;
	padding-right: 11px;
}

td.right_box_contents {
	background-color: white;
	background-image: url(images/rightbox_bg.gif);
	background-repeat: repeat-x;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #676767;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #676767;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #676767;
	padding: 5px;
}

td.bottom_blue_bar {
	background-color: #03337B;
	height: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: white;
	text-align: center;
	color: white;
	font-size: 10px;
}

td.footer {
	background-color: white;
	height: 55px;
	background-image: url(images/footer_bg.gif);
	text-align: center;
	font-size: 10px;
	line-height: 20px;
}

hr {
	height:1px;
	margin:0px;
	padding:0px;
}


.top-table {
	background-color: #99CCFF;
	text-align: center;
	font-size: 20px;
	font-type:arial;
	line-height: 40px;
	font-weight: bold;
}

.content-table {
	background-color: #CCFFCC;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	}
	
	.left-table {
	background-color: #CCCCCC;
	text-align: left;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 10px;
}

.blue {
	color:#04347D;
}

.lightblue {
	color:#6395CB;
}	
