body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	background-image: url(ThemeImages/Background.jpg);
	background-repeat: repeat-x;
	text-align:center;
	color: white;
	margin:0px;
}

.headlinediv
{
	font-size: 14px;
	text-align:center;
	width:100%;
}

.rootpagecommentdiv
{
	font-size: 10px;
	text-align:center;
	margin:20px;
}

.content
{
	margin:14px;
}

.topbar
{
	text-align: center;
	text-align: middle;
	width:100%;
	height:22px;
	font-size: 10px;
	color: black;
	background-image: url(ThemeImages/TopBarBackground.jpg);
	overflow: hidden;
}

.functiondiv
{
	font-size: 14px;
	text-align:center;
	width:100%;
	margin-top:30px;
}

h1
{
	font-size: 14px;
}

h2
{
	font-size: 14px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 14px;
}
.largetable
{
	width: 100%;
}

.eventtable
{
}

.subsection
{
	margin-left: 20px;
}

.advertisementfooter
{
	font-size: 14px;
	text-align:center;
	width:100%;
	margin-top: 40px;
}

.diagramimagediv
{
	background-color: white;
}

A:link
{
    text-decoration: none;
    color: #ffffff;
}

A:visited
{
    text-decoration: none;
    color: #9999ff;
}

A:active
{
    text-decoration: none;
    color: #cccccc;
}

A:hover
{
    text-decoration: none; 
    color: #999999;
}

