
html, body, ul, ol, li, p, h1, h2, h3{  
margin: 0; 
padding: 0;
border: 0;
}

 /* NOTE: Do not set the font weight to more than normal or medium in the body because it causes problems with image alignment. */
body	{
    background-color:#ffffff;
	color:#000000;
    font-family: arial, helvetica, sans-serif;
    font-weight:normal;
    font-size:14px;
	margin: 0 auto;
	min-width: 980px;
	text-align: center;
	vertical-align:top;	
		}

a:link,
a:visited { color: #ff6600; text-decoration: none; }

a:active,
a:hover { color: #cc3333; text-decoration: underline; }


div#mainbody {
	display:block;
	position:relative;
	min-height: 390px;
	width: 980px;
	padding: 0;
	margin:0;
	border: 0;
}

.blueheader  
{
    font-size:16px;
    font-weight:bold;
    font-family: Tahoma;
    text-align:center;
    color:#ffffff;
    background-image:url('Images/menu_bk.gif');
    background-repeat:repeat-x;
    height:36px;
}

.blueheader2  
{
    font-size:16px;
    font-weight:bold;
    font-family: Tahoma;
    text-align:center;
    color:#ffffff;
    background-image:url('Images/menu_bk.gif');
    background-repeat:repeat-x;
    height:36px;
}

.blueheader3 
{
    font-size:16px;
    font-weight:bold;
    font-family: Tahoma;
    text-align:center;
    color:#ffffff;
    background-image:url('Images/header_bk_2.gif');
    background-repeat:repeat-x;
    height:36px;
}

.greenheader
{ color: #339933; font-family:Tahoma; font-weight: bold; }

.redheader
{ color: #cc3333; font-family:Tahoma; font-weight: bold; }

.largetext
{ font-size:16px; }

.smalltext
{ font-size:12px; }

.orangetext { color:#ff6600;}

.just { text-align: justify; }

.nodisplay
{ display:none; visibility:hidden; }

.help
{
    position:absolute;
    visibility:hidden;
    background-color:#ffffff;
    text-align:left;
    margin-top:3px;
    padding:5px;
}

.gridpager td
{ padding-right:6px; color:#ffffff; }

.gridpager a
{ color:#99ccff; text-decoration: underline; }
