/* CSS Document */

html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e2e2e2;
	height:100%;
	font-family:tahoma, arial, verdana; font-size:11px; color:#666666;
}

/*LAYOUT------------------------------*/
#layout_center {
	width: 891px;
	height: 520px;
	text-align: left;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -445px;
	margin-top: -260px;
	
}
table.main{width:891px; height:520px; background: #fff url('../img/layout/td_content_bg.gif') no-repeat right;}
td.content{padding:15px; padding-top:16px; padding-right:25px; font-size:11px; text-align:justify; }
div.footer{text-align:center; margin-top:10px;}


/*STANDART------------------------------*/
a{color:#666666;}
a:hover{color:#999999; text-decoration:none;}
.arrow_red {
	font-weight: bold;
	background-image:url(../img/layout/arrow_small_red.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	
}
.rollout{filter:alpha(opacity=100);	cursor: pointer;-moz-opacity:1;	opacity: 1;}
.rollover	{filter:alpha(opacity=50);cursor: pointer;-moz-opacity:0.5; opacity: 0.5;}