body {
	background-image: url(../images/bkgrd.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #000000;
	background-repeat: repeat;
}
.text {
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 20px;
	color: #EAD4A8;
}

A:link {
	color: #FFFFFF;
	text-decoration: underline;
	
}
A:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
	
A:hover{text-decoration:none;
	color: #FFFFFF}
	
.border {
	border: 1px solid #EAD4A8;
}

.title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.button {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #6C7379;
	border: 1px solid #FFFFFF;
	margin: 2px;
	padding: 2px;
}
.textNote {

	font-family: Century Gothic;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
}
.h1 {
	font-family: Century Gothic;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
