/* CSS Document */

body, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	color: #BF0000;
	text-decoration: underline;
} 
a:hover {
	color: #660000;
	text-decoration: underline;
}
p {
	margin-top: 6px;
	margin-bottom: 12px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #003380;
	line-height: 1.4em;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
h6 {
	font-style: italic;
	font-size: 9px;
	font-weight: normal;
}
ul {
	list-style-image: url(../images/li.gif);
}
li {
	margin-left: 2em;
	margin-top: 3px;
	margin-bottom: 8px;
}
h1 li {
	padding-bottom: 15px;
}
.small {
	font-size: 9px;
}
.large {
	font-size: 1.2em;
}
