body{
margin: 0;
padding: 0;
font: normal 80% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
background: #de0000 url("bk.gif");
background-repeat: repeat-x;
}

.page_title
{
	color: White;
	font: normal 100% "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 15px;
   font-weight: bold;
	background: Black;
}

.cright
{
	color: White;
	font: normal 100% "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 15px;
	background: Black;
}
.cright_right
{
	color: gray;
	font: normal 100% "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: Black;
	text-align: right;
}

.menutd
{
	text-align: center;
}

.menu_btn
{
	color: White;
	text-decoration: none;
	font: normal Verdana, Helvetica, sans-serif;
   font-size: 13px;
	padding: 0 2 0 2;
	
}

.menu_btn:hover
{
	color: white;
	text-decoration: none;
	font: normal Verdana, Helvetica, sans-serif;
   font-size: 13px;
	padding: 0 2 0 2;
	background: Black;
	
}

.menu_btn_s
{
	color: white;
	text-decoration: none;
	font: normal Verdana, Helvetica, sans-serif;
   font-size: 13px;
	padding: 0 2 0 2;
	background: Black;
	
}

.paginata
{
	text-decoration: none;
	color: silver;
}

.content
{
	background: White;
	padding: 10;
	width: 500px;
}

.content_contact
{
	background: White;
	width: 500px;
	padding: 10 10 10 10;
   font-size: 13px;
	vertical-align: top;
}

.left_right
{
	background: white url(bklr.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}

.link_black
{
	background: Black;
	color: White;
	text-decoration: none;
}

.link_black:hover
{
	background: gray;
	color: White;
	text-decoration: none;
}