* { 
  padding: 0px; 
  margin: 0px; 
}
 
body {
	background-color:white;
	font-family:Arial, Verdana;
	font-size:12px;
	color: #144BAC;
}

h1, h2, h3, h4 {
	text-decoration:none;
	font-family:Arial, Verdana;
	font-size:14px;
	margin-top:10px;
	margin-bottom:15px;
}

h1 {
	font-weight:bold;
	color:#144BAC; 
}

h2 {
	font-weight:normal;
	color:#144BAC; 
}

h3 {
	font-weight:bold;
	color:#144BAC; 
}

h4, .searchintro {
	font-weight:normal;
	color:#144BAC; 
}

img, fieldset {
	border:0px;
}

fieldset {
	line-height:20px;
	text-align:left;
	padding:0px;
	margin:0px;
}

div {
	border:0px solid white;
}

p, table, label {
	text-decoration:none;
	font-family:Arial, Verdana;
	font-size:12px;
	color:#144BAC; 
}

ul, ol {
	margin-left:20px;
}

li {

}

label {
	vertical-align: middle;
}

a:link, a:visited {
	text-decoration:underline;
	font-family:Arial, Verdana;
	font-size:12px;
	color:#144BAC; 
}

a:hover, a:active, a:focus {
	text-decoration:none;
	font-family:Arial, Verdana;
	font-size:12px;
	color:#FFD977;
}

.inputbox, .button {
	font-family:Arial, Verdana;
	font-size:12px;
	border: 1px solid #7588AB;
	background-color:white;
}

span.highlight {
	background-color:#FEC341;
}

.inputbox {
	color:#144BAC;
}

.button {
	background-color: #FEC341;
	font-weight:bold;
	color: white;
}