@charset "utf-8";
.main_content_cell {
	background-image: url(slices/content_bg.jpg);
}
.nav_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-decoration: underline;
	background-image: url(slices/nav_bg.jpg);
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
	margin-left: 1px;
}
.nav_header_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-decoration: underline;
	background-image: url(slices/right_nav_bg.jpg);
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
	margin-left: 2px;
	width: 149px;
}
.boarder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CB9800;
	border-right-color: #CB9800;
	border-left-color: #CB9800;
}
.boarder_sides {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CB9800;
	border-left-color: #CB9800;
}

.regtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}


.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.navigation:hover {
	text-decoration: underline;
}

.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.box_boarder {
	border: 2px solid #000000;
	background-color: #FFFFFF;
	padding: 5px;
}
.link_color {
	color: #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
