body {
	font-family: "Century Gothic", "ITC Century Gothic", Tahoma, Arial, Verdana;
	color: #696969;
}
td {
	font-size:11px;
	color: #696969;
}
a {
	text-decoration: underline;
	color:#5D94AD;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: underline;
}
.headline {
	font-size:14px;
	font-weight: bold;
	color:#2386BC;
}

.navtitle {
	font-size: 14px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}
.navtitle a:link {
	color: #696969;
	text-decoration: none;
}
.navtitle a:visited {
	color: #696969;
	text-decoration: none;
}
.navtitle a:hover {
	color: #5D94AD;
	text-decoration: underline;
}

.navlink {
	font-size: 11px;
	color: #696969;
	text-decoration: none;
}
.navlink a:link {
	color: #5D94AD;
	text-decoration: underline;
}
.navlink a:visited {
	color: #5D94AD;
	text-decoration: underline;
}
.navlink a:hover {
	color: #5D94AD;
	text-decoration: none;
}

img.navbar {
	background-color: #5D94AD;
	height: 1px;
	width: 100%;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.emailchar {
	color: #FF6600;
	font-weight: normal;
}
.hidden { 
	display: none; 
	font-size: 0px; 
	visibility: hidden; 
	line-height: 0px 
}
.highlight {
	background-color: #C1E0FF
}
.button {
	font-size: 11px;
	font-family: "Century Gothic", "ITC Century Gothic", Tahoma, Arial, Verdana 
}
.textbox {
	color: #696969; 
	background-color: ffffff;
	border-right: #CCCCCC 1px inset; 
	border-top: #CCCCCC 1px outset; 
	border-left: #CCCCCC 1px outset; 
	border-bottom: #CCCCCC 1px inset; 
	font-family: "Century Gothic", "ITC Century Gothic", Tahoma, Arial, Verdana
}
.textarea {
	color: #696969; 
	background-color: #ffffff;
	border-right: #CCCCCC 1px inset; 
	border-top: #CCCCCC 1px outset; 
	border-left: #CCCCCC 1px outset; 
	border-bottom: #CCCCCC 1px inset; 
	font-family: "Century Gothic", "ITC Century Gothic", Tahoma, Arial, Verdana
}
.dropdown {
	font-size: 11px;
	font-family: "Century Gothic", "ITC Century Gothic", Tahoma, Arial, Verdana 
}