body 	{
	background-color : #FFFFFF;
}
A:HOVER {
	background-color: #FEFE70;
}

A:LINK {
	color: #005f00;
}

A:VISITED {
	color : #005f00;
}

A:ACTIVE {
	color : Red;
}

.subbutton {
	background-color: #FEFE70;
	font-family: "Comic Sans MS";
	font-size: 13px;
	-moz-border-radius: 3px;
	height: 22px;
	cursor: pointer;
	vertical-align: center;
}

.textbutton {
	font-family: "Comic Sans MS";
	font-size: 13px;
	-moz-border-radius: 3px;
	height: 22px;
	vertical-align: center;
}

.selbutton {
	font-family: "Comic Sans MS";
	font-size: 13px;
	-moz-border-radius: 3px;
	height: 22px;
	cursor: pointer;
	vertical-align: center;
}

.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;
		}


.comictext	{
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.comictextgroot	{
	font-family: "Comic Sans MS";
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

.comictextrot	{
	font-family: "Comic Sans MS";
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	background-color: #FEFE70;
}
/* 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: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font: bolder;
	color: #FF31CE;
}      

.cursive  {
	font-size : 13px;
	font-family : Arial,Helvetica, sans-serif;
	font : normal;
	font-weight : bolder;
}
            
td.topic {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	background-color: #005f00;
	color : #E9FFE7;
	text-align : center;
	vertical-align : top;
}
            
td.topickass {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	background-color: #005f00;
	color: #FEFE70;
	text-align: center;
	vertical-align: top;
}

td.topicnav {
   -moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
   -moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	background-color: #005f00;
	font-variant: normal;
	text-align: center;
	color: #E9FFE7;
	line-height: 22px;
 
}

td.topicinv {
   -moz-border-radius:3px;
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	background-color: #005f00;
	font-variant: normal;
	color: #E9FFE7;
	text-align: center;
}

td.content {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	border-left : 1px Aqua;
}

td.nav {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background-color : #DFFFE2;
	border-left : 1px solid #005f00;
	padding : 3px;
	border-right : 1px solid #005f00;
	border-bottom : 1px solid #005f00;
}

td.navbav {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	padding : 3px;
	border-right : thick #3FaF3d;
}

td.navlog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color : #E9FFE7;
	color : White;
	border-left : 5px solid #005f00;	
}

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

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

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

hr {
   color: #005f00;
}



/* 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;}
*/


