/* CSS Document */body {	margin: 0px; 	background-color: #000000;	background-image: url(images/background.gif); 	background-repeat: repeat-x;  	background-position: top center;	font-family: verdana, arial, helvetica, sans-serif; color: #000000; font-size: 10pt	}a:link {color: #377eff; text-decoration: none}a:visited {color: #377eff; text-decoration: none}a:hover {color: #2b63c8;}a:active {color: #ffe34b;}div.header {	align: center;	width:960px;	height:187px;	background: url(images/header.jpg) no-repeat;	background-position: bottom center;}div.content {	position:relative;	width:605px;	height:auto;	padding:30px;	font-family: verdana, arial, helvetica, sans-serif; color: #000000; font-size: 10pt; 	text-align:justify;	background-color: #FFFFFF;}html>body div.content {	width:545px;}td {	font-family: verdana, arial, helvetica, sans-serif; color: #000000; font-size: 10pt	}	div.title {	position:relative;	width:100%;	border-bottom: medium solid #377eff;	font-family: verdana, arial, helvetica, sans-serif; color: #000000; font-size: 12pt; 	text-align:justify;}
