BODY
{
	COLOR: #000000;
	FONT-FAMILY: Arial;
}


H1
{
	COLOR: #000000;
	FONT-FAMILY: arial;
	font-weight: bold;
}

div.body
{
	margin: 10px;
}

div.aheader
{
	border: double 4px #aa0000;
	background-color: #F0F0E1;
	font-size: 12pt;
	width: 320px;
	float: right;
}

div.subbox
{
	border: double 4px #aa0000;
	background-color: #F0F0E1;
	font-size: 12pt;
	width: 320px;
}

div.afooter
{
	border: double 4px #aa0000;
	background-color: #F0F0E1;
	font-size: 10pt;
	padding: 6px;
	width: 500px;
	position: relative;
	left: 70px;
}

a.article:link, a.article:visited {
	color: #0000ff;
	display: block;
	margin-bottom: 6px;
	font-weight: bold;
	text-decoration: none;

}

a.article:hover {
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;

}

a.alink2:link, a.alink2:visited {
	color: #0000ff;
	font-size: 14px;
	display: block;
	margin-bottom: 6px;
	font-weight: bold;
	text-decoration: none;

}

a.alink2:hover {
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;

}

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: #ffffff;  
	text-decoration: none;
	font-size: 60%;
	font-weight: bold;
	text-align: center;

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

a.admin:link, a.admin:visited {
	color: #cccccc;  
	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; 
}


