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

body {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
	
}
h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
}

#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#444;
	font-size:10px;

}

a {font-weight: bold; padding: 0 20px 0 0;}
a:link {color: #FF9900}     
a:visited {color: #FF9900}  
a:hover {color: #FFFFFF}   
a:active {color: #FFFFFF}  
