@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-size: small;
	font-weight: normal;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#bg {
	position:fixed; 
	top:0; left:0; 
	width:100%; 
	height:100%;
}
#content {
	position: relative;
	z-index:1;
}
.fancy {
	color: #982021;
	font-size: 40px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: lighter;
	font-variant: normal;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 21pt;
	font-weight: 400;
}
.MenuText {
	color: #982021;
	font-size: medium;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #009;
}
.FooterLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
}
.CalloutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #982021;
}
.Bkgd_WhiteTransp {
	background-color: #FFF;
	opacity:0.3;
	filter:alpha(opacity=30);

}
a:link {color:#982021; text-decoration: none;}
a:active {color: #1b3356; text-decoration: underline}
a:visited {color:#982021; text-decoration: none}
a:hover {text-decoration: underline;}
