body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.footer {
	font-family: verdana;
	font-size: 11px;
	color: #CC000B;
	text-decoration: none;
}
.midbg {
	background-image: url(../images/img_index_midbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.innerbg {
	background-color: #2C51A4;
	background-image: url(../images/innerbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.newstd {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5F80C7;
	padding-top: 5px;
}
.newsheadline {
	font-size: 14px;
	font-weight: bold;
	color: #355AAB;
}
.newsdate {
	color: #666666;
}

a {
	color: #012A86;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.border-r-1 {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #2C51A4;
}
