@import "layout.css";

html{
	height:auto;
}
body{
	margin:0px;
	padding:0px;
	color:#074470;
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size:13px;
	line-height:22px;
	background-repeat:repeat-x;
	background-position:0px 0px;
	background-image:url('images/tyler_top.png');
	background-color:#f3f3f3;
}
div{
	overflow:hidden;
}
h1{
	padding:0px;
	margin:0px;
	color:#074470;
	font-size:17px;
	font-weight:bold;
	margin-bottom:20px;
}
h2{
	padding:0px;
	margin:0px;
	color:#3e846c;
	font-size:14px;
}
img{
	border:0px;
}
.title{
	font-size:18px;
}
.title2{
	font-size:14px;
	font-weight:bold;
}
.devider{
	height:1px;
	width:580px;
	margin:10px 0px 20px;
}
a,a.active{
	color:#074470;
	font-weight:bold;
	cursor:pointer;
	text-decoration:underline;
}
a:hover{
	cursor:pointer;
	text-decoration:underline;
	color:#6CC013;
}
a.hoofdmenu,a.hoofdmenuActive{
	text-decoration:none;
	float:left;
	color: #074470;
	margin:6px 19px;
	background-repeat:no-repeat;
}
a.submenu,a.submenuActive{
	width:175px;
	margin-left:25px;
	float:left;
	line-height:30px;
	color:#074470;
	border-top:1px solid #ffffff
}
a.submenu:hover,a.submenuActive{
	color:#a5dbce;
}
a.noborder{
	border:0pc;
}
a.hoofdmenuActive,a.hoofdmenu:hover,.red{
	color:#6cc013;
}
a.staticmenu{
	float:left;
	color:#ffffff;
	width:270px;
	line-height:25px;
}
a.hoofdmenuFirstItem{
	margin-left:0px;
}
#formHTML td{
	height:25px;
}

form input,select, textarea{
	color:#074470;
	font-family:arial;
	font-size:12px;
}

.buttonClass{
	cursor:pointer;
}