.main_table {
	background-image: url(slices/main_table_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.body {
	background-image: url(slices/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	background-color: #7f9dca;
}
.navigation_flash_cell {
	background-image: url(slices/index_r2_c1.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.content_cell {
	background-image: url(slices/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 20px;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.photo {
	border: 1px solid #000000;
}
.bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.bottom_links:hover {
	text-decoration:underline;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 146px;
	text-indent: 12px;
	line-height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-left: 8px;
}
.navigation:hover {
	color: #B0DFFF;
	border-bottom-color: #AEABA2;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #65B1D0;
}
.regtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.link_color {
	color:#006699;
	text-decoration:none;
}
.link_color:hover {
	text-decoration:underline;
}
.request {
	background-color:#3D88A5;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #000000;
	padding-right: 10px;
	padding-left: 11px;
	line-height: 18px;
}