body {
	background-color: #FEF9E6;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #C03C04;
	text-decoration: underline;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #C03C04;
	text-decoration: underline;
}
a:active {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #C03C04;
	text-decoration: underline;
}
a:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #91310C;
	text-decoration: underline;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #008080;
	font-weight: lighter;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	font-weight: lighter;
}
ul{
	list-style-image: url(/images/bullet_diamond.jpg);
	text-indent: 5px;
	margin-bottom: -.2em;
}
