/* CSS Document */


<!--
a:link { color: #0033cc; text-decoration: none }
a:active { color: blue; text-decoration: none }
a:visited { color: #0020a6; text-decoration: none }
a:hover { color: #0033cc;  background:#ccecff;}

.text10{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.textlink{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #0033cc;
	a:hover:color: #0033cc;  
	a:background:#ccecff;
}
.marq{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	a:hover:color: #FFFFFF;  
	
}

.newlink{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration:none;
	a:hover:color: #0033cc;  a:background:#ccecff;
}

.footlink{
	font-family: Arial;
	font-size: 12px;
	color: #990000;
	text-decoration:none;
	a:hover: color: #0033cc; a: background:#ccecff;
}
.piclink{
	background:none;
	text-decoration:none;
	border: 0px none;
	a:hover: color: #ffffff; a: background:#ffffff;
}
.logotext {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #003399;
}
.banner {
    font-family: Arial;
	font-size: 16px;
	font-style: none;
	font-weight: bold;
	color: #003399;
}

.phead {
    font-family: Arial;
	font-size: 30px;
	font-style: none;
	font-weight: bold;
	color: #000000;
}
.phead2 {
    font-family: Arial;
	font-size: 16px;
	font-style: none;
	font-weight: bold;
	color: #000000;}
.phead3 {
    font-family: Arial;
	font-size: 24px;
	font-style: none;
	font-weight: bold;
	color: #000000;
}	
	
-->
