@charset "ISO-8859-1";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
}
H1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	line-height: normal;
	font-weight: bolder;
	color: #F00;
}
H2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: normal;
	font-weight: bold;
	color: #F00;
}
H3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #F00;
}
H4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #000;
}
H5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #000;
}

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

a:active {
	color: #FF0000;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	font-variant: normal;
	color: #64a469;
}
a:hover {
	color: #ff0000;
}
	

text body {
	color: #666666;
}
