body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #5f6667;
}

p {
	margin-bottom: 1em;
}

h2, h3, h4, h2 a, h3 a, h4 a {
	color: #414042;
}

h2 a:hover, h3 a:hover h4 a:hover {
	color: #9f9ca2;
}

h2, h3, h4 {
	margin: 20px 0;
}

h2 {
	font-size: 23px;
}

h3 {
}

h4 {
}

a {
	color: #5d9cd1;
	text-decoration:none;
}

a:hover {
	color: #8ac0ed;
}

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;
	margin-left:0px;
}

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: 10em;
}

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: auto;
	padding: 0;
	border: 1px solid #666666;
}

form p {
	overflow: hidden;
}
