body {
	background-color: #d9f0f3;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

p {
	margin-bottom: 1em;
}

h2, h3, h4 {
	color: #0097ac;
	margin: 1em 0;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
}

a {
	color: #ee2e24;
}

a:hover {
	color: #A61617;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul.nobullet, ul.nobullet li {
	list-style-type: none;
}

ul.horizontal {
	overflow: hidden;
}

ul.horizontal li {
	float: left;
}

ul.piped li {
	background: url(/media/img/pipe.gif) no-repeat center right;
	padding: 0 .5em;
}

ul.piped li.last {
	background: none;
	padding-right: 0;
}

ul.piped li.first {
	padding-left: 0;
}

ul.piped2 li {
	background-image: url(/media/img/pipe2.gif);
}

.left-main li {
	list-style-type: disc;
	margin-left: 2em;
}

label {
	float: left;
	width: 14em;
}

ul.form li {
	padding: 5px 0;
	font-size: 1.2em;
	overflow: hidden;
}

form input, form select, form textarea {
	width: 250px;
	padding: 1px;
	border: 1px solid #666666;
}

form input.submit {
	width: 45px;
	padding: 0;
	border: 1px solid #666666;
}



