BODY {
  font-family: Arial, Tahoma, Helvetica;
  font-weight: bold;
  font-size: 12px;
  SCROLLBAR-FACE-COLOR:#CCCCCC;
  SCROLLBAR-HIGHLIGHT-COLOR:#0077FF;
  SCROLLBAR-SHADOW-COLOR:#0000FF;
  SCROLLBAR-3DLIGHT-COLOR:#FFFFFF;
  SCROLLBAR-ARROW-COLOR:#FFFFFF;
  SCROLLBAR-TRACK-COLOR:#555555;
  SCROLLBAR-DARKSHADOW-COLOR:#000055;
  margin:0px 0px 0px 0px;
  background:url(bg_main.gif);
}
td{
  font-family: Arial, Tahoma, Verdana;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}
SELECT {
  border: #000000 1px solid;
  color: #000000;  
  font-family: Arial, Tahoma; 
  font-size: 11px; 
  font-weight: normal; 
  padding:0px;
  background-color: #FFFFFF;
  width: 120px;
}
A{text-decoration: none;} 
A:link{color: #000066; text-decoration: none;}
A:visited{color: #000066; text-decoration: none;} 
A:hover {color: #0000FF; text-decoration:underline; }

ul{
	margin:0px;
	padding:0px;
	margin-left:25px;
}
ul li {
	list-style-image: url("bullet.gif")
}

.copy{
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color:#333333;
	text-align:center;
}

hr{
	border:#000000 0px solid;
	border-top:#a59938 1px solid;
}

h1{
	text-align:left;
	font-family: Arial, Tahoma, Verdana; 
	font-size: 16px; 
	font-weight: bold; 
	color:#386e89;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	margin-bottom:5px;
}

h2{
	text-align:center;
	font-family: Arial, Tahoma, Verdana; 
	font-size: 16px; 
	font-weight: bold; 
	color:#000000;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	margin-top:20px;
}

h3{
	text-align:center;
	font-family: Arial, Tahoma, Verdana; 
	font-size: 12px; 
	font-weight: bold; 
	color:#386e89;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	margin-top:2px;
}

.top_menu{
	text-align:left;
	font-family: Arial, Tahoma, Verdana; 
	font-size: 11px; 
	font-weight: normal; 
	text-align:right;
}

.footer_links A:link{color: #FFFFFF; text-decoration: none;}
.footer_links A:visited{color: #FFFFFF; text-decoration: none;} 
.footer_links A:hover {color: #FFFF00; text-decoration:underline; }

.first_box{
	background:#d8d8d8;
	border:#60a1c1 5px solid;

}

.first_box_img{
	border:#60a1c1 1px solid;
	float:left;
	margin:2px;

}

.first_box_desc{
	text-align:justify;
	font-family: Arial, Tahoma, Verdana; 
	font-size: 12px; 
	font-weight: normal; 
	color:#000000;
}

.news_desc{
	text-align:justify;
	font-family: Arial, Tahoma, Verdana; 
	font-size: 12px; 
	font-weight: normal; 
	color:#000000;
}

.img_big{
	border:#60a1c1 5px solid;
	float: left;
	margin-right:5px;
}

.serv_img{
	border:#60a1c1 1px solid;
	float: left;
	margin-right:5px;
}


/******* Mouse Overs **********/
.btn_home{
	width:249px;
	height:59px;
	background: url(btn_home.jpg) no-repeat left top;
	float:left;
}
.btn_home:hover { background: url(btn_home.jpg) no-repeat left bottom; }

.btn_services{
	width:242px;
	height:59px;
	background: url(btn_services.jpg) no-repeat left top;
	float:left;
}
.btn_services:hover { background: url(btn_services.jpg) no-repeat left bottom; }

.btn_company{
	width:242px;
	height:59px;
	background: url(btn_company.jpg) no-repeat left top;
	float:left;
}
.btn_company:hover { background: url(btn_company.jpg) no-repeat left bottom; }

.btn_contacts{
	width:247px;
	height:59px;
	background: url(btn_contacts.jpg) no-repeat left top;
	float:left;
}
.btn_contacts:hover { background: url(btn_contacts.jpg) no-repeat left bottom; }

