﻿body 
{
	background-color: #f5f5f5;
	font-size:12px; 
	line-height: 17px; 
	color: #333;
	font-family: Arial;
	border: none;
	
	
	
}

a
{
	text-decoration: none;
	color: #2c6f93;
}
a:hover, a:active
{
	color: #1d90c6;
}


body img
{
	border: none;
}
p
{
}

h1
{
	font-size: 16px;
	color: #b80019;
	
}

h2
{
	color: #b80019;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 15px;
}

h3
{
	color: #aaa;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 20px;
	line-height: 15px;
}



#bullets
{ 
	padding:0; 
	margin:20px;
	font-size:11px;
	line-height:16px;
} 

#bullets li, .menuitem li { 
	list-style-type:none; 
	} 
	
	
li
{
	list-style-image: url('/images/ul_arrow_blue.gif');
	list-style-position: outside;
	
}

	
#pdfList
{
	list-style-image: url('/images/pdf.gif');
	list-style-position: outside;
}