HTML
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
BODY
{
	margin: 0px;
	padding: 0px;
	background-color: #E5E5E5;
	font-family: tahoma, verdana, arial;
	cursor: default;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 11px;
}
TD
{
	font-size: 12px;
	text-align: left;
}
TABLE.Container
{
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	height: 100%;
}
TABLE.Container TD.Container
{
	height: 100%;
	background-color: #FFFFFF;
	vertical-align: top;
}
TD.LeftShadow
{
	height: 100%;
	width: 20px;
	background-image: url('../img/site_left_shadow.gif');
}
TD.RightShadow
{
	height: 100%;
	width: 20px;
	background-image: url('../img/site_right_shadow.gif');
}
TABLE.InnerContainer
{
	width: 730px;
	margin: 9px;
	border: solid 1px #C9C9C9;
}

/* menu */
TR.Menu
{
	height: 22px;
}
TR.Menu TD.Gray
{
	background-color: #999999;
	width: 150px;
}
TR.Menu TD.LanguageGray
{
	background-color: #999999;
	width: 150px;
	text-align: right;
	padding-right: 5px;
}
TR.Menu TD.LanguageGray A
{
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
TR.Menu TABLE
{
	width: 580px;
	height: 22px;
}
TR.Menu TABLE TD
{
	background-color: #9A0201;
	color: #FFFFFF;
	cursor: pointer;
	vertical-align: middle;
	padding-left: 5px;
	font-size: 11px;
}
TR.Menu TABLE TD.MenuItem
{
}
TR.Menu TABLE TD.MenuItemSel
{
	background-color: #7A0000;
}

/* content */
TR.Content
{
	height: 100%;
}
TR.Content TD.Content
{
	width: 560px;
	padding: 10px;
}
TR.Content TD.Gray
{
	background-color: #E5E5E5;
	width: 150px;
	vertical-align: top;
}

A.Language
{
	color: #B78047;
	text-decoration: none;
}
A.Language:hover
{
	color: #ffffff;
	text-decoration: underline;
}

TR.Footer
{
	height: 25px;
}
TR.Footer TD
{
	background-color: #666666;
	height: 25px;
}

DIV.RegisterRequest
{
	margin: 5px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 16px;
}
DIV.ExternalLink
{
	margin: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	border-top: solid 1px #999999;
	line-height: 16px;
}
DIV.RegisterRequest A,
DIV.ExternalLink A
{
	font-size: 12px;
	color: #0033FF;
	text-decoration: none;
}
DIV.RegisterRequest A:hover,
DIV.ExternalLink A:hover
{
	text-decoration: underline;
}

