@charset "utf-8";
/* CSS Document */
* {
	font-style: normal;
}

body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #000;
	margin: 0px;
	padding: 20px;
}

/* link styles
------------------------------------------*/

a img {
	border-style: none;
}

a:link {
	text-decoration: underline;
	color: #039;
}

a:visited {
	color: #06C;
	text-decoration: underline;
}

a:hover {
	color: #09F;
	text-decoration: underline;
}

a:active {
	color: #09F;
	text-decoration: underline;
}

dl#news2 dt {
	float: left;
	padding-left: 14px;
	background-image: url(../images/bg_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #E06915;
	width: 6em;
}
dl#news2 dd {
	margin-left: 8em;
}
