/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	vertical-align: top;
	background-color: #FFFFFF;
}

p, tr, td
{
	font-size: 10px;
	color: #000000;
	padding-top: 0;
	margin-top: 0;
	vertical-align: top;
}

h1 
{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 24px 0 6px 0;
	padding: 0;
}

h3 
{
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0;
}

a
{
	font-size: 10px;
	font-weight: normal;
	color: #666699;
	text-decoration: underline;
}

a.heavy
{
	font-size: 10px;
	font-weight: bold;
	color: #666699;
	text-decoration: underline;
}

a:hover
{
	font-size: 10px;
	font-weight: normal;
	color: #990033;
	text-decoration: none;
}

ul 
{
	margin: 0;
	padding: 0;
}

li 
{
	list-style: none outside none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.indent {
	margin: 0 0 0 24px;
	padding: 0;
}

#footer, #footer p
{
	font-size: 9px;
	color: #999999;
}
