body {
	background-image: url(images/backtile.gif);
	background-repeat: repeat;
	margin-top: 010px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
h1 {
	background-image: url(images/titlebar.gif);
	background-repeat: no-repeat;
	height: 41px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: justify;
	padding: 0px;
	list-style-type: square;
}
.Divider {
	background-image: url(images/linetile.gif);
	width: 20px;
}
.NewsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-align: justify;
}
a:link {
	color: #C00;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
a:active {
	color: #C00;
	text-decoration: underline;
}
.ListTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	height: 0px;
	line-height: 30px;
	text-indent: 10px;
}
.ListCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 0px;
	line-height: 30px;
	text-indent: 10px;
	color: #666;
}
.BoxHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-align: left;
	height: 30px;
	width: 285px;
	text-transform: uppercase;
	border: 1px dotted #CCC;
	background-color: #EDEDED;
	text-indent: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	width: 578px;
	background-color: #EDEDED;
	border: 1px dotted #999;
	text-align: center;
	vertical-align: middle;
}

