body.body_left_margin { 
	background: url('images/bg_left_margin.jpg') repeat-y fixed right; 
}

body.body_right_margin { 
	background: url('images/bg_right_margin.jpg') repeat-y fixed left; 
}

body.body_menu { 
	background: url('images/bg_menu.jpg') no-repeat fixed left; 
}

body.body_text_frame {
	background: url('images/bg_main.jpg') no-repeat fixed center;
	font-family: trebuchet, verdana, arial;
	font-size: 11px;
	line-height: 18px;
	color: 003366;
	margin-right: 25px;
	}

iframe {
	position: absolute;
	top: 130px;
	left: 190px;
	height: 350px;
	width: 550px;
	}
	
p.heading_red {
	font-family: trebuchet, verdana, arial;
	font-size: 14px;
	font-weight: bold;
	color: CC0000;
	}
	
p.text_main_page {
	font-family: trebuchet, verdana, arial;
	font-size: 11px;
	line-height: 18px;
	color: 003366;
	width: 250px;
	z-index: +10;
}

a {
	font-family: trebuchet, verdana, arial;
	font-size: 11px;
	color: #7391B0;
	line-height: 18px;
	}
	
td {font-family: trebuchet, verdana, arial;
	font-size: 11px;
	line-height: 18px;
	color: 003366;
	margin-right: 25px;
	}
