@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: small;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
a {
	color: #000099;
	text-decoration: underline;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #666666;
}
.signature {
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
