/*<script>*/
/*********** Main ***************/


body {
   	font-family : Arial, Helvetica;
   	font-size : 10px;
   	color : White;
	background-color : black;
   }
   
.normal {
   	font-family : Arial, Helvetica;
   	font-size : 10px;
   	color : White;
   }
   
table {
   	font-family : Arial, Helvetica;
   	font-size : 10px;
   	color : White;
   }
/*********** Text ***************/
   
.titletop {
   	font-family : Arial, Helvetica;
   	color : White;
  	font-size : 18px;
  	font-weight : 700;
	}
	
.bigtitlered 
	{
   	font-family : Arial, Helvetica;
  	font-size : 16px;
  	font-weight : 700;
	color : red;
	}

.bigtitleblue
	{
   	font-family : Arial, Helvetica;
  	font-size : 16px;
  	font-weight : 700;
	color : blue;
	}

.big {
   	font-family : Arial, Helvetica;
   	font-size : 12px;
	}   

.bigbold {
   	font-family : Arial, Helvetica;
   	font-size : 12px;
	font-weight : 700;
	}   

.red {
   	font-family : Arial, Helvetica;
   	font-size : 10px;
   	color : red;
   }
	
.blue {
   	font-family : Arial, Helvetica;
   	font-size : 10px;
   	color : blue;
   }
	
.bigred {
   	font-family : Arial, Helvetica;
   	font-size : 12px;
   	color : red;
  	font-weight : 700;
   }
	
.bigblue {
   	font-family : Arial, Helvetica;
   	font-size : 12px;
   	color : blue;
  	font-weight : 700;
   }
	
.bigredbold {
   	font-family : Arial, Helvetica;
   	font-size : 14px;
   	color : red;
   	font-weight : 700;
	}   

/*********** Anchor ***************/
   
a {
   	font-family : Arial, Helvetica;
   	color : White;
   }
   
a:hover {
   	font-family : Arial, Helvetica;
   	color : blue;
   }


a.red_subtitles  {
   	font-family : Arial, Helvetica;
   	color : red;
   	font-size : 12px;
   	font-weight : 700;
   	text-decoration : none;
   }
   
a.red_titles  {
   	font-family : Arial, Helvetica;
   	color : red;
	font-size : 16px;
   	font-weight : 700;
   	text-decoration : none;
   }

a.red_smalltitles  {
   	font-family : Arial, Helvetica;
   	color : red;
   	font-size : 10px;
   	text-decoration : none;
   }
   
a.red_smalltitles:hover  {
   	font-family : Arial, Helvetica;
   	color : blue;
   }
   


a.blue_subtitles  {
   	font-family : Arial, Helvetica;
   	color : blue;
   	font-size : 12px;
   	font-weight : 700;
   	text-decoration : none;
   }
   
a.blue_smalltitles  {
   	font-family : Arial, Helvetica;
   	color : blue;
   	font-size : 10px;
   	text-decoration : none;
   }
   
a.blue_smalltitles:hover  {
   	font-family : Arial, Helvetica;
   	color : red;
   }
   
a.blue_titles  {
   	font-family : Arial, Helvetica;
   	color : blue;
	font-size : 16px;
   	font-weight : 700;
   	text-decoration : none;
   }


/*********** Table ***************/


/*********** Images ***************/


img.margin  {
    margin : 2px;
	}
/*</script>*/
