@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: 17px;
	color: #333333;
	font-weight: bold;
}
.link {
	font-family: Tahoma;
	font-size: 11px;
	color: #292681;
}
.link:hover {
	color: #000;
	text-decoration: none;
}
.linkw {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.linkw:hover {
	color: #8DD7FA;
	text-decoration: none;
}
.bord {
	border-bottom: solid 1px #999;
	padding:5px;
}
.bordleft {
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	padding:5px;
}
.bordheader {
	border-bottom: solid 1px #999;
	padding:10px;
}
