body {

	background-color: #EEE;
	
}
.normal {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	line-height: 120%;
	
}
.normal_white {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 120%;
	
}
hr {

	color: #000;
	font-size: 1px;
	
}
ul {

	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 11px;
	line-height: 120%;
}
.h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #039;
}

.h1sub {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #039;
}

.h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #039;
}

.h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.note {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCC;
	
}
a {
	
	font-weight: bold;
	color: #222;
	text-decoration: underline;

}
a:hover {

	font-weight: bold;
	color: #000;
	text-decoration: none;

}
