a:visited, a:link {
	color: #A92AC0;
	font-weight: bold;
	text-decoration: underline;
}

a:hover	{
	color: #FF3FF8;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #FF3FF8;
	font-weight: bold;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

h1 {
	color: #A92AC0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	border: solid;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

td, p {
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.btcontent {
	background-color: White;
	background-image: url(images/bkcontent.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

.btcopyrights {
	color: #FF3FF8;
	font-size: 11px;
	text-align: center;
}


