/* CSS Document */
html, body{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff !important;
	background-color: #ed4173;
}

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

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

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

.entry_title{
	width: 180px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.entry_title A{
	color: #ffffff;
	text-decoration: none;
}

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

.entry_Sub_Title{
	width: 175px;
	padding-top: 2px;
	color: #ffffff;
	font-size: 12px;
}

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

