@charset "utf-8";


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	COLOR: #575757;
	TEXT-ALIGN: center;
	background-image: url(images/bgSub.png);
	background-repeat: repeat-x;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

INPUT {
	BORDER-RIGHT: #cccccc 1px solid;
	PADDING-RIGHT: 4px;
	BORDER-TOP: #cccccc 1px solid;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #cccccc 1px solid;
	COLOR: #575757;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #cccccc 1px solid;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
H2 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 18px;
	PADDING-BOTTOM: 0px;
	COLOR: #FF9900;
	LINE-HEIGHT: 22px;
	font-weight: normal;
}
.textred {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-size: 27px;
	color: #059ced;
	letter-spacing: -1px;
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 3px;
	line-height: 28px;
}

H3 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 18px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	text-align: left;
	color: #000000;
}
.textbold {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}
hr {
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


H4 {
	PADDING-RIGHT: 12px;
	PADDING-LEFT: 25px;
	FONT-SIZE: 20px;
	PADDING-BOTTOM: 0px;
	LINE-HEIGHT: 24px;
	PADDING-TOP: 0px;
	color: #000000;
}
H5 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 20px; PADDING-BOTTOM: 12px; LINE-HEIGHT: 22px; PADDING-TOP: 0px
}
H5 SPAN {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 20px; PADDING-BOTTOM: 12px; COLOR: #059ced; LINE-HEIGHT: 20px; PADDING-TOP: 0px
}

a {
	color: #0477D5;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.tblhdr {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #D5EAFF;
}

.tblbody {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #eeeeee;
}
.tblhdr2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #EBFECF;
}
.textwhite {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.quotebox {
	padding: 25px;
	width: 580px;
	border: 1px solid #CCC;
	background-color: #eee;
	font-style: italic;
	font-weight: bold;
}
.quotebox2 {
	padding: 15px;
	width: 250px;
	border: 1px solid #CCC;
	background-color: #eee;
	font-style: italic;
	font-weight: bold;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}

.clickbanner {
	padding: 15px;
	width: 200px;
	border: 1px solid #333;
	background-color: #F90;
	float: right;
	margin-left: 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}



.SPECIALNOTES {
	font-weight: bold;
	color: #AA3344;
	font-size: 12px;
	text-decoration: none;
}
.gsa_td {
	font-size: 11px;
}
.subpage #container #mainContent2 table tr td table tr td table tr td p .gsa_td strong {
	color: #F00;
}

