body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.png);
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.headingNoBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;

}
.SubHeadingNoBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.bodyNoBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.smalledit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
h1 {
	font-family: Tahoma;
	font-size: 20px;
	color: #008400;
}

a {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #00CC00;
	text-decoration: none;
}
.goldBoxTopLeft {
	background-image: url(../images/gold/top_left.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 15px;
}
.goldBoxTop {
	background-image: url(../images/gold/top.png);
	background-repeat: repeat-x;
	height: 10px;
}
.goldBoxTopRight {
	background-image: url(../images/gold/top_right.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 15px;
}
.goldBoxLeft {
	background-image: url(../images/gold/left.png);
	background-repeat: repeat-y;
}
.goldBoxBottomLeft {
	background-image: url(../images/gold/bottom_left.png);
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
}
.goldBoxBottomRight {
	background-image: url(../images/gold/bottom_right.png);
	background-repeat: no-repeat;
}
.goldBoxRight {
	background-image: url(../images/gold/right.png);
	background-repeat: repeat-y;
}
.goldBoxBottom {
	background-image: url(../images/gold/bottom.png);
	background-repeat: repeat-x;
}
#header {
	width:850px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
}
#frame {
	width:850px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:center;
	background-image: url(../images/frame.png);
	background-repeat: repeat-y;
	background-position: center;
}
#footer {
	width:850px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 36px;
}
#news {
	width:500px;
	margin-left:100px;
	padding:10px;
	text-align:left;
}
#newspic {
	width:200px;
	padding:10px;
	float:right
}
.border1 {
	border: 1px solid #000000;
}
#fitter {
	height: 500px;
	width: 490px;
	padding:10px;
	border: thick solid #00cc00;
	background-color: #ECFFEC;
}
.floatright {
	float:right;
	margin: 0 0 10px 10px;
	border: medium solid #00cc00;
}
.input12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.arial14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
