BODY, TD
 {	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	color : Black; }

A:LINK
{	color: Gray;	text-decoration: none;	}
A:VISITED 
{	color: Gray;	text-decoration: none;	}
A:ACTIVE 
{	color: Black;	text-decoration: underline;	}
A:HOVER
{	color: Black;	text-decoration: underline;	}

.mainTableBorder
{  background-color : White;
	border-left : 5px solid #E9E9E9;
	border-right : 5px solid #E9E9E9; }

.InnerTableBorder
{	background-color : white;
	border-left : 1px solid white;
	border-right : 1px solid white; }

.questionBorder
{	border: 1px solid black; }

.textField
{	height: 20px; width: 100%; 
	border: 1px solid #00CCCC; background: #FFFFFF;
	padding-left : 3;
	padding-right : 3; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100%; }

.textField2
{	height: 20px; width: 100%; 
	border: 1px solid black; background: #FFFFFF;
	padding-left : 3;
	padding-right : 3; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100%; }

.textField3
{	height: 20px; width: 100%; 
	border: 1px solid #D0C597; background: #FFFFFF;
	padding-left : 3;
	padding-right : 3; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100%; }

.textArea
{	height: 60px;
	width: 100%;
	border-left : 1px solid black;
	border-bottom : 1px solid #B8B4B4;
	border-top : 1px solid black;
	border-right : 1px solid #B8B4B4;
	background: #FFFFFF;
	scrollbar-base-color: #f2f2f2;
	scrollbar-track-color: #f2f2f2;
	scrollbar-face-color: #f2f2f2;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #f2f2f2;
	scrollbar-darkshadow-color: #f2f2f2;
	scrollbar-shadow-color: #81;
	scrollbar-arrow-color: #81;
	padding-left : 3;
	padding-right : 3;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100%; }

.mainHeaderBold
{	font-size : 150%;
	font-weight : bold;
	color : #000066; }

a.mainHeaderLink:link
{	color: #000066;	text-decoration: none;	font-size : 120%;	font-weight : bold; }
a.mainHeaderLink:visited
{	color: #000066;  text-decoration: none; 	font-size : 120%; font-weight : bold; }
a.mainHeaderLink:active
{	color: #000066;  text-decoration: underline; 	font-size : 120%; font-weight : bold; }
a.mainHeaderLink:hover
{	color: #000066;  text-decoration: underline; 	font-size : 120%; font-weight : bold; }

.topBar
{	background-color : #FDCB12;
	padding-left : 10;
	padding-right : 10;
	font-size : 120%; }

a.topBarLinks:link
{	color: black;  text-decoration: none; }
a.topBarLinks:visited
{	color: black;  text-decoration: none; }
a.topBarLinks:active
{	color: black;  text-decoration: underline; }
a.topBarLinks:hover
{	color: black;  text-decoration: underline; }

.bottomBar
{	border-bottom : 1 solid #3E2C0B;
	border-top : 1 solid #FDEBCA;
	background-color : #FDCB12;
	padding-left : 10;
	padding-right : 10;
	font-size : 120%; }

a.bottomBarLinks:link
{	color: black;  text-decoration: none; }
a.bottomBarLinks:visited
{	color: black;  text-decoration: none; }
a.bottomBarLinks:active
{	color: black;  text-decoration: underline; }
a.bottomBarLinks:hover
{	color: black;  text-decoration: underline; }

.questionNumber
{	color : black; font-weight : bold; }

.optionalText
{	color : #939393; }

.FormButton
{	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	text-decoration: none;
	background: #E6BE4C;
	cursor: hand;
	color : Black;
	border-left : 1px solid #F1DA98;
	border-bottom : 1px solid #615020;
	border-top : 1px solid #F1DA98;
	border-right : 1px solid #615020;
	font-family : Arial, Helvetica, sans-serif;
	width : 150px; }

.FormButtonHover
{	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	text-decoration: none;
	background: #FACF52;
	cursor: hand;
	color : Black;
	border-left : 1px solid #F1DA98;
	border-bottom : 1px solid #615020;
	border-top : 1px solid #F1DA98;
	border-right : 1px solid #615020;
	font-family : Arial, Helvetica, sans-serif;
	width : 150px; }

