﻿.pageHeader {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
}
.pageSubHeader {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
}

.pageText {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
}
.pageSmallText {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
}
.pageErrorText {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0000;
	text-align: left;
	width: 19%;
}
.formText {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: right;
}
.pageBody {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	background-color: #FFD08A;
}

a {
	font-family: "trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	font-family: "trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #800000;
	text-decoration: none;
}
.formFieldRequired {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #800000;
	text-align: left;
	vertical-align: middle;
	width: 200px;
	height: 20px;
	clip: rect(2px, 2px, 2px, 2px);
}
.formField {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	width: 200px;
	height: 20px;
	clip: rect(2px, 2px, 2px, 2px);
}
.formButtonField {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	width: 200px;
	height: 20px;
	clip: rect(2px, 2px, 2px, 2px);
}

.bottomWrapperTD{
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	background-color: #FFFFFF;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
}
.topWrapperTD{
	border-color: #808080;
	border-style: solid solid none solid;
	border-width: 1px 1px 0px 1px;
	background-position: center center;
	background-color: #FFFFFF;
	background-image: url('../../images/YBOAHeader.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 360px;
	height:67px;
}
