a:link {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #666666;

}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a.nav:link {color: white; text-decoration: none; }
a.nav:hover {color: black; text-decoration: none; }
         
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: -1px;
	
}
body {
	background-repeat: repeat;
	background-image: url(background.jpg);
}
.table {
	border: thin solid #666666;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 600;
	font-style: normal;
	line-height: 19px;
	color: #FFFFFF;
	letter-spacing: -0.5px;
}
.txtsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: -0.5px;
	font-weight: lighter;
	line-height: 12px;
}
.txtsmallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #666666;
	letter-spacing: -0.5px;
	line-height: 12px;
}
