/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d1c9b0;
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: url(../images/bullet2.png);
	padding: 0px 18px;
	margin: 0px;
}
li {
	font-size: 11px;
	padding: 2px 0px;
	text-transform: uppercase;
	width: 153px;
}
h5 {
	text-transform: uppercase;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-weight: 600;
	font-size: 16px;
	margin: 5px 0px 0px;
}
h4 {
	text-align: right;
	font-style: italic;
	color: #990000;
	margin: 0px 3px 5px;
	font-size: 11px;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}


.error {
	font-weight: 600;
	color: red;
	margin: 10px 0px;
}
.success {
	font-weight: 600;
	margin: 10px 0px;
}
.breadcrumbs {
	padding-bottom: 3px;
	border-bottom: 1px dotted #000000;
}
.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}