h1 {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 42px;
	font-weight: normal;
	color: #ff9900;
	text-align: center;
}

h2 {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}

h3 {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-align: center;
}

a:link {
	color: #0058e4;
	text-decoration: none;
}

a:visited {
	color: #0058e4;
	text-decoration: none;
}

a:hover {
	color: #3a8838;
	text-decoration: underline overline;
}

a:active {
	color: #666666;
	text-decoration: none;
}

p {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.smallp {
	font-family : "Trebuchet MS", Georgia, Times,serif;
	font-size : 60%;
	font-style : italic;
	font-weight : normal;
	color : #000000;
	line-height : 140%;
}