/* CSS Document */

body {
	background: #CBD5ED url(images/bkg.jpg) top repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
}

.style1 {
	color: #0066CC;
	font-weight: bold;
	font-size: 14px;
}

.text{
	text-indent:20px;
	text-align:justify;
}
.text img{
	text-indent:0px;
	text-align:inherit;
}

.clear{
	clear:both;
}

