BODY {
	background-color: #FFFFFF;
	color: #777777;
	margin: 0px;
	font: 12px Arial, Verdana, sans-serif;
	background: url(images/bg_1.gif);
}

TD {
	vertical-align: top;
	font: 11px Arial, Verdana, sans-serif;
}

INPUT {
	font: 12px Arial, Verdana, sans-serif;
	border: 1px solid #C7C7C7;
}

A IMG{
	border: 0px;
}

A {
	color: #FF0000;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

TEXTAREA {
	font: 12px Arial, Verdana, sans-serif;
	border: 1px solid #C7C7C7;
}

INPUT.cssButton, .cssButtonHover {
	font: 12px Arial, Verdana, sans-serif;
	color:  #FFFFFF;
	font-weight: bold;
	border: 0px solid #C7C7C7;
	background-color: #C7C7C7;
	text-align:center;
	white-space: nowrap;
	padding: 3px 5px 3px 5px;
	margin-top: 0px;
	cursor: pointer;
	display: block;
}

.messageStackError{
	color: #FF0000;
}

.messageStackSuccess{
	color: #FF0000;
}

.title_1{
	color: #FF0000;
	font: 14px Arial, Verdana, sans-serif;
	font-weight: bold;
}
.title_2{
	color: #FF0000;
	font: 14px Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.title_2 A{
	color: #C7C7C7;
	text-decoration: none;
}
.title_2 A:hover{
	color: #FF0000;
	text-decoration: none;
}

.news_date{
	border-top: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	background-color: #F2F2F2;
	padding: 3 10 3 10;
}
.news_header{
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	padding: 3 10 3 10;
}
.news_content{
	padding: 3 10 3 10;
}
.news_content IMG{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px; 
}

.sb_1{
	border-top: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	background-color: #F2F2F2;
	padding: 10;
	font: 12px Arial, Verdana, sans-serif;
	font-weight: bold;
	text-align: right;
}
.sb_1_p{
	font: 14px Arial, Verdana, sans-serif;
	text-align: left;
	line-height: 20px;
}
TD.sb_1_p A{
	font: 12px Arial, Verdana, sans-serif;
	color: #777777;
	text-align: right;
	display: block;
}
.sb_1_p A:hover{
	color: #FF0000;
	text-decoration: none;
}
div.iwindow{
	position: absolute;
	font: 12px Arial, Verdana, sans-serif;
	color: #6C5D4B;
	border-top: 3px double #C7C7C7;
	border-bottom: 3px double #C7C7C7;
	overflow: hidden; 
	width:585px;
	height:120px;
	visibility: visible;
	z-index: 1;
}

.copyright {
	font-size:9px;
	color:#FFCCCC;
	text-decoration: none;
}
.copyright:hover {
	color:#FFFFFF;
	text-decoration: none;
}