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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #292681;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.white {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}.text2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.link {
	font-family: Tahoma;
	font-size: 11px;
	color: #292681;
}
.link:hover {
	color: #000;
	text-decoration: none;
}
