body
{
	text-align:center;
	font-family:Tahoma;
	background-color:#000000;
}
TABLE.Main
{
	border:solid #FFFFFF 1px;
	height:400px;
	width:800;
	
}
TABLE.Main TH
{
	font-weight: 700;
	color: white;
	font-family: tahoma;
	height: 70px;
	background-color: #990000;
}
TABLE.Main TD.MainHeader2
{
	color: white;
	height: 20px;
	background-color: #990000;
	text-align: center;
	border-top:solid #FFFFFF 1px;
}
TABLE.Main TD
{
	color: white;
	background-color: #000000;
	text-align: center;
}
TABLE.Main TD.Content
{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
}
TABLE.Menu
{
	width:100%;

}
TABLE.Menu TD.optionPicture
{
	height:140;
	border:solid #666699 1px;
	padding:0px;
	
}
TABLE.Menu TD.optionText
{
	vertical-align:middle;
	height:30px;
}
TABLE.Menu A:link
{
	font-family:Tahoma;
	font-size:10pt;
	color:gray;
	text-decoration:none;
}
TABLE.Menu A:hover
{
	font-family:Tahoma;
	font-size:10pt;
	color:gray;
	text-decoration:underline;
}
TABLE.Menu A:visited
{
	font-family:Tahoma;
	font-size:10pt;
	color:gray;
	text-decoration:none;
}
TABLE.Menu A:active
{
	font-family:Tahoma;
	font-size:10pt;
	color:gray;
	text-decoration:none;
}
TABLE.HeaderMenu
{
}
TABLE.HeaderMenu TD.Option
{
	font-family:Tahoma;
	font-size:x-small;
	color:#666699;
	font-weight:700;
	vertical-align:top;
}
TABLE.HeaderMenu A:link
{
	font-family:Tahoma;
	font-size:10pt;
	text-decoration:none;
	font-weight: 700;
	color:white;
}
TABLE.HeaderMenu A:hover
{
	font-family:Tahoma;
	font-size:10pt;
	text-decoration::underline;
	font-weight: 700;
	color:white;
}
TABLE.HeaderMenu A:visited
{
	font-family:Tahoma;
	font-size:10pt;
	text-decoration:none;
	font-weight: 700;
	color:white;
}
TABLE.HeaderMenu A:active
{
	font-family:Tahoma;
	font-size:10pt;
	text-decoration:none;
	font-weight: 700;
	color:white;
}

ul { display:block; width:100%; text-align:left; list-style:none}
ul li {float:left; margin-right:5px}
