a:link {
	color: #0086d3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0086d3;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #0086d3;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0086d3;
	margin: 0px;
}
body {
	background-color: #e6e6e6;
	margin: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/bg-page.gif);
	list-style-image: url(../images/bullet.gif);
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin: 0px;
	list-style-image: url(../images/bullet.gif);
}
h3 {
	font-family: "Futura Bold BT";
	font-size: 12px;
	color: #0086d3;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	line-height: 15px;
}
input.textarea {
	background-color: #CCCCCC;
	border: 1px solid #FFF;
	height: 20px;
	color: #666666;
}
textarea {
	background-color: #CCCCCC;
	border: 1px solid #FFF;
	color: #666666;
}
.button {
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	font-family: "Futura Bold BT";
	color: #0086d3;
	height: 25px;
	font-size: 12px;
}
.height-100 {
	height: 100%;
}
.no-repeat {
	background-repeat: no-repeat;
	background-position: top;
}
.rounded {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

@font-face {
  font-family: Futura Bold BT;
  src: url('FuturaBoldBT.ttf');
 
}
