/* CSS Document */

td img {display: block;}body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #CFBD98;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	text-align:justify;

}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #343F81;
}
a:link {
	text-decoration: none;
	font-size: 9px;

}
a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 9px;

}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 9px;
	
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
	
}
.FooterText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
}