BODY
{
	COLOR: #000000;
	background: url(images/paper.jpg);
	FONT-FAMILY: Arial;
}

table.newrow
{
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	width: 90%;
	margin-bottom: 10px;
}

td.left
{
	width: 30%;
}

.required
{
	border: solid 1px red;
	background-color: #FFFF99;
}

.state
{
	width: 10px;
	border: solid 1px red;
	float: left;
}


div.mainbody
{
	position: relative;
	padding: 10px;
	font-size: 14pt;
}

div.subbox
{
	position: absolute;
	top: 160;
	left: 160px;
	width: 300px;
	text-align: center;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
}


a.green:link, a.green:visited {
	color: #336600;  
	text-decoration: none;

}

a.green:hover {
	color: #A7A984; 
	text-decoration: none;

}

div.copy {
	color: #000000; 
	font-weight: bold;
	font-size: 70%;
	FONT-FAMILY: Arial;
	text-align: center;
}

a.jwd:link, a.jwd:visited {
	color: #000000;  
	text-decoration: none;
	font-size: 60%;
	font-weight: bold;
	text-align: center;

}
a.jwd:hover 
{
	color: #0000ff;
}

a.admin:link, a.admin:visited {
	color: #000000;  
	text-decoration: none;
	font-size: 60%;
}

.question
{
	COLOR: #990033;
	FONT-FAMILY: Arial;
	font-weight: bold;
}

.answer
{
	COLOR: #000000;
	FONT-FAMILY: Arial;
}

p.inheader
 {
	position: absolute; 
	top: 140px; 
	right: 10px;
	COLOR: #ffffff;
	font-size: 100%;
	FONT-FAMILY: Arial; 
}


