/* CSS Document */
html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #C4A584;
	background-image: url(pix/hg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	
/* Black */

}
.black {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #993300;
}	
.blackbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #993300;
}
.blackbg {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	background-color: #993300;
}	
.blackboldbg {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	background-color: #993300;
}
	
/* White */
	
.white {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.whitebold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.whitebg {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #ffffff;
}	
.whiteboldbg {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}	
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;	
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

