@charset "utf-8";
/* CSS Document */

.style1{ font-family:Arial, Helvetica, sans-serif;
         font-size:9px;
		 font-style:inherit;
		 font-weight:normal;
		 color:#000000;
         }
		 
.style2{
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#FFFFFF;
        }		 
		
.style3{
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#ddd3ac;
        }		
		
		a:link {
	color: #DFB300;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFCC99;
}
a:active {
	color: #FFCC00;
}
