body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 	13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
   background-color: #D1D4DB;
}
table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 	13px;
}
.h1 {
	font-size: 2.5em;
}
.h2 {
	font-size: 2em;
}
.h3 {
	font-size: 1.75em;
}
.h4 {
	font-size: 1.5em;
}
.h5 {
	font-size: 1.25em;
}
.BackMain {
	background: White url(../images/main_back.jpg)  center top;
}
.SideHeader {
	background: url(../images/side_bg1.gif) no-repeat center bottom;
}
.sFooter {font-size: 14pt;
}
.style3 {font-size: 12px}
.style4 {color: #FFFFFF}
.style5 {font-size: 9px}
.style6 {color: #FF0000}
.style7 {font-size: 10px}
/*.menuTable {
	background-image: url(../images/menu_off.jpg);
	background-repeat: repeat-x;
	height: 25px;
}*/
a, a:link, a:visited, a:active, a:focus {
	color: #4B4B4B;
	font-size: 11px;
	font-weight: bold;	
	text-decoration: none;
}
a:hover {
	color: #FF3333;
	font-weight: bold;
	text-decoration: none;
}
.adminpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Gray;
}
.botBorder {
	background-color: #BDB76B ;
}
.conBORDER {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
/* CSS Horizontal Menu System */
#navcontainer ul {
padding-left: 0;
margin-left: 0;
background-color: #BDB76B;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
vertical-align: middle;
}
#navcontainer ul li {
display: inline;
}
#navcontainer ul li a {
padding: .5em .5em;
font-size: 12px;
font-weight: normal;
color: White;
text-decoration: none;
float: left;
border-right: 1px dotted #BCB;
}
#activem a {
color: Black;
background-color: #F45B59;
}
#activem2 a {
color: Black;
background-color: #D9E1BA;
font-style: italic;
}
#navcontainer ul li a:hover {
background-color: #FFCC66;
color: Black;
}
/* End of Menu CSS */
/* CSS Horizontal SUBMenu System */
#navcontainer1 ul
{
padding-left: 0;
margin-left: 0;
color: Black;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
background-color: #D9E1BA;
}
#navcontainer1 ul li {
display: inline;
}
#navcontainer1 ul li a {
padding: .5em .5em;
font-size: 12px;
font-weight: normal;
color: Black;
text-decoration: none;
float: left;
border-right: 1px dotted #BCB;
/*font-weight: bold;*/
}
#navcontainer1 ul li a:hover
{
	background-color: Green;
	color: White;
	/*height: 25px;*/
}
/* End of Menu CSS */