/* Twin Harbor Waypoint CSS Document */
body, html {vertical-align:middle;
  height:100%;
  width:100%;
}td.main, .main a{
font-family:Arial;
font-size:12px;
background-color:#FF6600;
}
.doublespace{
line-height: 200%;
}
.singlespace{
line-height: 100%;
}
td.navbar, .navbar a{
font-family:Arial;
font-size:12px;
color:#330000;
font-weight:bold;
background-color:#62EB52;
}
td.title, .title a{
font-family:Arial;
font-size:22px;
font-weight:bold;
background-color:#84FB7E;
}
td.footer, .footer a{
font-family:Arial;
font-size:12px;
background-color:#84FB7E;
}
td.sidebar, .sidebar a{
font-family:Arial;
font-size:12px;
background-color:#84FB7E;
}
td.main, .main a{
font-family:Verdana;
font-size:12px;
background-color:#99FFFF;
}
td.navbar, .navbar a{
font-family:Verdana;
font-size:12px;
color:#330000;
font-style:italic;
background-color:#3333FF;
}
td.title, .title a{
font-family:Verdana;
font-size:22px;
font-style:italic;
background-color:#3333FF;
}
td.footer, .footer a{
font-family:Verdana;
font-size:12px;
background-color:#99FFFF;
}
td.sidebar, .sidebar a{
font-family:Verdana;
font-size:12px;
background-color:#99FFFF;
}
/* CSS Document */

body, html{
background-color:#cbaaae;
font-family:Arial, Helvetica, sans-serif;
color: #4e2405;
font-size:12px;
height: 100%;
margin: 0px;
}
.bottomnav{
font-size:11px;
}
a:link, a:visited{
	text-decoration: none;
	font-weight:bold;
	color: #4e2405;
	}
	a:hover, a:active{
	text-decoration: underline;
		font-weight:bold;
		color: #4e2405;
	}
	.formheadertext{
	font-size:14px;
	font-weight:bold;
	}
	
td.FormHeaderText{
	font-size: 14px;
	font-weight: bold;
}
td.formfield textarea{
width: 250px; 
height: 150px;
font-family:Arial, Helvetica, sans-serif;
color: #4e2405;
font-size:12px;
}
td.formfield input{
	width: 250px;
}
td.formlabel{
vertical-align: top;
}
