.bg {
	background-image: url(/images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0083AE;

}
.bg1 {
	background-image: url(/images/t7.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;

}
.tit {
	font-family: "Arial Narrow";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.main {
	font-family: Tahoma;
	font-size: 11px;
	color: #545454;
	text-decoration: none;
}
.bg2 {

	background-image: url(/images/t8.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #E7E7E7;
}
.small {

	font-family: Tahoma;
	font-size: 9px;
	color: #545454;
	text-decoration: none;
}
.mainlink {

	font-family: Tahoma;
	font-size: 11px;
	color: #0083AE;
	text-decoration: underline;
}
a.mainlink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #C43C25;
	text-decoration: none;
}
.smallink {


	font-family: Tahoma;
	font-size: 9px;
	color: #0083AE;
	text-decoration: underline;
}

