@charset "utf-8";
body {
	background-color: #007FD3;
	margin: 0px;
}

.botLinkText {
	font-family: Tahoma;
	font-size: 11px;
	color:#0453b5;
}

/*
==========================================
	 LINK STYLES
==========================================
*/
/*
-----------------------------------------
	 NORMAL
-----------------------------------------
*/
a, a:visited,a:link,a:active {
	font-family: Trebuchet MS, Tahoma;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	font-family: Trebuchet MS, Tahoma;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
}
/*
-----------------------------------------
	 BOT LINK
-----------------------------------------
*/
a.botLink, a.botLink:visited,a.botLink:link,a.botLink:active {
	font-family: Tahoma;
	font-size: 11px;
	color:#0453b5;
	text-decoration:none;
}
a.botLink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
}
/*
-----------------------------------------
	 SUB LINK
-----------------------------------------
*/
a.subLink, a.subLink:visited,a.subLink:link,a.subLink:active {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline;
}
a.subLink:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}

/*
-----------------------------------------
	 BACK TO TOP LINK
-----------------------------------------
*/
a.backToTop, a.backToTop:visited,a.backToTop:link,a.backToTop:active {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #BE5002;
	text-decoration:underline;
	font-weight: bold;
}
a.backToTop:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}




.mainBodyCell {
	background-image: url(../images/backgroundWatermark.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}
.standardHeader {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.standardText {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 18px;
}
.subHeading {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	color: #ed6402;
	font-size: 11px;
}
.subHeadingBlue {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	color: #BE5002;
	font-size: 11px;
}
.subText {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.imageCaptionTD {
	padding-top: 10px;
	padding-bottom: 10px;
}
input {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	color: #666666;
	border: 1px solid #333333;
	width: 220px;
}
textarea {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	color: #333333;
	width: 220px;
	border: 1px solid #000000;
}
select {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	color: #666666;
	border: 1px solid #333333;
	width: 220px;
}

.mainBodyCell #submit {
	width: 40px;
	border:0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	line-height: 18px;
}
.brdrTop {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}
.hd1 {
	font-size: 14px;
	display: block;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 6px;
	padding-top: 10px;
}
.hd2 {
	font-style: italic;
	text-transform: capitalize;
}

.hd3 {
	font-weight: bold;
	text-transform: uppercase;
}
.hd4 {
	color: #FF6600;
}
.hd5 {
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
}
.hd6 {
	font-size: 14px;
	display: block;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 6px;
	padding-top: 10px;
}
