﻿html
{
	overflow-y: scroll;
}

#fe_body 
{
	margin: 0;
	padding: 0;
	background: #1b296a url(Images/bg.jpg) repeat-y center; 
	font-family: Arial, Tahoma, Verdana, MS Sans Serif;
	font-size: 12px;
	color: #fff;
}
#fe_body .a:link,
#fe_body .a:visited 
{
	color: #ff6500;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
} 
#fe_body .a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

#fe_body form
{
	padding: 0;
	margin: 0;
}

#fe_body .table_normal
{
	font-family: Arial, Tahoma, Verdana, MS Sans Serif;
	font-size: 12px;
	color: #fff;
}
div.fe_page_error_text
{
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	line-height: 140%;
}

div#language
{
	position: relative;
	z-index: 1000;
	margin-left: 8px;
	margin-top: -22px;
}


.td_header
{
	height: 216px;
	vertical-align: top;
}
.td_menutop
{
	height: 34px;
	background-color: #0d163f;
}
.td_content
{
	color: #121537;
	background-color: #fff;
	vertical-align: top;
}
.td_content a:link,
.td_content a:visited
{
	color: #15325a;
	text-decoration: none;
}
.td_content a:hover
{
	color: #ff0000;
}
.td_footer
{
	height: 45px;
	border: solid 1px #434f86;
	background: #fff url(Images/bg_footer.jpg) repeat-x;
	padding-left: 20px;
}
.td_footer a:link,
.td_footer a:visited
{
	color: #4fb724;
	text-decoration: none;
}
.td_footer a:hover
{
	color: #fff;
	text-decoration: none;
}
.td_intro
{
	height: 183px;
	background: #fff url(Images/bg_intro.jpg) no-repeat top left;
	padding: 25px 28px 0px 25px;
	color: #fff;
	vertical-align: top;
}

.td_sponsors
{
	height: 134px;
	background: #fff url(Images/bg_sponsors.jpg) no-repeat top left;
	vertical-align: middle;
}
.td_presenter
{
	height: 131px;
	background: #fff url(Images/bg_presenter.jpg) no-repeat top left;
	font-size: 12px;
	color: #000;
	vertical-align: top;
}
.td_presenter a:link,
.td_presenter a:visited
{
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.td_topnews
{
	height: 180px;
	background: #fff url(Images/bg_topnews.jpg) no-repeat bottom left;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: middle;
	font-size: 14px;
}
* html .td_topnews
{
	height: 160px;
}
.td_topnews a:link, 
.td_topnews a:visited
{
	color: Red;
}
 

.td_newsgroup_title
{
	color: #05103e;
	padding-left: 20px;
	font-family: Arial, Tahoma, Verdana, MS Sans Serif;
	font-size: 20px;
	text-transform: uppercase;
}
.td_newsgroup
{
	width: 341px;
	height: 151px;
	background: #fff url(Images/bg_newsgroup.jpg) no-repeat bottom left;
	padding: 0px 15px 5px 15px;
	font-weight: bold;
}
.td_newstitle
{
	color: #53ae2d;
	font-size: 15px;
	font-weight: bold;
}
.td_newstitle2,
.td_newstitle2 a:link,
.td_newstitle2 a:visited
{
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
}
.td_space
{
	height: 13px;
}
.td_page_title
{
	color: #05103e;
	font-family: Arial, Tahoma, Verdana, MS Sans Serif;
	font-size: 20px;
}
.td_image_news
{
	width: 79px;
	height: 56px;
	vertical-align: top;
	text-align: center;
}
.image_news
{
	width: 73px;
	height: 50px;
	background: #fff url(Images/border_image.jpg) no-repeat top left;
	padding: 3px;
	margin-right: 5px;
}
.td_image_newsgroup
{
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 10px;
}
div.readmore
{
	width: 90px;
	height: 16px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 5px;
	background: #fff url(Images/bg_readmore.jpg) no-repeat bottom left;
	font-weight: normal;
	font-size: 11px;
}


/* Easy Slider */
	#container
	{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:355px;
	}				
	#content
	{
		position:relative;
	}			
	#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:355px;
		height:142px;
		overflow:hidden; 
	}
/* // Easy Slider */

/* Easy Slider 2 */
	#container2
	{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:310px;
	}				
	#content2
	{
		position:relative;
	}			
	#slider2 {}	
	#slider2 ul, #slider2 li
	{
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider2 li
	{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:280px;
		height:95px;
		overflow:hidden; 
	}
/* // Easy Slider */