/* CSS Document */


body {
	background-image: url();
	background-color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #000000;
}
a:link {
	color: #44235e;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #44235e;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #44235e;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #44235e;
	font-weight:bold;
}

/*  NAVIGATION - TOP */

a.topnav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.topnav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.topnav:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.topnav:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* LATEST NEWS */

.standard_heading {
	margin-top: 5px;
	color: #44235e;
	font-weight: bold;
	font-size: 14px;
}

.standard_heading_bottom {
	padding-top: 10px;
	color: #44235e;
	font-weight: bold;
	font-size: 14px;
}

.sidebar_highlight_date {
	font-size: 12px;
	font-weight: bold;
}
	
.style3 {font-size: 12px;}
.style4 {font-size: 12px;}
.style5 {color: #FFFFFF;}
.style6 {
	font-size: 12px;
	}
.style7 {
	color: #ec9f00;
	font-weight: bold;
}

ul {
	padding-left: 0;
	list-style: none;
}

ul li {
	font-size: 12px;
	font-weight: bold;
}



#home_box_highlight p {
	padding: 10px;
}

#home_box_highlight h3 {
	padding-left: 10px;
}

#home_box_highlight .standard_heading {
	padding-left: 10px;
}