@charset "iso-8859-1";

html { margin: 0px; }

body {
	background: white;
/*	leftmargin: 4px;	*/
/*	marginwidth: 0px;	*/
/*	topmargin: 0px;		*/
/*	marginheight: 0px;	*/
/*	margin: 0px;		*/	
	font-family: Arial, Helvetica, Swis721, Tahoma;
/*	font-family: MetroflexUni, Arial, Tahoma; */
	padding:5px;	
	font-size: 13px;
	color: #000000;
	text-align: left;
	line-height: 15px;
}

.dimmed {
	color: #999999;
}

.hilighted {
	font-size: 18px;
	font-weight: bold;
	color: #444444;
	text-align: left;
	line-height: 15px;
}

.title {
	font-family: Arial, Helvetica, Swis721, Tahoma;
/*	font-family: MetroflexUniMedium, Tahoma, Arial; */
	font-size: 21px;
/*	font-weight: bold; */
	color: black;
	text-align: right;
	text-transform: capitalize;
	line-height: 23px;
	padding-bottom: 15px;
}

.dateline {
	font-family: Arial, Helvetica, Swis721, Tahoma;
/*	font-family: MetroflexUniMedium, Tahoma, Arial; */
	font-size: 18px;
/*	font-weight: bold; */
	font-style: pre;
	color: #0079BC;
	line-height: 22px;
	padding-bottom: 20px;	
/*	padding-top: 15px; */
}

.contact {
	font-size: 14px;
	text-align: left;
	line-height: 16px;
}

.date {
	font-size: 12px;
	color: #6699ff;
	text-align: center;
	line-height: 14px;
	margin-right: 12px;	
}	

.note {
	font-family: Arial, Helvetica, Swis721, Tahoma;
	font-size: 11px;
/*	color: #003366;	*/
	text-align: left;
	line-height: 13px;
}

.footer {
	font-family: Arial, Helvetica, Swis721, Tahoma;
	font-size: 10px;
	text-align: left;
	line-height: 12px;
}


A.header:link {text-decoration: none; color:red;}
A.header:visited {text-decoration: none; color:red;}
A.header:hover {text-decoration: underline; color:red;}

A:link {text-decoration: none; color:#0080ff;}
A:visited {text-decoration: none; color:#004477;}
A:hover {text-decoration: bold; color:#ff8000;}

