@charset "utf-8";
/* CSS Document */

.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#3978B0;
}
.link, .link:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF !IMPORTANT;
	text-decoration: none;
}
.link:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF !IMPORTANT;
	text-decoration:underline;
}.white2 {
	font-family: Arial;
	font-size: 19px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.white1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
img {
	border:0px
}
