BODY {font: 10pt "Arial"}

A:link {font-weight: normal;
	    text-decoration: none;
		color: blue}

A:active {font-weight: normal;
	      text-decoration: none;
		  color: blue}

A:visited {font-weight: normal;
	       text-decoration: none;
		   color: blue}
		   
A:hover   {font-weight: normal;
	       text-decoration: none;
		   color: red}
		   
H1 {color: blue;
	font: 22pt "Arial";
    font-weight: bold;
	text-align: center}

H2.SubTitle {color: black;
			 font: 18pt Arial, Helvetica, sans-serif;
		     font-weight: bold;
			 text-align: center;
			 display:inline;
}

H2.ActionSubTitle {color: #A000FF;
				   font: 10pt Arial, Helvetica, sans-serif;
			       font-weight: bold;
				   text-align: center}

TH {font: 10pt "Arial";
	text-align: left;
	color: #FFFFFF}
	
TABLE.Options {border-collapse:collapse;
			   border:1px solid black}

TR.header {background-color: #FFEEBB;
		   border:1px solid black}

TD.Option {background-color: #FFFFAA;
		   font: 8pt Arial, Helvetica, sans-serif;
		   padding-left: 5px;
		   padding-right: 5px;
		   border:1px solid black}
		   
.SubOption {font: 8pt "Arial";
		    text-align: center;
		    font-weight: normal;
		    background-color: #FFFFBB}

TD.ActionOption {font: 10pt Arial, Helvetica, sans-serif;
		   padding-left: 5px;
		   padding-right: 5px;
		   border:1px solid black}

.CategoryTitle {font: 14pt "Arial";
			    text-align: center;
			    font-weight: Bold;
			    background-color: #A0A0FF}

A.LinkSubOption:link {font-weight: normal;
	    text-decoration: none;
		color: #88AAFF}

A.LinkSubOption:active {font-weight: normal;
	      text-decoration: none;
		  color: #88AAFF}

A.LinkSubOption:visited {font-weight: normal;
	       text-decoration: none;
		   color: #88AAFF}
		   
A.LinkSubOption:hover   {font-weight: normal;
	       text-decoration: none;
		   color: red}

A.LinkSort:link {font-weight: bold;
	    text-decoration: none;
		font: 10pt Arial;
		color: #FFFFFF}

A.LinkSort:active {font-weight: normal;
	      text-decoration: none;
		  color: #FFFFFF}

A.LinkSort:visited {font-weight: normal;
	       text-decoration: none;
		   color: #FFFFFF}
		   
A.LinkSort:hover   {font-weight: normal;
	       text-decoration: none;
		   color: red}

TR.helptext {font: 8pt "Arial";
			 font-weight: normal;
			 text-align: center;
			 color: black}

.copyright {font: 8pt "Arial";
			font-weight: bold;
			text-align: center;
			color: black}

.FormTitles {font: 10pt "Arial";
			 font-weight: bold;
			 text-align: right;
			 color: black}

.FormTitlesGray {font: 10pt "Arial";
			     font-weight: bold;
			     text-align: right;
			     color: gray}

.InfoTitles {font: 8pt "Arial";
			 color: gray}

.FromInput {font: 10pt "Arial";
			font-weight: normal;
			text-align: left;
			color: black}

.Error {font: 10pt "Arial";
		font-weight: normal;
		text-align: center;
		color: red}
		
.Menu {
	font-family:Arial;
	font-weight:normal;
	font-size:10pt;
	font-weight:normal;
	text-align:center;
	color:white;
}

.Menu A:hover {
	color:white;
}

.Menu A:link {
	color:white;
}

.Menu A:visited {
	color:white;
}

.Menu A:active {
	color:white;
}


TABLE#Options {padding: 0px}

#Title {text-align: center;
		background-color: white;
}

P#Error {text-align: center;
		 color: red}

.commentpopup
{
   position:absolute; left:0px; top:16px; width:320px;
   border-style:solid;
   border-width:1px;
   border-color:#666666;
   background-color:white;
   padding:5px;
   color:black;
   font-family:Arial;
   font-weight:normal;
   font-size:10pt;
   text-align:left;
   z-index:10;
   visibility:hidden;
}


.popup
{
   position:absolute; left:0px; top:16px; width:160px;
   border-style:solid;
   border-width:1px;
   border-color:#666666;
   background-color:#CCCCCC;
   padding:5px;
   color:black;
   font-family:Arial;
   font-weight:normal;
   font-size:10pt;
   text-align:left;
   z-index:2;
   visibility:hidden;
}

.popup A:link {
	font-weight:normal;
	text-decoration:none;
	color:black;
}

.popup A:visited {
	font-weight:normal;
	text-decoration:none;
	color: black;
}

.popup A:hover {
	font-weight:normal;
	text-decoration:none;
	color:white;
}

.popup A:active {
	font-weight:normal;
	text-decoration:none;
	color:white;
}

.DataTable {
	border-bottom:double black;
	border-top:hidden;
	border-left:hidden;
	border-right:hidden;
}

.DataTable TD {
	border-bottom:1px solid black;
	border-top:hidden;
	border-left:hidden;
	border-right:hidden;
}

.DataTable TH {
	border-bottom:hidden;
	border-top:hidden;
	border-left:hidden;
	border-right:hidden;
	background-color:#B0B3FF;
	text-align:left;
}

.DataTable TH A {
	color:white;
}