a,h1,h2,h3   {font-family: Arial, Helvetica,verdana,'sans serif',monospace;}

p,table,li {font-family: Arial, Helvetica,verdana,'sans serif',monospace;}

ul         {list-style: disc; }

ol         {list-style: decimal;}

p,li,th,td {font-size: 90%;}

body       {coler: #3B3B3B;}

h1,h2,h3,hr {color:black; }
h1	         {}
a:link      {text-decoration:none}
a:link      {color:#dddddd; font-size:12px;}
a:visited   {color:#dddddd; font-size:12px;}
a:visited   {text-decoration:none; font-size:12px;}
a:active    {color:rgb(4,68,132); font-size:12px;}
a:hover     {color:#cccccc}
label       { display: block; width: 6em; float: left; }

fieldset {text-decoration:none; border: none;}

#header    { position: absolute; top: 000px; left: 20px; right: 5px;  width: 1000px;  height: 100px;border-bottom: 10px solid #3B3B3B;}
#content   { position: absolute; top: 112px; left: 20px;  max-width: 900px; height: 800px;}
#footer    { position: absolute; top: 325px; left: 000px; width: 95%; height: 100px;}
#backward   { position: absolute; top: 400px; left: 297px; width: 10%;  height: 10px;}
#forward   { position: absolute; top: 400px; left: 80%; width: 10%;  max-width: 900px; height: 10px;}

 .hiddenButton {
 	font-weight: Bold;
 	color: #3B3B3B;
 	background-color: transparent;
 	text-decoration: underline;
 	border: none;
 	cursor: pointer;
 	cursor: hand;
 	margin: none;
 	ALIGN:ABSMIDDLE;
  }
.hiddenButton:hover {color:#3B3B3B}

 .hiddenButtonPadded {
 	font-weight: Bold;
 	color: #3B3B3B;
 	background-color: transparent;
 	text-decoration: underline;
 	border: none;
 	cursor: pointer;
 	cursor: hand;
 	margin: none;
 	padding-left: 1em; 
 	text-align: left;
 	width:18em;
  }
  
.hiddenButtonPadded:hover {color:#3B3B3B}


 .hiddenButtonPaddedTabbed {
 	font-weight: Bold;
 	color: #3B3B3B;
 	background-color: transparent;
 	text-decoration: underline;
 	border: none;
 	cursor: pointer;
 	cursor: hand;
 	margin: none;
 	padding-left: 2em; 
 	text-align: left;
 	width:18em;
  }
  
.hiddenButtonPaddedTabbed:hover {color:#3B3B3B}



 .stelthButton {
 	color: #3B3B3B;
 	background-color: transparent;
 	text-decoration: none;
 	border: none;
 	cursor: pointer;
 	cursor: hand;
  }

/* Boxed Style */

.boxed {}

.boxed .title {
	padding: 10px 15px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .50em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {	padding: 15px;}

.boxed ul {list-style: none;}

.redselect { color: #888888; }

.regularlink { color: #FFFFFF;}

.errorlink 
	{ 
		color: #8C1717;
		text-decoration: none;
	}
.errorlink .visited
	{
		color: #8C1717;
		text-decoration: none;
	}

