body {
	background-image: url(assets/background gradient 2.GIF);
	background-image: url(../Assets/images/background%20gradient.jpg);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.style1 {font-size: 12px}
.style2 {
	color: #FFFF00;
	font-weight: bold;
	font-style: italic;
}
.style5 {
	color: #FFFF00;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}
a:link {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #00FF33;
}

