/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:white;
	font-family:Verdana, Helvetica, "Times New Roman", Arial, sans-serif;
	font-size:12px;
	color:#00324a;
}

form {
	margin:0px;
	padding:0px;
}
input[type=text], select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #c5dae8;
	padding:3px 6px;
	color:#003768;
}
.button {
	background:#78b7e4;
	border:none;
	font-weight:bold;
	color:white;
	cursor:pointer;
	padding:3px 10px;
}

a,.link {
	color:#006699;
	text-decoration:underline;
	cursor:pointer;
}
a:hover {
	color:#78b7e4;
	text-decoration:none;
}


p, li {
	line-height:16px;
	font-size:12px;
}
p {
	margin:0 0 15px 0;
}


h4 {
	font-size:18px;
	font-weight:bold;
}
h5 {
	font-size:16px;
	font-weight:normal;
}


table.results input {
	padding:0px;
}
table.results a {
	color:#003768;
}



.clear {
	clear:both;
	width:auto;
	height:0px;
	overflow:hidden;
}
.clear5 {
	clear:both;
	width:auto;
	height:5px;
	overflow:hidden;
}
.clear7 {
	clear:both;
	width:auto;
	height:7px;
	overflow:hidden;
}
.clear10 {
	clear:both;
	width:auto;
	height:10px;
	overflow:hidden;
}
.clear18 {
	clear:both;
	width:auto;
	height:18px;
	overflow:hidden;
}
.clear20 {
	clear:both;
	width:auto;
	height:20px;
	overflow:hidden;
}
