/* CSS Document */

body 
{
		background-color:#FAF6E7;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
}


body, td 
{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #52443A;
		vertical-align: top;
		line-height: 150%;
		text-align:left;
}

a:link {
	color: #909189;
	text-decoration: underline;
	}
	a:hover {
		color: #2C623F;
		text-decoration: underline;
		}
	a:active {
		color: #909189;
		text-decoration: underline;
		}
	a:visited {
		color: #909189;
		text-decoration: underline;
		}
	a:visited:hover {
		color: #2C623F;
		text-decoration: underline;
		}
	
	
li 
{
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
}


ul 
{
		list-style-image: url(../images/bullet.gif);
		padding: 0;
}
	
	
.footer
{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
}

.header
{
		font-family: Times New Roman, Times, serif;
		font-size: 16px;
		/*font-weight:bold;*/
		color: #909189;
}

.subhead
{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #2C623F;
		vertical-align: top;
		line-height: 150%;
		text-align:left;
		font-style:italic;
		font-weight:bold;
}

.emph1
{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #52443A;
		vertical-align: top;
		line-height: 150%;
		text-align:left;
}

ol.letters {
	list-style-type: lower-alpha;
	margin: 0 0 0 30px;
	padding: 0;
}

