body   		{background-color: rgb(255,255,255);}
               
p, thead, td, div, span,
ul, strong, h1  		{
	font-size: 8.5pt;
	font-family: verdana, arial, helvetica, san-serif;
	color: rgb(0,0,0);
	font-weight: bold;
	text-align: left;
}
				 
a         	  {color: rgb(83,28,70);
				text-decoration: underline}
				
a:hover   	  {
	color: #009;
	text-decoration: underline;
	font-size: 10pt;
}
				
.light   		{background-color: rgb(238,233,221);}

.mid    		{background-color: rgb(230,223,205);}

.dark   		{ background-color: rgb(198,182,143);}

.dark a        {color: rgb(0,0,0);
				text-decoration: none}

.picborder    {border: 1px solid # C6B68F;}

.DkRed   		{background-color: rgb(61,92,150);}

.MRed   		{background-color: rgb(114,131,178);}

.LtRed   		{background-color: rgb(0,62,126);}

.white   		{background-color: rgb(255,255,255);}

.SmallHeading
{
	font-size: 8.5pt; font-weight: bold;
}

.PageHeading1
{
font-size: 14pt; font-variant: 
               small-caps; font-family:Copperplate Gothic Light; font-weight:bold;}
               
.PageHeading2
{
font-size: 10pt; font-variant: 
               small-caps; font-family:Copperplate Gothic Light; font-weight:bold;}
               
DIV#divPaverName
{	font-weight:bold;}

.hidden
{
	visibility: hidden;
	display: none;
}

.visible
{
	visibility: visible;
	display: block;
}

.questionEven
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline; 
	line-height:100%; 
	text-indent:0; 
	background-color:rgb(238,233,221); 
	text-align:left; 
	margin-left:5;
	padding-top:5px;
	padding-bottom:5px;
}

.questionEvenOver
{
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline; 
	line-height:100%; 
	text-indent:0; 
	background-color:rgb(238,233,221); 
	text-align:left; 
	margin-left:5;
	text-decoration: underline;
	cursor:hand;
	padding-top:5px;
	padding-bottom:5px;
}

.question
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline; 
	line-height:100%; 
	text-indent:0; 
	background-color:rgb(230,223,205); 
	text-align:left; 
	margin-left:5;
	padding-top:5px;
	padding-bottom:5px;
}

.questionOver
{
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline; 
	line-height:100%; 
	text-indent:0; 
	background-color:rgb(230,223,205); 
	text-align:left; 
	margin-left:5;
	padding-top:5px;
	padding-bottom:5px;
	cursor:hand;
}

.answerVisible
{
	color: #000000;
	line-height:100%; 
	text-indent:0; 
	text-align:left; 
	margin-left:5;
	visibility: visible;
	display: block; 
	padding-top:5px;
	padding-bottom:5px;
 	background-color:rgb(230,223,205);
 }

.answerHidden
{
	visibility: hidden;
	display: none;
}

.answerEvenVisible
{
	color: #000000;
	line-height:100%; 
	text-indent:0; 
	background-color:rgb(238,233,221); 
	text-align:left; 
	margin-left:5;
	visibility: visible;
	display: block; 
	padding-top:5px;
	padding-bottom:5px;
}

.PictureCaption
{
	text-align: center;
}

.OddRow
{
	background-color: rgb(230,223,205);
}

.EvenRow
{
	background-color: rgb(238,233,221);
}