.text {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
}
.copyright {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #ADACAC;
	font-style: normal;
	font-weight: bold;
	padding-left: 2px;
		
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 80px;
}
a {
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
a:visited {
	color: #265E96;
	text-decoration: none;
}
a:hover {
	color: #265E96;
	text-decoration: underline;
}
a:active {
	color: #265E96;
	text-decoration: none;
}
a:link {
	color: #265E96;
	text-decoration: none;
}
body,td,th {
	font-size: 12px;
	color: #333;
}
