body {
	background-color: #000066;
	background-image: url(images/bg_stripe.gif);
	background-repeat: repeat;
	font-family: "Comic Sans MS", Arial, fantasy;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
	color: #FFFFFF;
}
a:link {  color: #CC00FF; text-decoration: underline; font-weight: normal}
a:visited {  color: #CC33FF; text-decoration: underline}
a:hover {  color: #CC33FF; text-decoration: none}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC00FF;
	font-style: normal;
	font-size: 1.2em;
	background-position: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC00FF;
	font-style: normal;
	font-size: 1.1em;
	background-position: center;
	font-weight: normal;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC00FF;
	font-style: normal;
	font-size: 1em;
	background-position: center;
}

caption {
	color: #FFFFFF;
	font-family: "Comic Sans MS", Arial, fantasy;
}
	#container {
	width:760px;
	float: left;
	clear: both;
}
.imageleft {
	text-align: left;
	margin: 3px 6px 6px;
	border: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}
.imageright {
	text-align: left;
	margin: 3px 6px 6px;
	border: 0px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000066;
	font-weight: normal;
	background-color: #FFFFCC;
}
.footer {
	font-size: 0.8em;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00FF00;
	text-align: center;
	height: 21px;
}
.header {
	font-size: 90%;
	background-color: #FFFFCC;
	width: 760px;
	text-align: right;
	height: 21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00FF00;
}
.header p {
	color: #00FF00;
}
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #00FF00;
}

ul {
	color: #FFFFFF;
	font-family: "Comic Sans MS", Arial, fantasy;
	font-size: 12px;
}
.required {
	color: #FFCC00;
}
.redheader {
	color: #CC0000;
}
.inputbox {
	border: 1px solid #CC66CC;
	padding: 1px;
	font-family: "Courier New", Courier, mono;
	color: CC00FF;
	font-size: 11px;
	font-weight: bold;
}
td {
	vertical-align: top;
}
/* picture captions */
.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 2px;
font: 11px/1.4em Arial, sans-serif; color:#000; }
.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; } 
/* clear div */
.clearit { clear: both; }
