/* set the page background color and margins. */
body {
	margin: 0px; 
	background: #339999;

/* set the page font formatting. */
body, p {font-family: times,times roman,serif; font-size: 15px; line-height:20px; color:#000099;}

/* default link colors - this is the default link color for the page */
a:link { font-weight: normal; text-decoration: none; color: #000099; } /* unvisited link color */
a:hover { font-weight: normal; text-decoration: none; color: #000099; } /* hover over an unvisited link color */
a:active { font-weight: normal; text-decoration: none; color: #FF0000; } /* hover over an unvisited link color */
a:visited { font-weight: normal; text-decoration: none; color: #000033; } /* visited link color*/
a:visited:hover { font-weight: normal; text-decoration: none; color: #000033; } /* visited link hover color*/

h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }
h1 { font-size:25px; font-weight: bold;}
h2 { font-size:11px; font-weight: bold;}
h3 { font-size:11px; font-weight: bold;}
h4 { font-size:18px; font-weight: bold; }
h5 { font-size:18px; font-weight: bold; }
h6 { font-size:18px; font-weight: bold; }
h7 { font-size:18px; font-weight: bold; }

/* CUSTOM STYLES */

p.peventend {border-bottom:solid 1px #000099; margin-bottom:5px; padding-bottom:5px;}

.fmouse { font-size: 9px; color: #666666; line-height: 13px; }


/* FORMS */
.formbold { 
	width: 225px;
	height: 15px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana;
	border: 1px solid #000000;
}

.formnormal { 
	width: 225px;
	height: 17px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana;	
	border: 1px inset #000000;
}
