/* CSS Document */
A 			{ color: #99FF00; text-decoration: none; } 
A:link		{ color: #003399; text-decoration: none; } 
A:visited	{ color: #003399; text-decoration: none; } 
A:active	{ color: #9C382C;  } 
A:hover		{ color: #003399; text-decoration: underline; }

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #660000;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #660000;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.5em;
	color: #000000;
	}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.25em;
	color: #000000;
	}
p.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.75em;
	color: #000000;
	}
p.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.75em;
	color: #000000;
	}
p.article_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	}
p.article_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.5em;
	color: #000000;
	}

div#header {
	padding:5px;
	}
div#nav {
	padding:5px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	text-align:center;
}
div#content {
	padding:10px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
}
div#footer {
	padding:5px;
}#content img {
	clear: right;
	float: left;
}
