/* CSS Document */

body {
	margin:0px;
	background:#EEF4EA;
}

html,body,table,td,div,p {
	font:11px Verdana, Arial, Helvetica, sans-serif;
}

.wraper {
	margin:0 auto;
	border:1px solid #4b7a2b;
	border-top:0px;
	border-bottom:0px;
}

.ticker {
	background:url(../images/s9.gif) no-repeat top left;
	padding-left:110px;
	padding-bottom:0px;
}

.ticker_content {
	padding-top:12px;
	width:300px;
	color:white;
}

.ticker_content a{
	color:white;
}

.Company_word {
	background:url(../images/2.gif) no-repeat top left;
	height:82px;
	width:233px;
}

.Company_word_content {
	padding:20px 20px;
	text-align:center;
	color:white;
	font:15px "century gothic", Arial;
	font-weight:bold;
}

.home_text_container {
	background:url(../images/9.gif);
	width:288px;
	height:150px;
}

.home_text_content {
	padding:10px;
	color:#353637;
}

.internal_page_title_container {
	background:url(../images/5_sliced_internal_10.gif);
	width:442px;
	height:44px;
}

.internal_page_title_content {
	padding:5px;
	color:#598738;
	font:13px "century gothic",verdana;
	font-weight:bold;
	padding-top:17px;
}

/* news section */
.news_box {
	background:url(../images/3.gif);
	height:145px;
	width:233px;
}
.news_content {
	padding:10px;
}
.news_title {
	color:#FFFFFF;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:5px;
}
.hot_title {
	color:#fcfa6b;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:5px;
}

.news_title a{
	color:#ffffff;
}

.news_title span{
	color:#fcfa6b;
}

.news_details {
	color:#FFFFFF;
	text-align:justify;

}

.news_more{
	text-align:right;
}

.news_more a{
	color:#fcfa6b;
	text-align:right;
}

.news_more span{
	color:#FFFFFF;
}
/* Highlights */
.highlights_more{
	text-align:right;
}

.highlights_more a{
	color:#4b7a2b;
	text-align:right;
}

.highlights_more span{
	color:#000000;
}
	

/* generic styles */
a {text-decoration: none;}
a:link {text-decoration: Underline;}
A:visited {text-decoration: Underline;}
A:active { text-decoration: none;}
A:hover {text-decoration: none;}

.main_title {
	color:#4b7a2b;
	font:13px "century gothic",Verdana;
	font-weight:bold;
}