/* Copyright 2005 Brother Crow */
/* Graeme Carroll - Brother Crow */

/* standard page styles */

body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	background-color:black;
	font-size: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	list-style: square outside;
}
	
p, table, span, div, a {
	font-size: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	list-style: square outside;
}

a, a:link {font-size: 100%; color: white; background-color: transparent; text-decoration: underline;}
a:visited {font-size: 100%; color: white; background-color: transparent; text-decoration: underline;}
a:active {font-size: 100%; color: white; background-color: transparent; text-decoration: underline;}
a:hover {font-size: 100%; color: #FFCC00; background-color: transparent; text-decoration: underline;}

h1 { color: #FF9900; background-color: transparent; font-size: 140%; margin-top: 0px; margin-bottom: 5px;  font-weight: bold; clear: left;}
h2 { color: #FFCC00; background-color: transparent; font-size: 100%; margin-top: 0px; margin-bottom: 3px;  font-weight: bold; clear: left;}
h3 { color: #FFCC00; background-color: transparent; font-size: 100%; margin-top: 0px; margin-bottom: 3px;  font-weight: bold; clear: left;}
h4 { color: #FFCC00; background-color: transparent; font-size: 100%; margin-top: 0px; margin-bottom: 3px; font-weight: bold; clear: left;}
h5 { color: #FFCC00;  background-color: transparent; font-size: 100%; font-weight: bold; margin-top: 0px; margin-bottom: 2px; clear: left;}
h6 { color: #FFCC00; background-color: transparent; font-size: 100%; font-weight: bold; margin-top: 0px; margin-bottom: 2px; clear: left;}

.defaultrule{
	border-bottom: 1px solid #FFFFFF;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

th{
	text-align : left;
	background-color : #CCCCCC;
	color : black;
	font-weight: bold;
	text-indent: 1px;
}

form, input {	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

.btntext, .smbtntext{
	background-color : #DFE3EF;
	color : #000000;
	font-size: 90%;
	font-weight: bold;
	line-height : 14px;	
}

.main {
	font-size: 112%;
}

.introtext { color: #FFFFFF; background-color: transparent; font-size: 90%; font-weight: bold;}

.image { border: 1px solid white; }