body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 	12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
   /*background-color: #DEE6F1;*/
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 	12px;
   background-color: White;
}
.h1 {
	font-size: 2.5em;
}
.h2 {
	font-size: 2em;
}
.h3 {
	font-size: 1.75em;
}
.h4 {
	font-size: 1.5em;
}
.h5 {
	font-size: 1.25em;
}
.tdhigh {
   background-color: #D1DDED;
}
.tdstripe {
	background-image: url(../images/GreenBar.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
.masters-small {
	font-size: 10px;
	color: Black;	
}
.BackMain {
	background: White url(../images/main_back.jpg) no-repeat 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/menuback.gif);
	background-repeat: repeat-x;
	height: 40px;
}
a, a:link, a:visited, a:active, a:focus {
	color: Gray;
	/*font-size: 11px;*/
	text-decoration: none;
}
a:hover {
	color: #006400;
	text-decoration: none;
}
.adminpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Gray;
}
/* CSS Horizontal Menu System */
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
color: #848484;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
}
#navcontainer ul li {
display: inline;

}
#navcontainer ul li a {
padding: 0.2em 1em;
color: #848484;
text-decoration: none;
float: left;
}
#navcontainer ul li a:hover
{
/*background-color: #FFFAFA;*/
color: #990000;
}
/* End of Menu CSS */
