.yellowhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: FFCC33;
}
.yellowHeading {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: FFCC33;
}
.yellowText {
	font-weight: normal;
	color: #FFCC33;
	text-decoration: none;

}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
}

a:link { color: #CCCCCC; text-decoration: underline}
a:visited { color: #CCCCCC; text-decoration: underline}
a:hover { color: #CCCCCC; text-decoration: underline}
a:active { color: #CCCCCC; text-decoration: underline}.border {
	border: thin dotted #FFCC33;
	padding: 12px;
}

