a:link { 
	color: #000000; 
	text-decoration: none;
}

a:visited { 
	color: #000000; 
	text-decoration: none; 
}

a:active { 
	color: #000000; 
	text-decoration: none;
}

a:hover {
	color: #550000; 
	text-decoration: underline; 
} 

body { 
	color: #000000;
	background-color: #882222;
	font-family: Arial;
	font-size: 14;
	margin-top: 0%; 
	margin-left: 0%; 
	margin-right: 0%;
	scrollbar-arrow-color: #AAAA00;
	scrollbar-base-color: #882222;
}

h1 {color: #ffffff}

h2 {
	color: #550000;
	font-size: 18;
}

p {
	color: #000000;
}

img.floatright
{
	float: right;
	margin: 10px 10px 10px 10px;
	border: 1px solid #AAAA00;
	padding: 2px;
}

img.floatleft
{
	float: left;
	margin: 10px 10px 10px 10px;
	border: 1px solid #AAAA00;
	padding: 2px;
}

input { 
	color: #000000;
	font-size: 14;
}

textarea { 
	color: #000000;
	background: #FFFFFF;
	font-family: Arial;
	font-size: 14;
}

select { 
	color: #000000;
	background: #FFFFFF;
	font-family: Arial;
	font-size: 14;
}

.posttext
{
	color: #000000;
	font-size: 12;
}

.quotetext
{
	font-size: 10;
	font-weight: bold;
	color: #333333;
}

.centretext
{
	text-align: center;
	font-size: 12;
}

.lefttext
{
	text-align: left;
	font-size: 12;
}

.righttext
{
	text-align: right;
	font-size: 12;
}

.problemtext
{
	color: #FF0000;
}

.profiletext
{
	color: #FFFFFF;
}

.tableheadertext
{
	font-size: 12;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.tableheaderbackground
{
	background-color: #EEEEEE;
}

.background0
{
	background-color: #FFFFFF;
}

.background1
{
	background-color: #EEEEEE;
}

.alternativebackground
{
	background-color: #882222;
}
