a, a:link { color: #3333FF; font-weight:bold; }

a:visited { color: #6600CC; font-weight:bold; }

a:hover  { color: #990000; font-weight:bold; }

a:active { color: #FF0000; font-weight:bold; }

strong { font-weight: bold; }

body {
    background:    #FFFFFF;
    margin-top:    5px;
	margin-bottom: 0px;
	margin-left:   10px;
	margin-right:  10px;
	
}

body, div, th, td, form, p, li, ul, ol {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.small    {font-size: 10px; }
.blue     {color: rgb(0,0,153); }
.center   {text-align: center;}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, "Trebuchet MS", sans-serif;
}

h1 {
	text-transform: uppercase;
}

code { font: 11px monospace; }

h1 {
	font-size: 140%;
	color: rgb(0,0,153); 
	text-align: center;
}

h2 {
	font-size: 130%; 
   color: rgb(0,0,153); 
   text-align: left;
}

h3 {
	font-size: 120%;
	color: rgb(0,0,153); 
	text-align: left;
}

h4 {
	font-size: 100%; 
	color: rgb(0,0,153); 
}

hr { color: #000; height: 1px; }

.marker {font-weight: bold; background-color: rgb(0,255,0);}

strong { font-weight: bold; }

.noindent {text-indent: 0in;}

.centered {text-indent: 0in; text-align: center;}

.left {text-indent: 0in; text-align: left;}

EM{font-weight: bold; font-style: italic; }