@charset "utf-8";
.bigYellow {
	font-size: large;
	color: FFCC00;
	font-weight: bold;
}

/* CSS Document */

   BODY    TD { 
   font-family: Arial, Helvetica, sans-serif; 
   color: #FFFFFF; 
   font-size : 9pt; 
   text-align : left; 
   } 
   
   H1 { 
   margin-bottom: 0; 
   padding-bottom: 0;
   font-size : 12pt; 
   font-weight: bold;
   font-variant: normal;
   font-style: normal;
   color: #FFCC00;
   } 
   
   H2 { 
   margin-bottom: 0; 
   padding-bottom: 0;
   font-size : 10pt; 
   font-weight: bold;
   font-variant: normal;
   font-style: normal;
   color: #FFCC00;
   } 
   
   H3 { 
   margin-bottom: 0; 
   padding-bottom: 0;
   font-size : 8pt; 
   font-weight: bold;
   font-variant: normal;
   font-style: normal; 
   color: #990000;
   }

   H4 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size : 7pt;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	color: #000000;
   } 

   H5 { 
   margin-bottom: 0; 
   padding-bottom: 0;
   font-size : 6pt; 
   font-weight: bold;
   font-variant: normal;
   font-style: normal; 
   color: #0080C0;
   } 
   
   a:link { 
   color: #FFCC00; 
   font-size: 10pt;
   } 
   
   a:visited{ 
   color: #cccccc;
   font-size: 10pt; 
   } 
   
   a:active { 
   color: #FFCC00;
   font-size: 10pt;
   } 
   
   a:hover { 
   color: #FFCC00;
   font-size: 11pt;
   font-weight: bold;
   } 
   
   .menu_item {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size : 10pt;
	font-variant: normal;
	font-style: normal;
	color: #FFFFFF;
    }
   
   .menu_sub_item {
	margin-bottom: 0;
	padding-bottom: 0;
	font-variant: normal;
	font-size: 8pt;
	font-style: normal;
	color: #FFFFFF;
    }
	.menu_links {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight:bold;
   color:#FFFFFF;
   font-size: 11px;
   }
   
   
.yellow {
	font-size: 10pt;
	color: FFCC00;
}

