﻿.FormTable
{
    width: 80%;
}
.FormQuestion
{
    background-color: #0099cc;
    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: Arial;
    font-size: 11px;
    text-decoration: none;
}
.white:visited
{
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}
.white:hover
{
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    text-decoration: underline;
}
h1 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3c4b8c;
	line-height: normal;
}

h2 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f90dc;
}
h3 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c4b8c;
	margin-top:0px; margin-bottom:0px;
}
h4 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3c4b8c;
}


.BlueHeader
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f90dc;
}

p
{
font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size:11px;
	line-height:16px;
	color:#000000;
	
}