body {
	background-color: #333333;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.Style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Style2 { 
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}


.Style3 {color: #FF9900;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
}

.main {
	background-image: url(diz/bg.jpg);
	background-position:top left;
	background-repeat:repeat;
}

.content {	
	width: 756px;
	margin-left:80px;
	margin-right:80px;
	padding-left:10px;
	padding-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

.footer {
	background-image: url(diz/footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width: 774px;
	height: 75px;
}
