body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 12px;
	line-height: 1.4em;
	color: #003366;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.white {
	color: white;
}

a {
	text-decoration: underline;
	color:  #003366;
	}
a:visited {
	color:  #003366;
	}
a:active {
	color:  #003366;
	}
a:hover {
	color: #006699;
	text-decoration: none;
	}
	
a.orangelink {
	text-decoration: underline;
	color:  #FF9933;
	}
a:visited.orangelink {
	color:  #FF9933;
	}
a:active.orangelink {
	color:  #FF9933;
	}
a:hover.orangelink {
	color: #FF9933;
	text-decoration: none;
	}
	
.orange {
	color: #FF9933;
}

.tdpad {
	padding: 20px;	
}

.smalltext {
	font-size: 11px;
}