/* CSS Document */

a.nav {
	font-family:"Courier New", Courier, mono;
	font-size:9pt;
	font-weight:bold;
	color:#000000;
	padding-left:2px;
	text-decoration:none;
	letter-spacing:1px;
}
a.nav:hover {
	font-family:"Courier New", Courier, mono;
	font-size:9pt;
	font-weight:bold;
	color:#000000;
	padding-left:3px;
	text-decoration:underline;
}
.searchGo {
	font-size:11px;
	font-family:"Courier New", Courier, mono;
	width:30px;
}
.searchTitle {
	font-family:"Courier New", Courier, mono;
	font-size:9pt;
	font-weight:bold;
	color:#000000;
	padding-left:2px;
	text-decoration:none;
	letter-spacing:1px;
}
h1.articleTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
}
h2.articleSub {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style:italic;
}
.articleText {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}
.boxTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #100C45;
}
.boxText {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	text-align: justify;
	color: #100C45;
}