/* _______________ BODY _______________ */

body {
	background: #fff; 
	font-family: helvetica, Verdana, arial, sans-serif; 	
	color: #000; 
	font-size: 10px; 
	margin: 5px;
	text-align: left;	
}

a {text-decoration: none; font-size: 12px; }
a:link {color: #004275; outline: none; }
a:visited {color: #004275; outline: none; }
a:hover {color: #c00}
a:focus {outline:none;}

img {
	border: 0px;
}
/* _______________ PRINT FONT _______________ */

.date {
	COLOR: #000; 
	font-weight: normal;
	FONT-SIZE: 14px; 
	font-style: italic;
	FONT-FAMILY: helvetica, Verdana, arial, sans-serif;
	text-align: right;
}

.headline {
	COLOR: #000; 
	font-weight: bold;
	FONT-SIZE: 20px; 
	font-style: normal;
	FONT-FAMILY: helvetica, Verdana, arial, sans-serif;
}

.text {
	COLOR: #000; 
	font-weight: normal;
	font-style: normal;
	FONT-SIZE: 14px; 
	FONT-FAMILY: helvetica, Verdana, arial, sans-serif;
}

.footer {
	COLOR: #000; 
	font-weight: bold;
	font-style: normal;
	FONT-SIZE: 10px; 
	FONT-FAMILY: helvetica, Verdana, arial, sans-serif;
}

