body { margin-top: 5; margin-left: 5; background-color: "#FFFFFF"; background-attachment: fixed;
       
     }
a { color: "#0000FF"; }; /* "#0000FF"; */
a:visited { color: "#0000FF" ; }   /* "#800080" */
a:hover { color: "#800080"; /* color: "#3366FF"; */ }

p { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000} 
h1 { font-family: "Times New Roman", Times, serif; font-size: 16pt; font-weight: bold; color: #0000FF} 

h1.treg { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; color: #FFFFFF} 


h2 { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; color: #0066FF} 
td { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000} 
li { font-family: Arial, Helvetica, sans-serif; font-size: 10pt} 
h3 { font-family: "Times New Roman", Times, serif; font-size:12pt; font-weight: bold; color: #3366FF} 
caption {  font: bold 12pt "Times New Roman", Times, serif; color: #6666FF}

a:hover {
         text-decoration:underline;
	 background-color: #0066FF;
	 color:#FFFFFF;
        }

a.cur_page
        {
         text-decoration:none;
	 background-color: #6C6CFF;
	 color:#FFFFFF;
        }

a.cur_page:visited
        {
         text-decoration:none;
	 background-color: #6C6CFF;
	 color:#FFFFFF;
        }

a.cur_page:hover
        {
         text-decoration:none;
	 background-color: #6C6CFF;
	 color:#FFFFFF;
        }

.mnu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	padding: 3px 5px 0px 5px;
}
a.mnu {
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	/*display: block;*/
	padding: 3px 5px 1px 5px;
	white-space:nowrap;
	text-transform: uppercase;
	
}
a.mnu:hover {
	text-decoration: none;
	background-color:#DA251E;
	color:#FFFFFF;
}
