body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	margin-top: 18px;
}
.whole_border {
	background-color: #FFFFFF;
	border-top: 1px solid #C3D2D3;
	border-right: 1px solid #C3D2D3;
	border-bottom: 1px solid #C3D2D3;
	border-left: 1px solid #C3D2D3;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.top_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}


.class2 a { color:#FFFFFF; text-decoration: none; border: 0;}
.class2 a:link{ color:#FFFFFF; text-decoration: none; border: 0;}
.class2 a:visited{ color:#FFFFFF; text-decoration: none; border: 0;}
.class2 a:active{ color:#FFFFFF; text-decoration: none; border: 0;}
.class2 a:hover	{ color:#FFFFFF; text-decoration: underline; }

.class1 a { color:#000000; font-weight: bold; text-decoration: underline; border: 0;}
.class1 a:link{ color:#000000; font-weight: bold; text-decoration: underline; border: 0;}
.class1 a:visited{ color:#000000; font-weight: bold; text-decoration: underline; border: 0;}
.class1 a:active{ color:#000000; font-weight: bold; text-decoration: underline; border: 0;}
.class1 a:hover	{ color:#000000; font-weight: bold; text-decoration: none; }


.heading_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9D157F;
}
.heading_text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F87E19;
}
.heading_text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AC335E;
}
.heading_text4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #79891C;
}
.heading_text5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E67A16;
}
.white_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url("images/button_back.png");
	border: 3px double #333;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #000;
	padding: 0.10em;
	font-size: 11px;
}
.heading_page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FA8320;
	font-variant: small-caps;
	text-transform: none;
}
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:transparent url("images/OFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #555555;
	border-top:1px solid #919191;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
ul#menu li a{
	display:block;
	float:left;
	color:#3f949b;
	text-decoration:none;
	font-weight:bold;
	padding:12px 10px 0 10px;
	height:24px;
	background:transparent url("images/DIVIDER.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("images/HOVER.gif") no-repeat top right;	
	}
