@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#news_container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


a img {border:none; margin:0px;}
.text, a, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:16px;
	font-size:11px;
	margin:0px;
	text-decoration:none;
}
.ename {
	font-size:14px;
	font-weight:bold;
	color:#8dc63f;
	margin-top:8px;
}
.etitle {
	font-size:11px;
	color:#8dc63f;
}
#footer td {
	white-space:nowrap;
}
#footer td a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#777777;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:3px;
	margin:0 13px;
}
#footer td a:hover {
	color:#000000;
}


.text_header {
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
}

.news_text {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	line-height:16px;
	margin:0;
}

a:link {
	color: #09F;
	font-weight: normal;
	text-decoration: none;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:visited {
	color: #09F;
	font-weight: normal;
	text-decoration: none;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:link:hover {
	color: #690;
	font-weight: normal;
	text-decoration: none;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
