html
{
	width: 100%;
    height: 99%;
}

body
{
	color : #FFFFFF;
	background-color: #101010;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 99%;

}

table.ClTableExt
{
	width: 100%;
	height: 100%;
}

table.mainContainer
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}

table.MenuBody
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-align: center;
}


td.ClTdExt
{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

td.ClTdFiller
{
}

td.ClTdHeader
{
	width: 400px;
	height : 40px;
	background-image: url('./images/HeaderImage.gif');
	background-repeat: no-repeat;
}

td.ClTdHeaderHome
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	padding-right: 20px;
	text-align : right;
	vertical-align: bottom;
	padding-bottom: 5px;
}

td.ClTdFooter
{
	height : 30px;
	text-align: center;
	vertical-align: top;
	padding-top : 8px;
	font-size: 9px;
}

td.ClTdHe2
{
	width : 100px;
	text-align: center;
	vertical-align: middle;
}

td.ClTdHe3
{
	width : 100px;
	text-align: center;
	vertical-align: middle;
}

td.ClTdBodyFrame
{
	width : 690px;
	height : 460px;
	text-align: center;
}

img.noborder
{
	border: 0px;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

