.style1 {
	color: #FFFFFF;
	font-family: Arial;
}

body {
	background-color: #154992;
	background-image: url(images/pgbg.jpg);
	background-repeat: repeat-x;
}

.style2 {color: #000000}

.style3 {
	font-family: Tahoma;
	font-size: 12px;
}

.style4 {font-family: Arial}

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

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #14539A;
}

a:active {
	text-decoration: none;
	color: #000000;
}

