.bg {
	background-color: #c2e6fa;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.login {
	background-image: url(../images/members.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.login2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 15px;
	font-weight: normal;
	padding-right: 5px;
}
.input_login {
	width: 100px;
	background-color: #d8f1f8;
	border: 1px solid #d8f1f8;
	font-family: Tahoma;
	font-size: 11px;
	height: 19px;
}

.bg2 {
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-y;
}
.bg3 {
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-x;
}
.bg_bar {
	background-image: url(../images/toolbar.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.title {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 35px;
}
.content {
	font-family: Tahoma;
	font-size: 11px;
	color: #3b4b5b;
	padding-top: 20px;
	padding-right: 29px;
	padding-left: 40px;
}
.footer {
	font-family: Arial;
	font-size: 9px;
	color: #7a7981;
}




.button {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/b_bg.jpg);
	padding-right: 8px;
	padding-left: 8px;
	background-repeat: repeat-x;
	color: #00b8f4;
}

.button a:link {
	font-weight: bold;
	color: #00b8f4;
	text-decoration: none;
}

.button a:visited {
	font-weight: bold;
	color: #00b8f4;
	text-decoration: none;
}

.button a:hover {
	font-weight: bold;
	color: #20809e;
	text-decoration: none;
}
.public a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.public a:hover {
	color: #FFFFFF;
}
.public a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
