BODY
{
	font-family: verdana, arial;
	font-size: 11px;
	background: #cccccc;
	margin:10px;
}

TABLE, TR, TD
{
	border: 1px solid #cccccc;
	font-size:10px;
}

A, A:link, A:visited
{
	color: #cccccc;
	text-decoration: none;
	font-weight:bold;
}
A:hover, A:active
{
	color: #990033;
	text-decoration: none;
	font-weight:bold;
}

.header
{
	width:900px;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	border-bottom:2px solid #990033;
	font-variant:small-caps;
	text-align:center;
}

.smallheader
{
	font-size:14px;
	font-weight:bold;
	color:#990033;
	text-decoration:underline;
}

.section
{
	font-size:10px;
	width:125px;
	line-height:20px;
	vertical-align:top;
	text-align:center;
	layer-background-color:#000000;
	background-color:#000000;
	border:1px solid yellow;
	overflow:hidden; z-index:1000;
}

.subsection
{
	font-size:10px;
	background:#990033;
	height:20px;
	width:125px;
	border-top:1px solid yellow;
	text-align:left;
}

.button
{
		font-style: normal;
		font-weight: bold;
		font-size: 11px;
		font-family: verdana, arial, sans-serif, helvetica;
		background-color: #000000;
		color: #ffffff;
		border-width: 1px;
		border-depth: 0px;
		border-top-color: yellow;
		border-bottom-color: yellow;
		border-left-color: yellow;
		border-right-color: yellow;
		border-top-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-style: solid;
}

.textarea
{
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		font-family: verdana, arial, sans-serif, helvetica;
		background-color: #ffffff;
		color: #000000;
		border-width: 1px;
		border-depth: 0px;
		border-top-color: #000000;
		border-bottom-color: #000000;
		border-left-color: #000000;
		border-right-color: #000000;
		border-top-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-style: solid;
}
