body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}
a:link {
	color: #F00;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	color: #F00;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #F00;
	font-size: 12px;
	text-decoration: underline;
}
a:active {
	color: #FF7575;
	font-size: 12px;
}

.main_table_bg {
	background-image: url(images/menu-bg-repeat.jpg);
	background-repeat: repeat-y;
	background-position: left;

}
.outer_border {
	border: 1px solid #5b5b5b;
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto; 
}
.menu_bg {
	background-image: url(images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.main_body_bg {
	background-image: url(images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.headertext {
	font-weight: bold;
	padding-left: 100px;
	padding-top: 32px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.content-holder1 {
	padding-top: 20px;
	padding-right: 100px;
	padding-left: 100px;
}

.main_menu {
	text-indent: 12px;
	padding-right:22px;
	padding-bottom: 290px;
	padding-top: 26px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

.main_menu a:link {
	color: #FFF;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:6px;
	margin-bottom:12px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.main_menu a:visited{
	color: #FFF;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:6px;
	margin-bottom:12px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.main_menu a:hover{
	color: #F00;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:6px;
	background-color:#FFF;
	margin-bottom:12px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.red-text {
	color: #F00;
}
.top_menu {
	text-align: right;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family:Verdana, Geneva, sans-serif;
}

.top_menu a:link {
	color:#000;
	text-decoration:none
	}
	
.top_menu a:visited {
	color:#000;
	text-decoration:none
	}
	
.top_menu a:hover{
	color:#F00;
	text-decoration:none
	}
.section_heading {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	padding: 0px;
	margin: 0px;
	display: block;
}
