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

body {
	background-attachment: scroll;
	background-image: url(../images/site-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 10pt
	}
	
p { margin-top: 0pt
}

a {
	font-weight: bold;
	text-decoration: underline
	}
	
a:hover {
	text-decoration: underline;
	color: #990000
	}
	
.Heading1 {
	font-size: 30pt;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 6pt;
	padding-bottom: 6pt;
	margin-top: 0pt
	}
		
.Heading2 {
	font-size: 17pt;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 3pt;
	margin-top: 6pt
	}
	
.Heading3 {
	font-size: 13pt;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 3pt;
	margin-top: 6pt
	}
	
.LargeText {
	font-size: 15pt;
	line-height: normal
	}
	
.Disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: normal;
	color: #999999
	}