/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;

	color:#333333;

	background:url(../images/page_bg.jpg);

	background-repeat:repeat-x;
	background-color:#080c10;

	margin:0px;

	font-size:12px;

}

h3 {

	font-size:16px;
	
	font-weight:normal;

	color:#333333;

	margin:0px;

	padding:0px;

	margin-bottom:5px;

}

 /* Default link colors */

a:link		{ color: #006699; text-decoration: underline }



a:visited	{ color: #006699; text-decoration: underline }



a:active	{ color: #006699; text-decoration: underline }



a:hover		{ color: #333333; text-decoration: underline }



/* Joomla styles */

.componentheading {

	font-size:18px;

	color:#006699;

	margin-top:10px;

}

.contentheading {

	font-size:24px;

	color:#006699;

}

.small, .createdate {

	font-size:10px;

	color:#999999;

}

.createdate {

	padding-bottom:5px;

}