/* CSS Document */
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#homebg { 
  background: url("../images/main_text_index_bg.jpg");
  background-repeat: no-repeat;
}
#aboutbg { 
  background: url("../images/main_text_about_bg.jpg");
  background-repeat: no-repeat;
}
#servicesbg { 
  background: url("../images/main_text_services_bg.jpg");
  background-repeat: no-repeat;
}
#contactbg { 
  background: url("../images/main_text_contact_bg.jpg");
  background-repeat: no-repeat;
}
.header{
	color:#333333;
	font-family:Tahoma;
	font-size:90%;
	font-weight:bold;
}
.maintext{
	color:#333333;
	font-family:Tahoma;
	font-size:80%;
}
.copyrighttext{
	color:#999999;
	font-family:Tahoma;
	font-size:70%;
}
a:link {
	font-family:Tahoma;
	color: #6699CC;
	text-decoration: underline;
	font-size:80%;
}
a:visited {
	font-family:Tahoma;
	text-decoration: underline;
	color: #6699CC;
	font-size:80%;
}
a:hover {
	font-family:Tahoma;
	text-decoration: underline;
	color: #6699CC;
	font-size:80%;
	font-weight:bold;
}
a:active {
	font-family:Tahoma;
	text-decoration: underline;
	color: #6699CC;
	font-size:80%;
}
-->
</style>