h1 {
	color: #009;
	letter-spacing:0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}
h2 {
	font-size: 16px;
	color: #5B2E00;
	letter-spacing:0.2em;
	font-weight: bold;
	padding-top: -5px;
}
.form {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 20px;
}
body {
	margin:0px;
	background-color: #EAE1D0;
}
/*hr {
	color: #B0AFDA;
	border: 1px solid;
}*/
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
td {
	font:14px arial;
	color:#5B2E00;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #CC3300;
	text-decoration:none;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:13px georgia;
	color: #5B2E00;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #EAE1D0;

	}
	
#navigation a:hover {
	color:#FF3300;
	border: 1pt dotted red;
	border-right-width: 0px;
	border-left-width: 0px;
	}

#logo {
	font:20px georgia;
	color: #009;
	line-height:24px;
	letter-spacing:0.2em;
	}

#tagline {
	font:14px georgia;
	color: #009;
	line-height:18px;
	letter-spacing:0.2em;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:14px arial;
	color:#5B2E00;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	}
	
.smallText {
	font:10px arial;
	color:#000;
	}
