h1
{
	color: #B45915;
	background-color: #fff;
	font-family: "Times New Roman", Serif;
	text-transform: uppercase;
	font-size: 120%;
	margin-bottom: 10px;
}
h2
{
	color: #B45915;
	background-color: #fff;
	font-family: "Times New Roman", Serif;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 0.01em;
	margin-top: 10px;
	margin-bottom: 5px;
}

p, ul
{
	font-family: Arial, Sans-Serif;
	font-size: 80%;
	line-height: 1.5em;
	color: #513C2B;
	/*color: #5A5A5A;*/
	background-color: #fff;
}
p
{
	margin-bottom: 10px;
}

ul
{
	list-style-image: url(../cmsimages/bullet.gif);
	margin: 0px 0px 0px 20px;
}
ul li
{
	margin-bottom: 0.5em;
}

a,
a:hover,
a:visited
{
	color: #513C2B;
}

table
{
	font-family: Arial, Sans-Serif;
	font-size: 80%;
	line-height: 1.5em;
	color: #513C2B;
}
table table,
table p
{
	font-size: 100%;
}