body {
	background-color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc3333;
	font-weight: normal;
	font-size: 24px;
}

.lower_background {
	background-image: url(images/background_repeat.gif);
	background-repeat: repeat-y;
	background-position: top;
	/* logo repeat */
}


.toc_background {
	background-image: url(images/toc_bground.gif);
	background-repeat: no repeat;
	background-position: top;
	/* home toc bground repeat */
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
}

p a {
	text-decoration: underline;
	color: #000000;
}

p a:hover {
	text-decoration: underline;
	color: #666666;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
}

.subhead a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
}

.subhead a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
}



.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
}

#vital_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	margin-top: 15px;
	text-align: center;
}
#vital_footer a:link {
	color: #999999;
	text-decoration: none;
}
#vital_footer a:visited {
	color: #999999;
	text-decoration: none;
}
#vital_footer a:hover {
	color: #dddddd;
	text-decoration: none;
}
#home-text-container {
	float: left;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	line-height: 20px;
}
.border-right-home {
	margin-right: 1px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
