
/*Std. HTML Tag Definitions*/
body					{background-color: #ffffff; }

A                       { color: #6666cc; }
A:visited               { color: #000066; }
A:active                {  }
A:hover                 {  }

.Title					{color: #cc0033;
						 font-weight: bold;
						 font-family: Arial, Helvetica, sans-serif;
						 text-decoration: none;
						 font-size: 18pt  }

/*Documents Page Definitions*/
.DocTitle,              
A.DocTitle,
A:visited.DocTitle,
A:active.DocTitle,
A:hover.DocTitle		{color: #cc0033;
						 font-weight: bold;
						 font-family: Arial, Helvetica, sans-serif;
						 text-decoration: none;
						 font-size: 12pt  }

.DocDescription			{color: #000000;
						 font-weight: bold;
						 font-family: Arial, Helvetica, sans-serif;
						 font-size: 10pt  }

.DocInfo                {color: #6699ff;
						 font-weight: normal;
						 font-family: Arial, Helvetica, sans-serif;
						 font-size: 8pt  }

.DocComment             {
						 color: #878787;
						 font-weight: normal;
						 font-family: Arial, Helvetica, sans-serif;
						 font-size: 8pt  }

/*BoxTag Definitions*/
.BoxTop                { background-color: #cc0033;
						 color: #000000;
						 font-weight: bold;
						 font-family: Arial, Helvetica, sans-serif;
						 font-size: 10pt  }
						 
.BoxTop2               { background-color: Black;
						 color: #000000;
						 font-weight: bold;
						 font-family: Arial, Helvetica, sans-serif;
						 font-size: 8pt  }
						 
.BoxBody			   { background-color: #f0f0f0;
						 color: #ffffff;
						 font-weight: bold;
						 font-family: Arial, Helvetica, sans-serif;
						 font-size: 8pt  }
.BoxText,
TR.BoxText,
TD.BoxText             { font-size: 9pt;
						 color: #000000;
						 font-family: Arial, Helvetica, sans-serif;
						 background-color: #ff8080;
						 text-decoration: none;
						 font-weight: bold; }

/*Form Definitions*/
.FormBack               { background-color: #cccccc; } 
.FormLabel              { font-weight: bold; text-align: right; }


/*Logobar Definitions*/
.Logobar              { background-color: #ffffff; }
TD.Logobar			{ background-color: #ffffff; }

.button                 { font-size: 8pt; font-family: Arial, Helvetica, sans-serif; }

.button A,
.button A:visited,
.button A:hover,
TD .button A,
TD .button A:visited,
TD .button A:hover      { font-size: 8pt;
						  font-family: Arial, Helvetica, sans-serif;
						  color: #000000;
						  text-decoration: none; }
						  
.buttonOff,
.buttonOff A,
.buttonOff A:visited,
.buttonOff A:hover,
TD .buttonOff A,
TD .buttonOff A:visited,
TD .buttonOff A:hover   { font-size: 8pt;
                          font-family: Arial, Helvetica, sans-serif;
                          color: #999999;
                          text-decoration: none; }


/*MainBody Definitions*/
.MainBody                { background-color: #ffffff; }



/*Menubar Definitions*/
.MenuBar                { background-color: #ffffff; }


TR.viewOn,
TD.viewOn				{ background-color: #666666; }

.viewOn					{ font-size: 9pt;
						  font-family: Arial, Helvetica, sans-serif;
                          color: #ffffff;
                          text-decoration: none;
                          font-weight: bold; }


TR.viewOff,
TD.viewOff				{ background-color: #ffffff; }

.viewOff				{ font-size: 9pt;
						  font-family: Arial, Helvetica, sans-serif;
                          color: #000000;
                          text-decoration: none;
                          font-weight: bold; }
