.body{
	font-family:verdana, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
}
.body A:link{
	font-family:verdana, sans-serif;
	font-size:11px;
	line-height:14px;
	text-decoration:underline;
	color:#666666;
}
.body A:visited{
	font-family:verdana, sans-serif;
	font-size:11px;
	line-height:14px;
	text-decoration:underline;
	color:#666666;
}
.body A:hover{
	font-family:verdana, sans-serif;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	color:#990000;
}
.bodybold{
	font-family:verdana, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
	font : bold;
}

.bodydark{
	font-family:verdana, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#333333;
}

/*Structure table*/

.level1{
	font-family:verdana, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font : bold;
	background-color : #000267;
}

.level2{
	font-family:verdana, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background-color : #343C8B;
}
.level3{
	font-family:verdana, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background-color : #606DA9;
}
.level4{
	font-family:verdana, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background-color : #8697C3;
}

.tablebody{
	font-family:verdana, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
	border : 1px #F4F4F4 solid;
}

.tablebody a:link{
	font-family:verdana, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
	border : 1px #F4F4F4 solid;
	text-decoration: underline;
}

.tablebody a:visited{
	font-family:verdana, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
	border : 1px #F4F4F4 solid;
	text-decoration: underline;
}

.tablebody a:hover{
	font-family:verdana, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
	border : 1px #F4F4F4 solid;
	text-decoration: none;
}

/*----------------FOOTER-----------------------*/
body{
	margin: 0;
}
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}  /* hack for IE5+/Win.*/

html>body, html>body #contents {
	height: auto;
}
/* Without this, Moz1.0 adds a vertical scrollbar */
#main {
	margin-bottom: 0;
	height: auto;
	padding: 0;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
}
#footer {
	position: absolute;
	bottom: 0;
	background-color: #FFFFFF;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}