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

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-page.jpg);
	background-repeat: repeat-x;
}.left {
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	height: 310px;
	width: 50px;
}
.right {
	height: 310px;
	width: 50px;
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
}
.bg-left {
	background-image: url(../images/bg-left.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
	width: 50px;
}
.bg-right {
	background-color: #FFF;
	background-image: url(../images/bg-right.jpg);
	background-repeat: repeat-y;
	width: 50px;
}
.bg-text {
	background-image: url(../images/bg-text.jpg);
	width: 850px;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 18px;
	padding: 18px;
}
.bottom {
	background-color: #6D6C71;
	background-image: url(../images/bg-bottom.jpg);
	background-repeat: no-repeat;
}
.botnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	margin: 20px;
	padding: 20px;
	text-align: center;
}
.bg-body {
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-y;
}
.botnav a:link, a:active, a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
}
.botnav a:hover {
	color: #FFF;
	text-decoration: underline;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #333;
}
a:link, a:active, a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}

