
a:visited, a:link {
	color: #BDFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a:active, a:hover {
	color: #FFEAFF;
	font-weight: bold;
	text-decoration: none;
}

body	{
	background-image: url(images/bluegrape.jpg);
	background-color: #13CDFE;
	background-position: right top;
	background-repeat: repeat-y;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1		{
	text-decoration: none;
	border: solid;
	border-color: #000000 #000000 #3B8E66;
	border-width: 0px 0px 1px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-indent: 5px;
}

td, p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.btfoot	{
	color: #333333;
	font-size: 10px;
}

