
body {
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background: #A5AFA5;
	margin: 0 auto;
	text-align: center;
	}


p {
	font-size: 11px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 12px;
	}
p.nul {
	margin-bottom: 0px;
	}
p.stream {
	font-weight: bold;
	color: #5B665B;
	}

	
h1 {
	color: #AE3232;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	}
h2 {
	color: #5B665B;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
img {
	border: 0px none;
	}



	
a {
	color: #4A7088;
	text-decoration: underline;
	}
	
a:hover
{
    color: #008C00;
	text-decoration: underline;
}


ul, ol, li {
	font-size: 11px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
}


hr {
	border: 1px solid #A5AFA5
	}