body {
	background-color: #444444;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-attachment: fixed;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-y;
	background-position: center top;

}
a:link { 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #66CCFF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.title {
	color: #000000;
	font-size: 18px;
	font-family: Arial;
}

.copyright {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
