td.header{
	background-color: #990033;
	color: #999999;
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 24px;
}
td.greytext{
	background-color: #990033;
	color: #330000;
	font-family: Century Gothic;
	font-size: 18px;
	font-weight: bold;
}
td.menu{
	background-color: #333333;
	color: #999999;
	font-family: Century Gothic;
	padding-left: 8px;
	padding-right: 8 px;
	padding-top: 8px;
}
td.liner{
	background-color: black;
}
a.menu:link{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a.menu:visited{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover{
	color:#996666;
	font-weight: bold;
	text-decoration: none;
}
td.textheader{
	font-size: 24px;
	font-weight: bold;
	font-family: Century Gothic;
}
td.contentheader{
	font-size: 18px;
	font-weight: bold;
	font-family: Century Gothic;
	color: #330000;
	background-color: white;
}
td.textheaderwhite{
	font-size: 24px;
	font-weight: bold;
	font-family: Comic Sans MS;
	color: white;
}
td.textheadergrey{
	font-size: 24px;
	font-weight: bold;
	font-family: Comic Sans MS;
	color: #333333;
}
td.text{
	font-family: century gothic;
	padding-left: 8px;
	padding-right: 8 px;
}
td.textsm{
	font-family: century gothic;
	font-size: 95%;
	padding-left: 10px;
	padding-right: 10 px;
	padding-bottom: 10px;
	padding-top: 10px;
}