@charset "utf-8";
a:link {
	color: #C90;
	text-decoration: none;
}
a:visited {
	color: #C90;
	text-decoration: none;
}
a:hover {
	text-align: right;

}

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 13px;
	line-height: 20px;
	background-color: #000;
	text-align: center;
}
.mainText {
	margin-left: 20px;
	text-align: left;
}

#mainTD {
	margin-left: 10px;
}

strong {
	color: #C90;
}

#tableBorder {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #333;
}
.sectionHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C90;
}
#small {
	font-size: 10px;
	color: #999;
}


a.small:link {
	color: #999;
	text-decoration: none;
	font-size: 10px;
}
a.small:visited {
	color: #999;
	text-decoration: none;
}
a.small:hover {
	color: #C00;
	text-decoration: none;
}
a.small:active {
	color: #C00;
} 
.centre {
	text-align: center;
}
