body {
	background-image:url(images/bg.jpg);
	background-attachment:fixed;
	background-position:top center;
	margin:0px;
	color:#FFFFFF;
	font-size:14px;
	font-family:Trebuchet MS;
}


.l_button
{
background:url(images/l_button.png); 
width:164px; 
height:33px; 
text-align:center; 
line-height:33px; 
color:#FFFFFF; 
text-decoration:none; 
display:block;
font-size:13px;
font-weight:bold;
font-family:Tahoma;
}

.l_button:hover
{
color:#2a6899;
}



.menu
{
background:url(images/menu.png); 
width:93px; 
height:33px; 
text-align:center; 
line-height:33px; 
color:#FFFFFF; 
text-decoration:none; 
display:block;
font-size:10px;
font-weight:bold;
font-family:Tahoma;
margin-left:4px;
margin-right:4px;
float:left;
}

.menu:hover
{
color:#FFFF00;
}

h1
{
font-size:35px;
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
display:block;
}

hr
{
border:1px #FFFFFF dashed;
margin-top:10px;
}

.title
{
font-size:35px;
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
display:block;
}


.news_title
{
color:#255e79;
font-size:18px;
font-weight:bold;
}

.news_text
{
color:#0c00ff;
font-size:13px;
}
.read_more
{
font-size:12px;
color:#FFFFFF;
}

