@charset "UTF-8";
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E99847;
}
td img {display: block;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/img_bg.jpg);
}

a:link {
	color: #ff0000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #ff0000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #ff0000;
}

a {
	font-family: Arial, Helvetica, sans-serif;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}

.backgroundLeft{
	background:url(../images/img_cellbg_r2_c1.png);
	background-repeat:repeat-y;
	background-position:right;
}

.backgroundRight{
	background:url(../images/img_cellbg_r2_c3.png);
	background-repeat:repeat-y;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align:justify;
}

.formContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align:justify;
	padding-left:10px;
}

.contentHighlightRed {
	font-weight: bold;
	color: #FF0000;
	font-size:14px;
}

.contentHighlightBlue {
	font-style:italic;
	color: #0000FF;
	font-size:11px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

a.download:link {color:red;}
a.download:visited {color:red;}
a.download:hover {color:red;}
a.download:active {color:red;}