/*
#F2D13D - Yellow
#FBA837 - New Yellow (has a hint of white)
#F99E1C - Darker yellow
#A21C34 - Red
*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}

#heading {
	display:none;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#a21c34;
}

a:hover{
	font-weight:bold;
	text-decoration:underline;
	color:#FBA837;
}

.contentCell {
	position:absolute;
	left:0px;
	top:0px;
	width:630px;
}

.footercell {
	display:none;
}
#menu {
	display:none;
}


#sidemenu {
	display:none;
}

#fpnews {
	display:none;
}
#pageimage {
	display:none;
}

