﻿.FormTable 
{
	width:80%;
	
}
.FormQuestion 
{
	background-color: #006a71;
	color: #ffffff;
	font-weight:bold;
	width: 150px;
	padding: 3px;
	font-family:"trebuchet MS";
	font-size: 11px;
	vertical-align:top;
}
/* the Previous need to remain together in this order */

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/* Search Results Page */
.SearchResultsTitle
{
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-top: 20px;
	font-size: 120%;
}


.SearchResultsDescription
{
	font-size: 100%;
	padding:0px;
	margin:0px;
	padding-top:4px;

}

.SearchResultsURL 
{
	font-size: 80%;
	color: #aaaaaa;
	padding:0px;
	margin:0px;
	padding-top:4px;

}

/* End Search Results Page */

hr 
{
	border: 1px solid #0083a6;
	color:#0083a6;
	background-color:#0083a6;
	height:1px;
}
.white:link {
	color: #ffffff;
	font-family: font-family:Arial;
	font-size:11px;
	text-decoration: none;
}
.white:visited {
	color: #ffffff;
	font-family: font-family:Arial;
	font-size:11px;
	text-decoration: none;
}
.white:hover {
	color: #ffffff;
	font-family: font-family:Arial;
	font-size:11px;
	 text-decoration: underline;
}
h1 
{
	font-family: font-family:Arial;
	font-size: 16px;
	color: #0083a6;
	line-height: normal;
}

h2 
{
	font-family: font-family:Arial;
	font-size: 14px;
	color: #0083a6;
}
h3 
{
	font-family: font-family:Arial;
	font-size: 12px;
	color: #0083a6;
}

h4 
{
	font-family: font-family:Arial;
	font-size: 10px;
	color: #0083a6;
}

