a:link, a:visited {
	color: #FFFF99;
	font-weight: bold;
	text-decoration: underline;
}

a:active, a:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	color: #F6F0FA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		margin-bottom: 0px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	border-style: ridge;
	border-top-width: 5px;
	border-color: #CC6600;
}

.floatleft {
float: left;
margin-top: 0px; 
margin-bottom: 0px;
margin-left: 0px;
margin-right: 10px;
}

.floatright {
float: right;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}

h1 {
	color: #CC6600;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: underline;
	text-transform: capitalize;
}

h2 {
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: capitalize;
}

h3 {
	background-color: #B4BFBB;
	border: 1px #93A2A7 solid;
	color: #FFFF99;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
}

td, p {
	color: #F6F0FA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.btbk {
	background-color: #333333;
	border-bottom-width: 0px;
	border-color: #666666 #666666 #999999 #999999;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-top-width: 0px;
	color: #000000;
}

.btcalendar {
	background-color: #E6D8BE;
	background-position: right bottom;
}

.btcopyrights {
	border-bottom-width: 0px;
	border-color: #CC6600 #000000 #000000;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: ridge;
	border-top-width: 5px;
	color: #999999;
	font-size: 10px;
}