/* CSS Document */

body {
	background-color: #ffffff;
	color: #000099;
	margin: 5%;
	font-family: "times new roman", times, serif;
}
.hide { display: none }
.special { 
	float: right;
	padding: 5px;
	text-align: right;
}
.special p { float: right } 
.special img { float: right }
.larger {
	font-size: larger;
	color: #000000;
}
.smaller { font-size: smaller }
a { color: #000000 }
a.grey { 
	color: #999999;
	font-weight: bolder;
}
a.green {
	color: #003333;
	font-weight: bolder;
}
a:active { color: #ffffff }
h1 {
	color: #660000;
	font-size: 200%;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
}
h2 {
	color: #660066;
	font-size: 170%;
	font-family: arial;
	font-style: italic;
}
h3 {
	color: #999999;
	font-size: 150%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
}
h4 {
	color: #000099;
	font-size: 120%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-variant: small-caps;
}
h3 span {
	color: #000099;
	font-weight: bold;
	font-variant: small-caps;
	font-size:66%;
}
span.nav {
	font-weight: normal;
	color: #000000;
	font-size: 80%;
	font-style: normal;
	text-decoration: none;
}
h1 span.nav {
	font-weight: normal;
	color: #000000;
	font-size: 40%;
	font-style: normal;
	text-decoration: none;
}
span.title {
	color: #ffffff;
	font-style: normal;
	font-family: georgia, "times new roman", times, serif;
	text-decoration: underline;
}
.center { text-align: center }
.indent { margin-left: 10% }
.indent2 {
	margin-left: 15%;
	font-family: "courier new", courier, mono; 
	font-size: smaller
}
div.text { 
	background-image: url(images/fill.gif);
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 30px;
	width: 33%;
	border-style: double;
	border-width: 3px;
	border-color: #999999;
}
div.text2 {
	background-image: url(images/fill.gif);
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 30px;
	width: 100%;
	border-style: double;
	border-width: 3px;
	border-color: #999999;
}
div.text3 {
	background-image: url(images/fill.gif);
	padding: 5px;
	border-style: double;
	border-width: 3px;
	border-color: #999999;
}
div.center2 {
	text-align: center;
	background-image: url(images/fill.gif);
	padding: 5px;
	border-style: double;
	border-width: 3px;
	border-color: #999999;
	margin-top: 20px;
}
.left { 
	float: left;
	padding: 5px;
	text-align: left;
}
img.nav {
	width: 95%;
	height: auto;
	text-align: center;
}
