@font-face { 
 font-family: newHel;   
 src: local("HelveticaNeueLTStd-Lt"), url('HelveticaNeueLTStd-Lt.otf');/* non-IE */  
}
@import "layout.css";
body,html{
	margin:0px;
	background-color:#022e53;
	background-image:url("../images/tyler_total.jpg");
	background-repeat:repeat-x;
	background-attachment:fixed;
}
body,html,.homebuttons{
	color:#6f6f6f;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif; 
	font-size:9pt;
	line-height:18px;
}
img{
	border:0px;
}
a{
	text-decoration:underline;
	color:#004c84;
}
a:hover{
	text-decoration:none;
}
a.hmenu,a.hmenuActive,a.hmenuHome,a.hmenuHomeActive,a.submenu,a.submenuActive{
	text-decoration:none;
	padding-right:20px;
	font-size:14px;
	color:#ffffff;
	float:left;
}

a.hmenu:hover,a.submenu:hover{
	color:#86c4f8;
}

a.hmenuActive,a.hmenuHomeActive,a.submenuActive{
	color:#86c4f8;
}
a.hmenuHome,a.hmenuHomeActive{
	float:right;
	padding-right:8px;
}
a.submenu,a.submenuActive{
	margin-top:0px;
	padding-left:0px;
	padding-right:10px;
	font-size:12px;
}
a.leesverder{
	text-decoration:underline;
}
.homebuttons{
	line-height:16px;

}
h1{
	font-size:24px;
	font-family: newHel;
}
h1.small{
	font-size:14px;
}
h2{
	font-size			:	16px;
}

h3{
	font-size			:	11px;
	font-weight		: 	normal;
}	
h4{
	font-size			:	11px;
	font-weight			: 	normal;
}
h1, h2, h3, h4{
	text-decoration	:	none;
	color						:	#004C84;
	display					: inline;
	font-weight			: normal;
}

.buttonBG {
  background-image: url("../images/button_content.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 46px;
  list-style: none outside none;
  margin: 0;
  padding: 10px 0 0 35px;
  width: 315px;
}
.buttonBG:hover{
	background-position:0px -56px;
}
#footer {
  color: #004C84;
  height: 50px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 944px;
}
.hiswa_logo{
	padding-top:2px;
	float:right;
}
.formHTMLTable td{
	padding-top:0px;
	padding-bottom:5px;
}

.formHTMLTable .button{
	cursor:pointer;
	color:#000000;
}
#formHTML{
	float:left;
}
