a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	background-image: url(../images/back.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
	text-transform: uppercase;
	font-variant: small-caps;



}
td {
	font-size: 11px;
	color: #000066;
}
