.nav a{
font-family: arial;
font-size: 9pt;
text-decoration: none;
font-weight: bold;
color: white;
}

.nav a:hover{
text-decoration: none;
color: #FFFF99;
}


.bodytext{
font-family: arial;
font-size: 10pt;
color: #333333;
}

.bodytext a{
font-family: verdana;
font-size: 10pt;
font-weight: bold;
text-decoration: underline;
color: #003366;
}

.bodytext a:hover{
text-decoration: underline;
color: #6699cc;
}


.heading{
font-family: arial;
font-size: 12pt;
color: black;
font-weight: bold;
}

.heading a{
font-family: arial;
font-size: 12pt;
font-weight: bold;
text-decoration: underline;
color: #336633;
}

.heading a:hover{
text-decoration: underline;
color: #99CC99;
}



.north{
font-family: arial;
font-size: 10pt;
color: #333333;
}

.north a{
font-family: verdana;
font-size: 10pt;
font-weight: bold;
text-decoration: underline;
color: #336633;
}

.north a:hover{
text-decoration: underline;
color: #669966;
}



.lakegeorge{
font-family: arial;
font-size: 10pt;
color: #333333;
}

.lakegeorge a{
font-family: verdana;
font-size: 10pt;
font-weight: bold;
text-decoration: underline;
color: #003366;
}

.lakegeorge a:hover{
text-decoration: underline;
color: #6699cc;
}



.saratoga{
font-family: arial;
font-size: 10pt;
color: #333333;
}

.saratoga a{
font-family: verdana;
font-size: 10pt;
font-weight: bold;
text-decoration: underline;
color: #660000;
}

.saratoga a:hover{
text-decoration: underline;
color: #cc6666;
}


.footer a{
font-family: arial;
font-size: 9pt;
font-weight: bold;
text-decoration: underline;
color: white;
}

.footer a:hover{
text-decoration: underline;
color: #FFFF99;
}

h1 {
	font-family: Arial;
	font-size: 12pt
	}
	
h2 {
	font-family: Arial;
	font-size: 12pt;
	}


.requiredMsg
{
	background:#FFFFCC;
	border:1px dotted #F00;
	padding:3px;
	font-size:12px;
	color:#666;
}