/* CSS Document */
<!--
.head {  
	font-weight: bold;
	font-size: 16px;
	color: #666ccc;
	letter-spacing: 2px;
	border-color: #666666;
	border-style: dotted;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	text-align: left;
}
a { 
    color: #666ccc;
	text-decoration: underline;
}
a:hover { 
	color: #666666;
	text-decoration: none; 
}
a.colorlink { 
	color: #666ccc;
	text-decoration: underline; 
}
a.colorlink:hover { 
	color: #999999;  
}
body {
	margin:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#000066;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #666666;
}
.style1 {
	font-size: 32px;
	font-weight: bold;
	color: #666666;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	color: #666666;
}
.style3 {
	font-size: 14px;
	text-align:center;
	color: #666666;
}
-->