@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	}

h1{
	font-size:1.3em;
	font-weight:bold;
	}

h2{
	font-size:1.1em;
	font-weight:bold;
	}

h3{
	font-size:.9em;
	font-weight:bold;
	}


a:link{
	color:#000000;
	text-decoration:none;
	}

a:visited{
	color:#000000;
	text-decoration:none;
	}

a:hover{
	color:#CC0000;
	text-decoration:none;
	}
