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

body {
	background-color:#FFFFFF;
	font:"Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
	}
	
h1 {
	font-size:2.1em;
	}
	

h2 {
	font-size:1.5em;
	font-weight:100;
	}
	

a {
	color:#006699;
	text-decoration:none;
	}
	
a:visited {
	color:#336699;
	text-decoration:none;
	}

a:hover {
	color:#006699;
	text-decoration:underline;
	}
	
a:active {
	color:#006699;
	text-decoration:overline;
	}
	
	
