body {
	margin: 0;
	text-align: left;
	font: 10pt/14pt;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul {
	list-style-position: outside; 
}

.bullets { 
	margin-left: 15px;
	margin-top: 0;
	list-style-type: disc; 
	list-style-position: outside; 
	display: list-item; 
	}

/* links */

a:link { 
color: #686968; 
text-decoration:none;
border-bottom:1px dotted #bbbcbb;
padding-bottom:1px;
}

a:visited { 
color: #686968;
text-decoration:none;
border-bottom:1px dotted #bbbcbb;
padding-bottom:1px;
}

a:hover {
	text-decoration:none;
	border-bottom:1px dotted #c5c7c5;
	padding-bottom:1px;
}

.footer a:link { 
color: #ffffff;
text-decoration:none;
border-bottom:1px dotted #000000;
padding-bottom:1px;
}

.footer a:visited { 
color: #ffffff;
text-decoration:none;
border-bottom:1px dotted #000000;
padding-bottom:1px;
}

.footer a:hover {
color: #ffffff;
	text-decoration:none;
	border-bottom:1px dotted #c5c7c5;
	padding-bottom:1px;
}



p {
	padding-bottom: 15px;
}

/* headers */

h1 {
	font: bold 14pt Georgia, "Times New Roman", Times, serif;
	padding-top:0px;
	padding-bottom:10px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #910202;
}

h2 {
	font: bold 12pt Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	color: #910202;
	padding-bottom: 10px;
}

h3 {
	font: bold 10pt Georgia, "Times New Roman", Times, serif;
}

h4 {
	font: bold italic 12pt Georgia, "Times New Roman", Times, serif;
	color: #687959;
	padding-bottom: 5px;
}

.h1 {
	font: bold 14pt Georgia, "Times New Roman", Times, serif;
	padding-top:0px;
	padding-bottom:10px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #910202;
}

.h2 {
	font: bold 12pt Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	color: #910202;
	padding-bottom: 10px;
}

.h2underline {
	font: bold 12pt Georgia, "Times New Roman", Times, serif;
	padding-top:20px;
	padding-bottom:1px;
	border-bottom: 2px dotted #E4CCA7;
	color: #910202;
	margin-bottom: 10px;
}

.h3 {
	font: bold 10pt Georgia, "Times New Roman", Times, serif;
}

.h4 {
	font: bold italic 12pt Georgia, "Times New Roman", Times, serif;
	color: #687959;
}

.caps {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.capsbig {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-variant: small-caps;
}

ul { 
	margin-left: 20px; 
	list-style-position: outside; 
	list-style-type: disc; 
	padding-bottom: 5px;
}

ol {
	margin-left: 20px; 
	list-style-position: outside; 
	display: list-item; 
	padding-bottom: 5px;
}

li { 
	padding-bottom: 10px;
}

/* colors */

.red {
	color: #910202;
}

