@charset "UTF-8";
.Nav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

a:link {
	text-decoration: underline; color: #780032; font-weight: normal; font-family: Arial, Verdana, Helvetica, sans-serif;
}

a:visited {
	text-decoration: underline; color: #780032; font-weight: normal; font-family: Arial, Verdana, Helvetica, sans-serif;
}

a:hover {
	text-decoration: underline;
	color: #780032;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a:active {
	text-decoration: underline; color: #780032; font-weight: normal; font-family: Arial, Verdana, Helvetica, sans-serif;
}

ul.noIndent {
	margin-left: .5em;
	padding-left: .5em;
}

.lowerNav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: normal;
	line-height: normal;
	color: #999999;
}

.mainContent {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	color: #808285;
}
.mainContentIndented {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	color: #35404a;
	margin-left: 9px;
}
.mainContentTight {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 9pt;
	font-weight: normal;
	font-variant: normal;
	color: #35404a;
}
.sectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	color: #35404a;
	letter-spacing: 5pt
}
.subNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 9pt;
	color: #999999;
}
ul.NoBullet {
  list-style-type: none}

.highlightText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #b5121b;
}
.mainContentSpaced {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: normal;
	font-variant: normal;
	color: #35404a;
}
/* Center the body for IE5/Win users */
 body {
  text-align: center;
  height: 100%;
  }

 #container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	height: 100%;
}
