body {
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-repeat: repeat;
}

.fontArial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.fontTahoma11White {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.fontTahoma11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.title {
	font-size: 14px;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

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

a.orange:link {
	text-decoration: none;
	color: #FF3300;
}

a.orange:visited {
	text-decoration: none;
	color: #FF3300;
}

a.orange:hover {
	text-decoration: underline;
	color: #000000;
}
a.whiteLink:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.whiteLink:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.whiteLink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.keywords:link {
	text-decoration: none;
	color: #333333;
	text-transform: capitalize;
}

a.keywords:visited {
	text-decoration: none;
	color: #333333;
	text-transform: capitalize;
}

a.keywords:hover {
	text-decoration: underline;
	color: #000000;
	text-transform: capitalize;
}

#newslist {
	padding: 1px;
	height: 14px;
	line-height: 14px;
	width: 980px;
}

#contain {
	overflow: hidden;
	list-style: none;
	width: 980px;
	height: 14px;
	margin: 0px;
	padding: 0;
}

#contain li {
	height: 14px;
	line-height: 14px;
	white-space: nowrap;
	overflow: hidden;
}
