@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	background-color: #000;
	background-image: url(/templates/ozelot/images/back.jpg);
}
#main{
	padding-left: 10px;
}
h2 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 250px;
}
h3 {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 400px;
}
.contentheading {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 250px;
}
a:link, a:visited {
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;	
}
.moduletable_menu a {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	padding-left: 10px;
}
.moduletable_menu a:hover {
	color: #d84b00;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	padding-left: 10px;
}