/* CSS Document */ 
body {
	background-color: #EEEEEE;
	background-image: url(images/bg_gray.gif);
	font-size: 14px; font-family : "Times New Roman", Times, serif; color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
a:link {
	color: #000000;
}
a:visited {
	color: #00794B;
}
a:hover {
	color: #00B974;
}
a:active {
	color: #00794B;
}
ul {  list-style-image: url(images/ul.gif)
}
table,tr,td,th { font-size: 14px; font-family : "Times New Roman", Times, serif;
} 
.smalltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}
.link {
	text-decoration: none;
}.bg_left {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	background-position: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #767676;
}
.bg_right {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #767676;
}
.bg_body {
	background-image: url(images/bg_body.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_below {
	background-image: url(images/bg_below.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #767676;
}
.counters {
	padding-bottom: 12px;
}
.body_text {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 8px;
}
.news {
	padding: 17px;
}
