@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/wallpaper.gif);
	background-repeat:repeat;
}

.regular {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}

.regularWhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;	
}

.headerWhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;	
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer a:link { color: #FFFFCC; text-decoration: none; }
.footer a:active { color: #FFFFCC; text-decoration: underline; }
.footer a:visited { color: #FFFFCC; text-decoration: none; }
.footer a:hover { color: #FFFFCC; text-decoration: underline; }

.legalMumboJumbo {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}

.twitter {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #2d607a;
}