body,html{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial;
}
img{
	border: none;
}
a{
	color: #0c0971;
	text-decoration: none; 
}
.menu a:hover{
	color: #6776a7;
}

div,td,tr,table{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
table.main{
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #d8dce9;
	white-space: normal;
}
table.main td{
	vertical-align: top;
}
.left{
	width: 15%;
}
.right{
	width: 15%;
}
.center{
	width: 730px; /* Xtot */
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	background-image:url(images/bg-header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	white-space: normal;
}
.text{
	margin-top: 100px;
	white-space: normal;
	font-size: 11px;
	min-height: 350px;
	_height: 385px;
}
.menu{
	font-size: 12px;
	color: #0c0971;
	font-style:italic;
	font-weight: bold;
	width: 500px;
	margin-top: 125px;
	margin-left: 207px;
	text-align: center;
}
.footer{
	font-size: 9px;
	text-align:center;
	color:#666666;
}
.footer a{
	text-decoration: none;
	color:#666666;
}
.footer a:hover{
	text-decoration: none; 
	color:#666666;
}