
a:link, a:visited {
	color: #669900;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

body{
	background: #C7CEBC url(images/bk.jpg) no-repeat left top;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}

h1 {
	color: #663300;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: capitalize;
	text-decoration: underline;
	text-align: left;
	font-style: italic;
}

h2 {
	color: #FFFF33;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}

h3 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

h4 {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

h5 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

h6 {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}

p, td {
	color: #004F01;
	font: 12px Arial, Helvetica, sans-serif;
}

.btconame {
	color: #000000;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.btcopyrights {
	font-size: 10px;
}

#nav a:hover {
	background: #EFE410;
}
