@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-right: 150px;
	padding-left: 150px;
	background-image: url(images/bectulogo.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
ul li {
	display: inline;
	padding-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FF3300;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FF3300;
	padding-left: 5px;
}
a:link {
color:#FF3300}
