@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	scrollbar-3dlight-color:#777777;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#DDDDDD;
	scrollbar-darkshadow-color:#DDDDDD;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#333333;
	scrollbar-shadow-color:#333333
}

p {
	margin-top: 2px;
	margin-bottom: 8px;
	
	
	}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FF9900;
}
.footer {
	padding-right: 50px;
}

.layout1 {
	background-image: url(images/layout_01.jpg);
	background-repeat: no-repeat;
}

.layout2{
	background-image: url(images/layout_02.jpg);
	background-repeat: no-repeat;
}

.products{
	background-image: url(images/products.jpg);
	background-repeat: no-repeat;
}

.services{
	background-image: url(images/services.jpg);
	background-repeat: no-repeat;
}

.sitemap{
	background-image: url(images/sitemap.jpg);
	background-repeat: no-repeat;
}

.sponsors{
	background-image: url(images/sponsors.jpg);
	background-repeat: no-repeat;
}