/* CSS Document */
html, body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20 !important;
}

a, a:visited, a:hover{
	color: #cd0001 !important;
	font-weight: bold;
	text-decoration: none;
}

.mainLayer{
	position: absolute;
	z-index: 1;
	text-align: right;
}

.entry{
	width: 172px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}

.entry_title{
	width: 172px;
	color: #cd0001;
	font-weight: bold;
	font-size: 14px;
}

.entry_title a{
	color: #cd0001 !important;
	text-decoration: none;
}

.entry_title A:hover{
	text-decoration: underline;
}

.entry_Sub_Title{
	width: 172px;
	overflow: hidden;
	padding-top: 2px;
	color: #000000;
	font-size: 12px;
}

.line{
	margin-top: 5px;
	height: 1px;
	overflow: hidden;
}