BODY {
	margin: 0px; 
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	background-color: #f8f8f6;
}
TABLE {
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
	COLOR: #000000;
}
A:hover { text-decoration: underline; }
A { text-decoration: none; }

.tiny_link { color: #0dbbe9; FONT-SIZE: 8pt; }

.nav_bg { background-image: url("images/nav_bg2.gif"); }
.mainnav_selected { color: #3d3c3d; font-weight: bold; }
.mainnav_nonselected { color: #ffffff; font-weight: bold; }

.header_green { background-image: url("images/header_green.gif"); height: 20px; color: #ffffff; padding-left: 30px; font-weight: bold; }
.seperator_green { background-color: #11db78; height: 2px; }
.header_yellow { background-image: url("images/header_yellow.gif"); height: 20px; color: #ffffff; padding-left: 30px; font-weight: bold; }

.headline_date { font-weight: bold; cursor: hand; padding-left: 5px; }
.headline_title { font-weight: bold; cursor: hand; }
.headline_short_text { color: #a19e9b; cursor: hand; }

.archive_date { font-weight: bold; cursor: hand; padding-left: 5px; height: 20px; }
.archive_title { cursor: hand; }

.header_short_red { background-image: url("images/header_red_250.gif"); height: 20px; color: #ffffff; padding-left: 30px; font-weight: bold; }
.header_short_pink { background-image: url("images/header_pink_250.gif"); height: 20px; color: #ffffff; padding-left: 30px; font-weight: bold; }
.header_short_yellow { background-image: url("images/header_yellow_250.gif"); height: 20px; color: #ffffff; padding-left: 30px; font-weight: bold; }
.header_short_green { background-image: url("images/header_green_250.gif"); height: 20px; color: #ffffff; padding-left: 30px; font-weight: bold; }
.block_pink { background-color: #f5c6e3; padding-left: 5px; height: 22px; }
.block_pink_link { font-weight: bold; color: #000000; }
.block_yellow { background-color: #f4e7b4; padding-left: 5px; height: 22px; }
.block_yellow_alternate { background-color: #f4e7b4; }
.block_yellow_link_aternate { font-weight: bold; color: #FF8042; }
.block_green { background-color: #8ff5c3; }
.block_green_link { font-weight: bold; color: #000000; }
.block_green_link_aternate { font-weight: bold; color: #FF8042; }

.content_header { font-size: 14pt; font-weight: bold; }
.content_subheader { font-size: 10pt; font-weight: bold; color: #0dbbe9; }
.content_alternate_subheader { font-size: 11pt; font-weight: bold; color: #0dbbe9; }
.content_text { font-size: 10pt; color: #6a686a; }
.content_text img { border: 1px solid #01c0f4; }
.content_text A { color: #0dbbe9; }

.leftbar { background-image: url("images/column_bg_left.gif"); }
.rightbar { background-color: #f4f4f4; }

.smoel_bg { background-color: #e9f2f9; }
.smoel_link { color: #000000; } 

.bottom_left_bg { background-image: url("images/bottom_left.jpg"); background-repeat: repeat-x; background-position: top; background-color: #00c1f6; }
.bottom_right_bg { background-image: url("images/bottom_right.jpg"); background-repeat: repeat-x; background-position: top; background-color: #00c1f6; }
.bottom_middle { background-color: #00c1f6; color: #ffffff; }

.error { color: #f53825; font-weight: bold; font-style: italic; }

.sifr_bigtitle { font-size: 34px; text-align: left; color: #01adef; }
.sifr_title { font-size: 26px; text-align: left; color: #01adef; padding-left: 5px; width: 495px; margin: 0px; }
.sifr_background { background-color: #e5f6fa; }

.newsblock_date { color: #0dbbe9; font-weight: bold; padding-left: 5px; }
.newsblock_title:hover { text-decoration: none; }
.newsblock_title { font-weight: bold; font-size: 14pt; color: #3d3c3d; }
.newsblock_short_text:hover { text-decoration: none; color: #3d3c3d; }
.newsblock_short_text { font-size: 10pt; color: #6a686a; } 


.button {
	background: #e2e2e2;
	padding: 1px;
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	border : 1px solid #01c0f4;
}

.button_yellow {
	background: #f2ce3c;
	padding: 1px;
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	border : 1px solid #000000;
}
.button_green {
	background: #11db78;
	padding: 1px;
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	border : 1px solid #000000;
}

/* Easy Slider */

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:980px;
	height:200px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}												

/* // Easy Slider */