/*
ARTICLE STYLE
*/
.DefaultStyle
{
	color: black;
	font-family: verdana;
	font-size: 11px;
}

.DefaultStyle ol
{
	margin:15px;
}

.DefaultStyle ul
{
	margin:15px;
}

.DefaultStyle li
{
	margin-left:30px;
}

.DefaultStyle hr
{
	color:#1f7367;
	background-color:#1f7367;
	height:1px;
	border:0px;
}

.DefaultStyle a
{	
	font-weight: normal;
	color: #154dc6;
	text-decoration: underline;
}
.DefaultStyle a:hover
{
	color:#5b89eb;
	text-decoration: none;
}

.DefaultStyle img
{}

.DefaultStyle h1
{
	font-size: 30px;
	color:#333333;
	margin: 0px;
	margin-bottom: 15px;
}

.DefaultStyle h2
{
	font-size: 25px;
	color:#666666;
	margin: 0px;
	margin-bottom: 15px;
}

.DefaultStyle h3
{
	font-size: 20px;
	color:#a3a3a3;
	margin: 0px;
	margin-bottom: 15px;
}

.DefaultStyle p
{
	margin: 0px;
	padding: 0px;
}

/* NEWS STYLE */
.DefaultNewsStyle
{
	background: white;
	color: black;
	font-family: verdana;
	font-size: 11px;
}

.DefaultNewsStyle p
{
	margin: 0px;
	padding: 0px;
}

.DefaultNewsStyle a
{	
	font-weight: normal;
	color: #154dc6;
	text-decoration: underline;
}
.DefaultNewsStyle a:hover
{
	color:#5b89eb;
	text-decoration: none;
}

.DefaultNewsStyle span.Title
{
	color:#000000;
	font-weight: bold;
	font-size: 13px;
}

.DefaultNewsStyle span.Date
{
	color:#666666;
	font-weight: bold;
	font-size: 11px;
}
