* {-moz-box-sizing: border-box;}
body
{	background-image:url('images/bg_body.jpg');
		background-repeat:repeat-x;
		background-color:#398795;
		margin-top:10px}
		
td, div
{	font-family: Verdana, Arial, Geneva , sans-serif;
		font-size: 11px;
		font-style: normal;
		color:#000000;
		line-height:17px}
		
.containerDIV
{ position:absolute;
		padding-top:41px;
		width:545px;
		height:573px;
		overflow:auto;
		top:10px;
		left:50%;
		margin-left:-126px}
		
.contentDIV
{	height:100%;
		width:526px;
		z-index:3}
		
.footerTD
{	background-image:url('images/bg_footer.jpg');
		background-repeat: repeat-x}
		
.footer
{	border-left:1px solid white;
		padding-left:7px;
		padding-top:7px;
		padding-right:7px}
		
.footerTX
{	font-size:9px;
		color:white}
		
.footerlink:link, .footerlink:active, .footerlink:visited
{	color:white;
		text-decoration:none;
		font-size:9px}
		
.footerlink:hover
{	color:white;
		text-decoration:underline;
		font-size:9px}