a               { text-decoration: underline;
                font-size: 10pt; font-weight: normal; }

a:visited       { color: #000000;  font-weight: normal }

a:hover         { color: #808D79; text-decoration: none;
                font-weight: normal }

a.nohover       { text-decoration: none;
             	}

a:hover.nohover { color: #000000;
				}


.header {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		color: #0000CC;
		}

.text	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		}

/* Main Currency */
.macu	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		}
/* Foreign currency */      
.focu	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: italic;
		font-weight: normal;
		}

.errortext {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-style: normal;
      font-weight: bold;
      text-align : left;
      } 
           
td.faq {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: plain;
      	background-color: #FFC600;
      	color: #000000;}

td.topic {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style: normal;
		font-weight: bold;
		color:#ffffff;
      	background-color: #808D79;
}

td.content {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		/*background-color: #333333;*/
}

pre  {
	font-family : monospace;
	font-size : 14px;
}

big  {
	font-size : 22px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
}

small  {
	font-size : 9px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
}

hr {
   color: #808D79;
   height: 1pt;
}

/* Should be the same as: <table border="1" cellpadding="3" cellspacing="0" bordercolor="#99ccff">
table.border_yes {
      padding: 3px;
      border-spacing: 0px; 
      border-width: 2px; 
      border-color: #99ccff;
      border-style: solid;
}

This can be used for html debug purposes:
TABLE {border: 2px solid purple !important; 
   margin: 5px !important; border-collapse: 
   separate !important; border-spacing: 1px !important; 
   empty-cells: show !important;}
TH {border: 1px solid blue !important; 
   padding: 3px !important;}
TD {border: 1px solid red !important; 
   padding: 3px !important;}
*/

p.copy
     {
     font-size:12px; 
     color: #333333;}
     
a.copy 
		{font-size: 9pt; 
		font-weight:normal}

input, textarea, select {
	
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	}
	
body,p,table,td,div { 	font-family: Arial; font-size: 10pt; color: #333333;
						}
	
ol.vs 				{font-size:16pt;
					}

li.vs				{font-size:12pt;
					
					}
