body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

a:link
{
	text-decoration: none;
	color: #06C;
}

a:visited
{
	text-decoration: none;
	color: #06C;
}

a:hover
{
	text-decoration: underline;
	color: #6C6;
}

a:active
{
	text-decoration: underline;
	color: #6C6;
}

p, ul, li, ol, td
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

#list 
{ 
	list-style-image: url('images/arrow.gif'); 
}

.darkgray
{
	background-color: #B5B5B5;
}

.lightgray
{
	background-color: #EEEEEE;
}

.blue
{
	background-color: #0066CC;
}

.arrow
{	
	font-size: 10px;
	font-family: Comic Sans MS, Serif;	
}

.headline
{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;	
}

.graytext
{
	color: #B5B5B5;
}

.whitetext
{
	color: #FFF;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #000;
	margin-bottom: 0px;
}

.footer
{
	color: #fff;
	line-height: 10px;
}