.h1 {
	font-family: Arial;
	font-size: 19px;
	font-weight: bold;
	color : #FFFFCC;
}
.h2 {
	font-family: Arial;
	color: #FFFF99;
	font-size: 15px;
	font-weight: bold;
}
.h3 {
	font-family: Arial;
	color: #FF8000;
	font-size: 14px;
	font-weight: bold;
	text-align : center;
}
.header {
	font-family: Arial;
	font-size: 14px;
	color: Red;
	font-weight : bold;
}
.linkheader {
	font-family: Arial;
	font-size: 14px;
	color: Silver;
	font-weight : bold;
}
.body {
	font-family: Arial;
	font-size: 16px;
	color : #FFFFCC;
}
.body2 {
	font-family: Arial;
	font-size: 16px;
	color : Black;
}
.bodysmall {
	font-family: Arial;
	font-size: 12px;
	color : #FFFFCC;
}
.bold {
	font-family: Arial;
	font-size: 15px;
	font : bold;
	color : #FFDEAD;
}
.bold2  {
	font-family: Arial;
	font-size: 14px;
	font : bold;
	color : #CECECE;
}
.boldred {
	font-family: Arial;
	color: Red;
	font-size: 15px;
	font-weight: bold;
}
.mainmenu  {
	font-family: arial;
	font-size: 16px;
	color : White;
}
.footer  {
	font-family: arial;
	font-size: 14px;
	color : #FFCE00;
}
.footer2  {
	font-family: arial;
	font-size: 11px;
	color : #FFCE00;
	font-style : italic;
}
a:link {
	font-family: arial;
	color: #FFCE00;
}
a:hover {
	font-family: Arial;
	color: #FFFF99;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	color: #FFFFCC;
}
