/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
a:link {
	color: #0051A3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0051A3;
}
a:hover {
	text-decoration: none;
	color: #5EB959;
}
a:active {
	text-decoration: none;
	color: #0051A3;
}

.text_content
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#404040;
	line-height: 14px;
	text-align: justify;
}

.text_content_bold
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#404040;
font-weight:bold;
}

.red
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF0000;
}

.text_heading
{
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:300;
	color:#404040;
	padding-top: 10px;
}

