body {
	background-color: #003366;
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
	font-family:'Comic Sans MS',Arial, Helvetica, sans-serif; 
	font-size:small;
	margin:0;
	margin-top:10px;
	color: #003366;
	
}

td, th, legend {
	color: #003366;
}

th {
	background-color:#EEEEEE;
}

td.innerrow {
	border-bottom:#EEEEEE dashed 1px;
	text-align:center;
	display:block;
}
h1 {
	color: #663300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-large;
}

h2 {
	color: #336600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
}

h3, h4 {
	color: #003333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
}

h5, h6 {
	color: #003399;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

a:link, a:visited {
	color: #003366;
	text-decoration:underline;
}

a:active, a:hover {
	color: #006633;
	text-decoration:none;	
}
li.currentpage {
	color:#CC0000;
	font-weight:bold;
	}

.xsmall {
	font-size:x-small;
	}
	
input {
	font-family:'Comic Sans MS',Arial, Helvetica, sans-serif; 
	}
	
.centered350 {
	width:60%;
	margin: 0 auto;
}
.centered500 {
	width:90%;
	margin: 0 auto;
}

.nowrap {
	white-space: nowrap;
	}
.fullwidth {
	display:block;
	width:100%;
	border-bottom:#CCCCCC dashed 1px;
	margin: 0;
	}
p.instructions {
	font-style:normal;
	font-size:x-small;
	/*margin-top:-5px;
	margin-bottom:5px;
	border-bottom:#000099 solid 1px;*/
	text-align:left;
}