body, table, td, p, hr, h1, h2, h3, h4, h5, h6, strong, em
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	vertical-align: top;
	text-align: left;
	
	margin: 0px;
	padding: 0px;
}

body
{
	background: #D17415;
	color: #3F3F3F;
}

body, td, p
{
	font-size: 12px;
}

p
{
	margin: 0 0 10px 0;
	text-align: justify;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
}

h3
{
	font-size: 9px;
}

strong
{
	font-weight: bold;
}

a
{
	color: #AF8B57;
}

a:hover
{
	color: #CFAF81;
}

hr
{
	color: #DFDFDF;
	background-color: #DFDFDF;
	height: 2px;
	border: 0px;
	margin: 0 0 10px 0;
	padding: 0px;
}

.lightGray
{
    color: #CCCCCC;
}

.red
{
	color: #FF0000;
	font-weight: bold;
}