@charset "utf-8";
/* CSS Document */

body {
	background-color: #f3f3f4;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: top;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0;
	line-height: 20px;
}

a {
	color: #3C7423;
	text-decoration: underline;
}
a:hover {
	color: #8EC61B;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #002B5E;
	line-height: 24px;
}
h1 strong {
	color: #1362bf;
	font-weight: normal;
}

.topmenu {
	color: #66C1FF;
	font-size: 11px;
}
.topmenu a {
	font-weight: bold;
	color: #0076c5;
	text-decoration: none;
}
.topmenu a:hover {
	color: #003C82;
	text-decoration: none;
}
.border1 {
	border: 1px solid #EAF1FB;
}
.cont-t {
	background-image: url(images/bg-cont-t.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.side-tit {
	background-image: url(images/side-tit-bg.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #1362bf;
}
.text-side {
	font-size: 12px;
	color: #444444;
}
.side-read {
	background-image: url(images/arr-green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	width: 80px;
	float: right;
}
.side-read a {
	font-weight: bold;
	color: #ff7901;
	text-decoration: none;
}
.side-read a:hover {
	font-weight: bold;
	color: #ff7901;
	text-decoration: underline;
}
.gradient, .gradient TD, .gradient TH {
background-image:url('images/gradient.gif');
background-color:blue;
color:white;
font-family:sans-serif;
font-weight:600;
}

