
BODY {
	background-color: #333333;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	width: 800;
}

HR {
	background-color: #191919;
	color: #191919;
	width: auto;
	height: 1pt;
}


A:LINK {
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	color : Blue;
	text-decoration : none;
}

A:VISITED {
	font-variant: normal;
	color : Green;
	text-decoration : none;
}

A:HOVER {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color : Red;
	text-decoration : underline;
}

H1 {
	color: #333333;
	text-align  left:;
	font-size: medium;
	vertical-align : bottom;
}

H2 {
	border-style: double;
	border-color: #ff6fcf;
	border-width: 0px;
	color: #333333;
	font-size  small:;
	vertical-align : bottom;
}


TABLE {
	margin: 5px;
	padding: 5px;
	border-color: #191919;
	border-width: 1px;
	border-style: solid;
	background-color: white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

TABLE.regform {
	border-style: none;
	background-color: #e6e6e6;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

H1 {
	color: #333333;
	text-align: left;
	font-weight: bold;
	font-size: medium;
}

H2 {
	color: #333333;
	text-align: left;
	font-weight: bold;
	font-size: small;
}

LI {
	list-style-type: square;
}

SUP {
	font-size: xx-small;
}

TD {
}

TD.menu {
	text-align: right;
	width: 20%;
	padding-right: 10px;
	vertical-align: top;
}

TD.main {
	text-align: left;
	vertical-align: top;
}

TD.error {
	font-size: small;
	color: white;
	background-color: red;
	text-align: center;
}

TD.formmenu {
	width: 20%;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

TR.formheading {
	background-color: #cccccc;
	text-align: left;
	font-weight: bold;
	font-size: medium;
}

TD.help {
	color: red;
	font-size: xx-small;
}


