

body {
	font-family: "Courier New", Courier, monospace;
	color: #333;
	background-color: White;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(../images/sandstone_2.jpg);
}

TABLE {
	background-color: #F9F9F9;
	margin-left: 10%;
	margin-right: 10%;
	font: 13px/18px Bookman Old Style;
	padding: 10px;
	background-image: url(../images/goat.jpg);
	background-repeat: repeat;
}

td {
	vertical-align: top;
}


h1 {
	font-family:  Bookman Old Style;
	padding: 0px;
	font-size: 28px;
	line-height: 17px;
	font-weight: 900;
	color: #666666;
	background: #FEFEFE;
	margin-top: 7%;
}
h2 {
	font-family:  Bookman Old Style;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 900;
	color: #7E7E7E;
}

h3 {
	font-family:  Bookman Old Style;
	margin:0px 0px 0px 0px;
	margin-left : 3%;
	padding:0px;
	font-size:18px;
	line-height:20px;
	font-weight:900;
	color:#A4A4A4;
	}

	
p {
	font: 13px/18px   Bookman Old Style;
	margin-left: 3%;
	margin-right: 3%;
}
	
	
p.small {
	font: 11px/18px  Bookman Old Style;
	margin-left: 3%;
	margin-right: 3%;
}

.red {
	color: Red;	
}
	
li {
	font: 13px/18px    Bookman Old Style;
	margin:0px 0px 16px 0px;
	padding:0px;
	
}

	
a {
	color: Blue;
	text-decoration: none;
	font-weight: 600;
	font-family:  Rockwell;
}
a:link {
	color: Blue;
}
a:visited {
	color: #333399;
}
a:hover {
	background-color: #D8BFD8;
	text-decoration: underline;
}
TABLE.sub1 {
	background-color: transparent;
	margin-left : 0%;
	margin-right : 0%;
	border : none;
}


