body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 17px;
}

.header {
	background-color: #000000;
}

.footer {
	font-size: 12px;
}

.heading {
	background-color: #000000;
	text-indent: 20px;
	font-size: 23px;
	font-weight: bold;
	color: #ffffff;
}

.content {
	padding:30px 15px 0px 15px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}

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

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

a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}

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

.backtotop {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
}

td.djmark img, td.djmark a:link, td.djmark a:visited, td.djmark a:hover, td.djmark a:active {
	border: none;
	text-decoration: none;
} 