body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #a00a0c;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	background-color: #a00a0c;
	background-image: url(../images/BG.gif);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center center;
}

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.7em;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #c70900;
	text-decoration: none;
}
a:active {
	color: #c70900;
	text-decoration: none;
}
HTML {
	font-size: 100%;
}

div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
	margin-top: 2px;
}
html>body input.text, html>body input.button html>body select {
	height: 1em;
}
*:root input.text, *:root input.button, *:root select {
	height: auto;
}
input.text, input.button, textarea, select {
	font-size: 18px;
}
input.button, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 7px 0px 0px 3px;
	border: none;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 16px;
	background-image: url(../images/Form_BG.gif);
}
input.textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 7px 0px 0px 3px;
	border: none;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 16px;
	background-image: url(../images/Form_Textfield_BG.gif);
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #FFFFFF;
}
input[type="submit"]:active {
	background-color: #FFFFFF;
}
input[type="submit"][disabled] {
	border: none;
	color: #000000;
	background-color: #FFFFFF;
}
input.text, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 7px 0px 0px 3px;
	border: none;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 16px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #FFFFFF;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #FFFFFF;
}

.TextTitleLarge {
	font-size: 26px;
	color: #c70900;
	text-decoration: underline;
}
.TextTitleMedium {
	font-size: 22px;
	color: #c70900;
	text-decoration: underline;
}
.TextTitleSmall {
	font-size: 18px;
	color: #c70900;
	text-decoration: underline;
}

.TextRed {
	color: #FF0000;
}
.TextRed A {
	color: #FF0000;
}
.TextRed A:visited {
	color: #FF0000;
}
.TextRed A:hover {
	color: #FF0000;
}

.TextSmall {
	font-size: 11px;
}

.Footer {
	color:#FFFFFF;
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.Footer A {
	color: #FFFFFF;
}
.Footer A:visited {
	color: #FFFFFF;
}
.Footer A:hover {
	color: #FFFFFF;
}

#Header-TL {
	background-attachment: scroll;
	background-image: url(../images/HeaderTitle_LogoBlend.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
}
#Header-TR {
	background-attachment: scroll;
	background-image: url(../images/HeaderTitle_TopRightBlend.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
	width: 100%;
}
#Page-L {
	background-attachment: scroll;
	background-image: url(../images/Page_BG.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	width: 100%;
}
#Page-TR {
	background-attachment: scroll;
	background-image: url(../images/Page_TopRightBlend.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
	width: 100%;
}
#Strapline {
	font-size: 18px;
	font-style: italic;
	color: #CCCCCC;
	padding-top: 20px;
	padding-right: 20px;
}
#Float-Right {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
#Float-Left {
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
}
#Float-Right2 {
	float: right;
	padding-bottom: 20px;
	padding-right: 46px;
}
#Float-Left2 {
	float: left;
	padding-bottom: 20px;
	padding-left: 46px;
}

.TextYellow {
	color: #FFCC00;
}
.BGL {
	background-attachment: scroll;
	background-image: url(../images/BG.gif);
	background-repeat: repeat;
	background-position: right top;
}
.BGR {
	background-attachment: scroll;
	background-image: url(../images/BG.gif);
	background-repeat: repeat;
	background-position: left top;
}
#BGL-Shad {
	background-attachment: scroll;
	background-image: url(../images/BG_Left.gif);
	background-repeat: repeat-y;
	background-position: right top;
	height: 100%;
	width: 100%;
}
#BGR-Shad {
	background-attachment: scroll;
	background-image: url(../images/BG_Right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	width: 100%;
}
.BGHome {
	background-attachment: scroll;
	background-image: url(../images/BG_Home.jpg);
	background-repeat: repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}
#Pic {
	padding-top: 20px;
}
.TextWhite {
	color: #FFFFFF;
}
.TextMaroon {
	color: #C70900;
		font-size:18px;
}
Textblink{
text-decoration:blink;
}
