.text {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	color: #006699;

}
.bgl {
	background-image: url(../img/leftbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bgr {
	background-image: url(../img/rightbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bgdata {
	background-image: url(../img/bgdata.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.lbgdata {
	background-image: url(../img/l.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.vline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}

a:link {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	color: #006699;
	text-decoration: none;
}
a:hover {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	color: #006699;
	text-decoration: underline;
}
a:visited {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	color: #006699;
	text-decoration: none;
}
.minitext {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
