/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	background-color: #000000;
	line-height: 1.3em;
	margin-top: 3px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}


a{
	color: #880E0F;
	font-weight: bold;
}

a:hover{
	color: #FFFFFF;
}
.titletext {
	font-size: 125%;
	font-style: normal;
	color: #880E0F;
}

.home_titletext {
	font-size: 115%;
	font-style: normal;
	color: #880E0F;
	display: block;
	margin-bottom: 8px;
}


.alignright{
float: right}
h1 {
	font-weight: bold;
	color: #780D0E;
	font-size: 115%;
}
h2 {
	font-weight: bold;
	color: #880E0F;
	font-size: 105%;
}
h3 {
	font-size: 105%;
	font-weight: bold;
	color: #880E0F;
}
h4 {
	font-size: 105%;
	font-weight: bold;
	color: #880E0F;
}

.footerlink {
	text-decoration: none;
	color: #666666;
	font-size: 85%;
}


/*Hidden Section*/

#hiddensection h1 {
	visibility: hidden;
}
