html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, select, option, textarea{
	font-family: Verdana, sans-serif;
	font-size: 100%;
}

.fplleft{
	float: left;
	width: 65%;
	height: 100%; 
}

.fplleftpadding{
	padding-left: 2px;
	padding-right: 2px; 
}

.fplright{
	float: right;
	width: 35%;
	height: 100%;	
}

.fplhistory{
	background-color: #3366FF;
	color: white;	
	padding: 2px;
}

.aligncenter{
	text-align: center;	
}

.label{
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;	
	text-align: center;		
}

.mainheading{
	font-size: 200%;
	background-color: blue;
	color: white;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.container{
	min-width: 800px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;	
}

.url{
	font-size: 60%;
	text-align: right;
}

.teamlovejoy{
	text-align: center;
	font-size: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;	
}

.underline{
	text-decoration: underline;
}

.fontbold{
	font-weight: bold;
}

.displaynone {
    display: none;
}

.displayblock {
    display: block;
}

.linksoutline{
	text-align: center;
	background-color: #505050;
	padding-top: 10px;
	padding-bottom: 10px;
}

.emailsymbol{
	font-weight: 1500;
	font-size: 150%;
}

.pageheadings{
	font-size: 150%;
	font-weight: bold;
	color:	#800517;
	font-variant: small-caps;
	text-align: center;
}

.navigationdividers{
	color: white;
}

table.super6table{
	border-width: 4px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: #ECE5B6;
}

table.super6table td {
	padding: 5px 7px 5px 7px;	
}

table.abouttable td{
	padding: 0px 10px 0px 10px;
}

.linksoutline a:link {
    color: white;
    text-decoration: none;
}

.linksoutline a:visited {
    color: white;
    text-decoration: none;
}

.linksoutline a:hover {
    color: white;
    text-decoration: underline;
}

a:link {
    color: #4D76B6;
    text-decoration: none;
}
a:visited {
    color: #4D76B6;
    text-decoration: none;
}
a:hover {
    color: #333333;
    text-decoration: underline;
}