table.menu
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
}

td.button
{
	background-color: #FF0545;
	padding: 2px;
	border: 3px outset #FFFFFF;
	text-align: center;
	width: 15%;
	}

td.button2
{
	background-color: #0481B7;
	padding: 2px;
	border: 3px outset #FFFFFF;
	text-align: center;
	width: 15%;
	}

td.button a
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

td.button2 a
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

td.button a:visited
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

td.button2 a:visited
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

td.button a:active
{
	color: #0481B7;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

td.button2 a:active
{
	color: #FF0545;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

td.button a:hover
{
	color: #0481B7;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

td.button2 a:hover
{
	color: #FF0545;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFCC;

}

.Headline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align:center;
}
.subheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0545;
}	
