.bg {
	background-color: #55A7D7;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.contactbg {
	background-color: #4AAAE4;
	background-image: url(images/bgcontact.jpg);
	background-repeat: no-repeat;
}
.style1 {
	font-family: Tahoma;
	font-size: 11px;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}
a {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #1E597D;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}