@charset "iso-8859-1";
/* CSS Document */

html, body
{
	padding:0px;
	margin:0px;
}

body
{
	background:#C4C4C4;
	background-image:url('res/bg.jpg');
	background-repeat:repeat-x;
}

.headerArea
{
	height:90px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.imgLogo
{
	margin-top:20px;
	margin-left:31px;
}

.tableMenu
{
	height:54px;
	width:976px;
	margin-left:auto;
	margin-right:auto;
}

.tableOutline
{
	height:100%;
	width:976px;
	margin-left:auto;
	margin-right:auto;
}

.headerRow
{
	height:25px;
}

.headerTableStyle
{
	color:#BBBBBB;
	text-align:center;
	width:900px;
}

.cellLeftBorder
{
	border-left-color:#999999;
	border-left-width:1px;
	border-left-style:solid;
	width:140px;
}

.headerTableStyle a
{
	color:#E0E0E0;
	text-decoration:none;
}
.headerTableStyle a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

.copyRight
{	
	color:#999999;
	font-family:Tahoma,Arial,Helvetica;
	font-size:10pt;
	font-weight:bold;
	line-height:12px;
	text-decoration:none;
	text-align:right;
	background-color:#FFFFFF;
	height:25px;
}

iframe
{
width:100%;
height:100%;
border:0px;
}
