
a:{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.dark {
	color : White;
	font-weight: bold;
	text-decoration: none;
	}
	
a.dark:hover {
	color: Yellow;
	font-weight: bold;
	text-decoration: none;
}

a.bottom {
	color : Black;
	text-decoration: none;
	font-weight : bold;
	}
	
a.bottom:hover {
	color: #8D8D8D;
	text-decoration: none;
	font-weight : bold;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	border: #000000;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
	border-top-width: 0px;
	color: #4B2C0F;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 3px;
	text-transform: uppercase;
}

h2 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

p, td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.btcontent1 {
	background-color: #FCD48E;
	background-image: url(images/bkcontent2.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	color: #000000;
}

.btcontent2 {
	background-image: url(images/bkcontent3.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #000000;
}

.btcopyrights {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	color: #333333;
	font-size: 11px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	text-align: center;
	text-indent: 10px;
}

.btheader {
	background-image: url(images/bkheader.jpg);
	background-repeat: repeat-x;
}

.btinfobox {
	border-bottom-width: 2px;
	border-color: #000000 #000000 #000000;
	border-left-width: 2px;
	border-right-width: 2px;
	border-style: dotted;
	border-top-width: 2px;
	color: #FCD48E;
	font-weight: bold;
}

#nav a:link, #nav a:visited {
	background-color: #FDE2B3;
	color: #000000;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	text-align: center;
	font-size : 15px;
	display : block;
	font-weight : bold;
}

#nav a:hover, #nav a:active {
	background-color: Black;
	color: Yellow;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	text-align: center;
	font-weight : bold;
}

#nav p {
	color: #FCD48E;
}
