body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 20px;
	font-size: 75%;
	line-height: 13pt;
}

body, td {
	color: #333333;
}

thead tr td {
	background-color: #4f5457;
	padding: 4px;
	color: #ffffff;
	font-weight: bold;
}

ul li {
	list-style-image: url(images/list_bullet.gif);
}

table, td	{
	text-align:left;
	padding: 4px;
	margin: 0px;
	vertical-align: top;
	border: 1px solid #4f5457;	
}

p {
	color: #333333;
}


h1  {
	color: #333333;
	font-size: 1.3em;
	margin-top: 18px;
	margin-right: 20px;
}

h2 {
	color: #4f5457;
	font-size: 1.2em;
}

h3 {
	color: #aabb5c;
	font-size: 1.1em;
}

h4 {
	color: #aabb5c;
	font-size: 1.1em;
	font-style: italic;
}

h5 {
	color: #aabb5c;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}

h6 {
	color: #aabb5c;
	font-size: 1em;
	font-weight: normal;
}

.small {font-size: .7em;
		font-weight: normal;}

a:link {
	color: #981038;
	text-decoration: underline;
}
a:visited {
	color: #981038;
}
a:hover {
	text-decoration: none;
}

a:active {
	color: #d0de90;
}


