@CHARSET "UTF-8";

.article
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #0000;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	line-height: 14px;
	align: left;
}

.articleHeader
{
	margin-top: 11px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ff1c87;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

.articleHeader a
{
	margin-top: 11px;
	font-size: 12px;
	color: #ff1c87;
	text-decoration:none;
}

.articleHeader a:hover
{
	margin-top: 11px;
	font-size: 12px;
	color: #ff1c87;
	text-decoration:underline;
}

.articleDate
{
	float: left;
}

.articleTitle
{
}

.articleIntro
{
	font-weight: bold;
}

.articleIntro a
{
	color: #FFF;
	text-decoration:none;
}

.articleIntro a:hover
{
	color: #cc0000;
	text-decoration: underline;
}
.spacing
{
	border: 0;
	padding-left:5px;
}

.articleInfo 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ff1c87;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ff1c87;
	border-right-color: #ff1c87;
	border-bottom-color: #ff1c87;
	border-left-color: #ff1c87;
    text-align: left;
	margin-bottom: 40px;
}
.articleInfo a
{
	color: #ff1c87;
	text-decoration:none;
}
.articleInfo a:hover
{
	color: #000000;
	text-decoration:underline;
}