body {
	background-color : #ffffff;
	background-image : url(img/);
	background-repeat : repeat-x;
	background-position : top;
	
	text-decoration: none;
}

td{
	font-family: Verdana;
	font-size: 11px;
	color: #052E97;
	text-decoration: none;
}

table{
	font-family: Verdana;
	font-size: 11px;
	color: #052E97;
	text-decoration: none;
} 
	.class1 {white: black;font-family: Verdana;font-size: 11px; text-decoration: none;}
	.class1 A:link {color: blue;font-family: Verdana;font-size: 11px; text-decoration: none;}
	.class1 A:active {color: blue;font-family: Verdana;font-size: 11px; text-decoration: none;}
	.class1 A:visited {color: #FF00FF;font-family: Verdana;font-size: 11px; text-decoration: none;}
	.class1 A:hover {color: #FF4040;font-family: Verdana;font-size: 11px; text-decoration: none;}
} 
	.class2 {white: black;font-family: Verdana;font-size: 13px; text-decoration: none;}
	.class2 A:link {color: blue;font-family: Verdana;font-size: 13px; text-decoration: none;}
	.class2 A:active {color: blue;font-family: Verdana;font-size: 13px; text-decoration: none;}
	.class2 A:visited {color: #FF00FF;font-family: Verdana;font-size: 13px; text-decoration: none;}
	.class2 A:hover {color: #FF4040;font-family: Verdana;font-size: 13px; text-decoration: none;}	
}
.ma{
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(img/);
	background-repeat: no-repeat;
	background-position: right;
}

input{
	width: 107px;
	font-size: 10px;
	background-color: #D5DEEA;
	color: #1B56A1;
}

/*----------------------------------------------- FOOTER -------------------------------------------------*/

#footer {
	width:920px;
	height:40px;
	margin:0 auto;
	clear:both;
	padding:20px 10px;
}
#footer a, #footer a:visited {
	color:#052E97;
	text-decoration:none;
}
#footer a:hover {
	color:#CC0033;
	text-decoration:none;
}
#footer .left {
	float:left;
}
#footer .right {
	float:right;
}