/* Global Styles */
	
a {
	color: #993300;
	}
	
a:hover {
	color: #333399;
	}

/* Class Styles */
	
p {
font:12px Arial, Helvetica, sans-serif;
color:#666666;
line-height:16px;
margin-top:0px;
margin-right: 15px;
}

h1 {
font-size: 16px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #93442B;
padding-left: 0px;
}

h2 {
font-size: 12px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #336699;
}

h3 {
font-size: 14px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #617365;
}

.bullets {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 18px;
}
.list {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	list-style-position: outside;
	list-style-type: decimal;
	padding: 2 0 0 10;
	line-height: 18px;
}

h5 {
font-size:10px 
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

.style1 {
	color: #20549f;
	font-style: italic;
	font-weight: bold;
}

.style2 {
	color: #ffffff;
	padding: 5 0 0 5;
	font-weight: bold;
}