body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.text_bg {
	background-image:url(images/text_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.content_div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 20px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.content_div ul {
  list-style: url("../images/nav_bullet_red.gif");
  margin: .5em .5em 0 25px;
  padding-left: 0;
}
.content_div ul li {
  margin-left: 0;
  padding-left: 15;     /* distance between bullet and text */
  margin-bottom: 1em; /*spacing between items */
}
.content_div ol {
  font-weight: normal;
  margin: .5em .5em 0 25px;
  padding-left: 0;
}
.content_div ol li {
  margin-left: 0;
  padding-left: 15;     /* distance between bullet and text */
  margin-bottom: 1em; /* spacing between items */
}
.text_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a30000;
	font-size: 19px;
	}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	font-weight:bold;
	text-align: center;
	}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #BC3412;
	font-size: 19px;
	}
h2 {
	font-size: 11px;
	font-weight: bold;
	}
h3 {
	font-size: 11px;
	font-weight: bold;
	}
h4 {
	font-size: 11px;
	font-weight: bold;
	}