.text, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}

a {
     color: #FF004C;
     text-decoration: none;
}

a:link, a:visited {
     color: #FF004C;
     text-decoration: none;
}

a:hover, a:active {
     color: #FF004C;
     text-decoration: underline;
}

div.forum {
	background-image: url(images/forum_banner1.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 214px;
	height: 78px;
	display: table-cell;
}

div.forum:hover {
	background-image: url(images/forum_banner2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 214px;
	height: 78px;
	display: table-cell;
}

form {
	margin: 0px;
}
.pageimage {
}

.pageheader, h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 32px;
}

.subheader, h2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 23px;
	width: auto;
	vertical-align: middle;
}
