/* Import styles for modern browsers */

/* Declare styles for all browsers */
HTML { margin: 0px; padding:0px; background:#FFFFFF}


HTML BODY { margin: 0px; padding: 0px; background: #FFFFFF}

BODY { margin: 0px 0 0 0px; }

BODY, H1, H2, H3, H4, H5, H6, BIG, SMALL, UL, LI, TR, TD, P, INPUT, DIV { 
		font-family: verdana, geneva, arial, helvetica, sans-serif;
		color: #004331;
}
.text1{
 		font-family: verdana, geneva, arial, helvetica, sans-serif;
		color: #004331;
		font-weight: bold;
		font-size: 17px;
}
.text2{
 font-family: verdana, geneva, arial, helvetica, sans-serif;
		color: #004331;
		font-weight: bold; margin:5px 0px;
		font-size: 19px;
}
.text3{
 font-family: verdana, geneva, arial, helvetica, sans-serif;
		color: #004331;
		font-weight: bold; margin:5px 0px;
		font-size: 17px;
}
.text4{
 font-family: verdana, geneva, arial, helvetica, sans-serif;
		color: #004331;
		font-weight: bold; margin:5px 0px;
		font-size: 15px;
}
.text5{
 font-family: verdana, geneva, arial, helvetica, sans-serif;
		color: #004331;
		font-weight: bold; margin:5px 0px;
		font-size: 13px;
}
.text6{
 font-family: verdana, geneva, arial, helvetica, sans-serif;
		color: #004331;
		font-weight: bold; margin:5px 0px;;
}
H1, H2, H3, H4, H5, H6 { font-weight: bold; margin:5px 0px;} 

H1 { font-size: 17px; } 
H2 { font-size: 19px; } 
H3 { font-size: 17px; } 
H4 { font-size: 15px; } 
H5 { font-size: 13px; }

P {margin: 10px 0 10px 0; }

BIG { font-size: 13px; font-weight: bold; }
SMALL { font-size: 9px; padding:4px 4px 4px 0px;}

BODY, UL, LI, TR, TD, P, INPUT 
{ font-size: 11px; line-height: 1.5em;}
IMG { border: 0px; }
INPUT, SELECT, TEXTAREA { background: #EEEEEE; }
PRE, CODE {padding:0px; margin:0px;}

/*A img {display:block;} 
/*images that are used as links wont go funky from whitespace bug*/

A:link { color: #003; text-decoration: none; }
A:visited { color: #006; text-decoration: none; }
A:active { color: #CC3300; text-decoration: none; }
A:hover { color: #000; text-decoration: underline; }

.floatleft {float:left}
.floatright {float:right}

.clear {clear:both; line-height:0px; white-space:pre }

.required { color: #990000; font-weight: bold; }
.copyright {font-size: 9px;}


.red {
font-weight:bold;
color:red;
}



.clearfix:after,
#indexblocks:after
 {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix,
* html #indexblocks
{height:1%;}
