/* CSS Document */

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:small;
	color:#444444;
}

a {
	color:#00BADC;
	text-decoration:underline;
}

h1 {
	font-size:large;
	margin-bottom:0;
}

h2 {
	font-size:medium;
	margin-bottom:0;
}

ul {
	margin-top:3px;
	}

p {
	margin-top:3px;
	font-size:small;
}
img {
	border:none;
}
.small {
	font-size:smaller;
}
.line {
	border-top: 1px solid #000000;
	padding-top:5px;
}
.results {
	width:7em;
	text-align:center;
	margin-bottom:10px;
	clear:both;
}
.warning {
	color:#FF0000;
}
.dfv-errors {
color:#CC0000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:700;
}
ul#search {
	margin:0;
	padding:0;
}
ul#search li {
	list-style-type:none;
	padding-bottom:5px;
}
ul#search li	{ 	/* the rules that do the indenting */
	padding-left: 1em;
	text-indent: -1em;
		}
