@charset "utf-8";
/* CSS Document */

a:link {
	color:#FF6600;	
	text-decoration:underline;
}

a:visited {
	color:#FF6600;
	text-decoration:underline;
}

a:active {
	color:#FF6600;
	text-decoration:underline;
}

a:hover {
	color:#FF6600;
	text-decoration:none;
}
	
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	background-color:#ffffff;
	width:450px;
}

hr {
	border:0px;
	background-color:#4C9EDD;
	height:1px;
	width:450px;
	text-align:left;
}

.hr2 {
	height:12px;
	background-color:#4C9EDD;
}

.headline {
	font-weight:Verdana, Arial, Helevetica;
	font-size:18px;
	font-weight:bold;
	color:#3264C8;
}

.date {
 	color:#555;
	font-size:10px;
}

.short {
	font-weight:bold;
	color:#444;
	text-decoration:none;
}