﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#EEEEEE;
}

.contentbackground
{
	background-color:White;
}

.ticketheading
{
	background-color:#eeeeee;
	color:Black;
}


.bottom_menu
{
	text-align:center;
	color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.bottom_menu a:link
{
	color: inherit;
	text-decoration: none;
}
.bottom_menu a:active
{
	color: inherit;
	text-decoration: none;
}
.bottom_menu a:visited
{
	color: inherit;
	text-decoration: none;
}
.bottom_menu a:hover
{
	color: inherit;
	text-decoration: underline;
}

.top_menu 
{
	color: Gray ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.top_menu a:link
{
	color: Gray ;
	text-decoration: none;
}
.top_menu a:active
{
	color: Gray ;
	text-decoration: none;
}
.top_menu a:visited
{
	color: Gray ;
	text-decoration: none;
}
.top_menu a:hover
{
	color: White ;
	background-color: Gray  ;
	text-decoration: none;
}


