@charset "UTF-8";
/* CSS Document */
.loudtext {
	font-family: Trebuchet MS;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #990033;
	background-image: url(images/bluefade.gif);
	background-repeat: repeat;
	text-align: center;
}
.greyloud {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;
}
.bigheader {
	font-family: Trebuchet MS;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #0033CC;
}
body {
	font-family: "Arial Narrow", Arial, "Times New Roman", Times, sans-serif, Helvetica;
	font-size: 14px;
	color: #000066; 
background-image: url('images/hmmm5.jpg');
background-repeat: repeat;
background-attachment:fixed;

}
.littleheader {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-variant: small-caps;
	color: #0033CC;
}
.boldheader {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-variant: small-caps;
	color: #0033CC;
	font-weight: bold;
}
.smallerheader {
	font-family: Trebuchet MS;
	font-size: 16px;
	font-variant: small-caps;
	color: #0033CC;
}
.tiny {
	font-family: Trebuchet MS;
	font-size: 9px;
	font-weight: bold;
	color: #000066;
}
.tinywhite {
	font-family: Trebuchet MS;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}
a:link {
color: #ffffff;
text-decoration: none;
}
a:visited {
color: #000066;
text-decoration: none;
}
a:hover {
color: #0033cc;
text-decoration: none;
}
a:active {
color: #6688cc;
text-decoration: none;
}