body {
	margin: 0px;
/*	height: 100%; */
}
TABLE, TR, TD
{
    	COLOR:#666666;
    	FONT-FAMILY: Arial, Helvetica, sans-serif;
    	FONT-SIZE: 9pt;
    	text-align : justify;
		line-height: 1.75;
}

h1{
	display:inline;
	font-weight: normal;
	color: #FF0000;
}

A:active, A:link, A:visited
{
    	COLOR: #000;
		TEXT-DECORATION: none;
}

.whitelink:active, .whitelink:link, .whitelink:visited
{
    	COLOR: #FFFFFF;
    	FONT-SIZE: 9pt;
		FONT-WEIGHT: bold;
		TEXT-DECORATION: none;
}

A:hover, .whitelink:hover
{
		TEXT-DECORATION: underline;
}

.dropdowns
{
	border: 1 solid;
	border-color: #CCCCFF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7.5pt;
	background: white;
}
.style2 {color: #FFFFFF; font-weight: bold; }
.style3 {color: #FFFFFF}
.style4 {color: #000000; font-weight: bold; }


#topMenu {
text-align: left;
padding: 0px 0px 0px 20px;
/* background-color: red; */
height: 50px;
}
#topMenu a:hover {
border: 1px solid red !important;
}
#topMenu a:link, #topMenu a:visited {
display: inline-block;
margin: 2px 2px 2px 2px;
padding: 4px 4px 4px 4px;
width: 137px;
min-width: 137px;
height: 15px;
border: 1px solid #c0c0c0;
background: #d0d0d0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
color: red;
}

#header{
/* background-color:#CCCCCC; */
padding: 0px;
margin: 0px;
/* height: 50px; */
}

#maincontent{
	padding-left: 20px;
	padding-right: 20px;	
}

