/* TinyMCE specific rules */
body.mceContentBody {
	background: #000;
	text-decoration : none;
	font : 15px/15px Arial;
	color : #FFFFFF;
}

body {
	color : #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
}

table.navbar{
	position : absolute;
	border : none;
	left: 0px;
	top: 0px;
	width: 750px;
}

h2 {
	padding: 0;
	margin: 0;
	color : #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
}

div.bodyheadline{
	text-decoration : underline;
	font : bold 20px/24px Arial;
	color : #FFCC00;
}

div.bodytext{
	text-decoration : none;
	font : bold 15px/15px Arial;
	color : #FFFFFF;
}

div.welcometext{
	text-decoration : none;
	font : bold 15px/20px Arial;
	color : #FFFFFF;
}


div.whitebody{
	text-decoration : none;
	font : 15px/15px Arial;
	color : #FFFFFF;
}

div.caterheadline{
	text-decoration : none;
	font : bold 20px/20px Arial;
	color : #FFFF00;
	padding: 3 3 3 3;
}

div.caterquote{
	font: 20px/20px Arial;
	color: #FFFF00;
	font-style: italic;
}

div.caterbody{
	text-decoration : none;
	font : bold 15px/15px Arial;
	color : #FFFF00;
}

span.whitebody{
	text-decoration : none;
	font : 15px/15px Arial;
	color : #FFFFFF;
}

span.caterbody{
	text-decoration : none;
	font : bold 15px/15px Arial;
	color : #FFFF00;
}

a.navlink{
	text-decoration : none;
	font : bold 12px/15px Arial;
	color : #FFFF33;
}
a.navlink:visited{
	text-decoration : none;
	font : bold 12px/15px Arial;
	color : #FFFF33;
}
a.navlink:hover{
	text-decoration : underline;
	font : bold 12px/15px Arial;
	color : #FF9933;
}

a.adminlink{
	text-decoration : none;
	font : bold 15px/15px Arial;
	color : #FFFF33;
}
a.adminlink:visited{
	text-decoration : none;
	font : bold 15px/15px Arial;
	color : #FFFF33;
}
a.adminlink:hover{
	text-decoration : underline;
	font : bold 15px/15px Arial;
	color : #FF9933;
}
