html{
	height:100%;
	background-color : White;
}
BODY, TD {
	font-family : Arial, Tahoma, sans-serif;
	font-size: 14px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
 
.FullBodyTbl {
	background-image : url(/Images/BGHoneycombWText.jpg);
	background-repeat:no-repeat; 
	background-color: #8A321A;
	vertical-align:top;
}
.TextAreaHd {
	font-family : Arial, Tahoma,  sans-serif;
	color: black;
	background: white;
	font-size : 12px;
	font-weight : bold;
}
.TextArea {
	font-family : Arial, Tahoma,  sans-serif;
	color: black;
	background: white;
	font-size : 12px;
	font-weight : normal;
}
.ErrorText {
	font-family : Arial, Tahoma,  sans-serif;
	color: red;
	font-size : 14px;
	font-weight : bold;
}
.SmallPrint {
	font-family : Arial, Tahoma,  sans-serif;
	color: black;
	font-size : 9px;
}
.BroughtToU {
	font-family : "Brush Script Std", "Script MT Bold", Script, sans-serif;
	font-size : 48px;
	font-weight : normal;
	color : White;
	text-align : right;
}

H1, .TextXXLg {
	font-family : Georgia, Tahoma, Arial, sans-serif;
	font-size: 60px;
	font-weight : normal;
}

H2, .TextXLg {
	font-family : Georgia, Tahoma, Arial, sans-serif;
	font-size: 36px;
	font-weight : normal;
}

H3 {
	font-family : Georgia, Tahoma, Arial, sans-serif;
	font-size: 16 px;
	font-weight : normal;
}

H4 {
	font-family : Georgia, Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight : normal;

}
H5 {
	font-family : Georgia, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight : normal;
}
a, a:link {
	font-family : Arial, Tahoma,  sans-serif;
	color: Blue;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}
a:visited {
	color: #00008B;
	text-decoration : none;
}
a:hover {
	color: #00008B;
	text-decoration : underline;
}

/* Header elements and links etc..  */
aHeader, a.aHeader:link {
	font-family : Arial, Tahoma,  sans-serif;
	color: white;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}
a.aHeader:visited {
	color: darkblue;
}
a.aHeader:hover {
	color: yellow;
}
a.aHeader:active {
	color: yellow;
}
a.aWhite, a.aWhite:link {
	font-family : Arial, Tahoma,  sans-serif;
	color: white;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}
a.aWhite:visited {
	color: white;
}
a.aWhite:hover {
	color: yellow;
}
a.aWhite:active {
	color: white;
}


