/* Default styles */
body
{
	background-color: White;
	font-family: Arial;
	color: White;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

table.pageLayout{
	width: 100%;
	height: 100%;
	border: solid 0px Yellow;
	margin: 0 auto 0 auto;
	horizontal-align: center;
	padding: 0xp 0px 0px 0px;
	margin: 0xp 0px 0px 0px;
}

pre
{
	font-family: Arial;
	color: White;
}

td
{
	font-family: Arial;
	font-size: 12px;
}

td.normal
{
	font-family: Arial;
	font-size: 15px;
}

a:link, a:visited
{
	font-family: Arial;
	font-size: 15px;
	color: White;
	text-decoration: underline;
}

a:hover
{
	font-family: Arial;
	font-size: 15px;
	color: White;
	text-decoration: none;
}

#category div.fc1
{
	background-color: #FF7F00;
	border-bottom: solid 1px #FFB56D;
	height: 545px;
	cursor: pointer;
}

#category div.fc2
{
	background-color: #8A015E;
	border-bottom: solid 1px #BC6DA3;
	margin-left: 11px;
	margin-right: 11px;
	height: 545px;
	cursor: pointer;
}

#category div.fc3
{
	background-color: #0678B3;
	border-bottom: solid 1px #70B2D3;
	height: 545px;
	cursor: pointer;
}

a.fmenuLink:link, div a.fmenuLink:visited, a.fmenuLink:hover
{
	font-family: Arial;
	font-size: 20px;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
}
