body {
	background-color: #fbedc9;
	background-image: url(background.jpg);
	background-repeat: repeat; /*x or y*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 12pt;
	font-style: normal; /*italic*/
	color: #000000;
}

A:LINK {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #ffffff;
	text-decoration: none;
}

A:VISITED {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #f8ca70;
	text-decoration: none;
}

A:HOVER {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #ff0000;
}

A:ACTIVE {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #ff0000;
}
form a:link, form a:visited, form a:hover, form a:active {
	color:#00F;
}
h1 {
	font-family: Dobkin, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #000066;
}

h2 {
	font-family: ParkAvenue BT, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ce6937;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	margin: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	margin: 0px;
}

#frame{
	margin:15px auto;
	border:3px solid #ce6937;
	width:750px;
}
#nav {
	color:#FFFFFF;
	background-color:#000000;
	height:30px;
}

address {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	font-style:normal;
	text-align: center;
	color: #000000;
	clear: both;
}

address a:link, address a:visited, address a:hover, address a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #999999;
}