a {
	color:#8da64a;
	text-decoration:underlined;
}

a:hover {
	color:#eca522;
	text-decoration:underlined;
}

.main_navigation {
	padding-right:5px;
}
.main_navigation a {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#fffeff;
	text-decoration:none;
	display:block;
	vertical-align:middle;
	padding-right:2px;
	padding-left:4px;
	background-position:center;
	background-repeat:no-repeat;
}
.main_navigation a:hover {
	background-image:url(../images/main_navigation_over.png);
	font-size:13px;
	font-weight:bold;
	color:#fffeff;
	text-decoration:none;
}
.index_sidebar_table {
	background-color:#225686;
}
.index_sidebar_spacer_cell {
	height:3px;
}
.index_content_spacer_cell {
	width:3px;
}
.index_news_features_link a {
	display:block;
	width:315px;
	height:56px;
	background-image:url(<?=$MAIN_URL;?>includes/images/index/btn_off_news_features.jpg);
	background-repeat:no-repeat;
}
.index_news_features_link a:hover {
	display:block;
	width:315px;
	height:56px;
	background-image:url(<?=$MAIN_URL;?>includes/images/index/btn_over_news_features.jpg);
	background-repeat:no-repeat;
}
.index_subscribe_link a {
	display:block;
	width:315px;
	height:61px;
	background-image:url(<?=$MAIN_URL;?>includes/images/index/btn_off_subscribe.jpg);
	background-repeat:no-repeat;
}
.index_subscribe_link a:hover {
	display:block;
	width:315px;
	height:61px;
	background-image:url(<?=$MAIN_URL;?>includes/images/index/btn_over_subscribe.jpg);
	background-repeat:no-repeat;
}
.index_follow_us_link a {
	display:block;
	width:315px;
	height:61px;
	background-image:url(<?=$MAIN_URL;?>includes/images/index/btn_off_follow.jpg);
	background-repeat:no-repeat;
}
.index_follow_us_link a:hover {
	display:block;
	width:315px;
	height:61px;
	background-image:url(<?=$MAIN_URL;?>includes/images/index/btn_over_follow.jpg);
	background-repeat:no-repeat;
}
.index_our_media_link a {
	display:block;
	width:315px;
	height:61px;
	background-image:url(<?=$MAIN_URL;?>includes/images/index/btn_off_our_media.jpg);
	background-repeat:no-repeat;
}
.index_our_media_link a:hover {
	display:block;
	width:315px;
	height:61px;
	background-image:url(<?=$MAIN_URL;?>includes/images/index/btn_over_our_media.jpg);
	background-repeat:no-repeat;
}