body,p,div,th,blockquote,ul,ol,li,table,tr,td,form,input,select  { 
	font-size: 14px;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	color: #000000;
}

pre {
	font-size: 11px;
	font-family: Courier, Courier New, Monaco;
	color: #000000;
}

a {
	color: #000074;
}

a:visited {
	color: #006600; 
}

a:hover {
	color: #FFCC00;
}

.special {
	font-family: "Arial Black", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.medium {
	font-weight: bold;
}

.header {
	font-size: 18px; 
	font-weight: bold;
	text-align: center;
}

.overheader {
	font-size: 24px; 
	font-weight: bold;
	text-align: center;
}

.indent {
	text-indent: 20px;
}

.footer {
	font-size: 10px;
	text-align: center;
}

.small {
	font-size: 11px;
}

.large {
	font-size: 18px;
	font-weight: bold;
}


.redback {
	background-color: #FFB2B2;
	border: 1px solid #FF003C;
	padding: 3px;
}
.blueback {
	background-color: #B3DEFF;
	border: 1px solid #0764FF; 
	padding: 3px;
}
.yelback {
	background-color: #FFFEBA;
	border: 1px solid #FFD800;
	padding: 3px;
}
.greenback {
	background-color: #C1FFB5;
	border: 1px solid #18FF00;
	padding: 3px;
}
