@charset "utf-8";
/* CSS Document */

.regularwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.headerwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #FFFFFF;
}

.border {
	border: 2px solid #FFFFFF;
}

body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

A:link {text-decoration: none; color:#FF0000; font-weight:bold}
A:visited {text-decoration: none; color:#FF0000; font-weight:bold}
A:active {text-decoration: none; color:#FF0000; font-weight:bold}
A:hover {text-decoration: underline; color:#FF0000; font-weight:bold}

