html {
	margin:0;
	padding:0;
}
body {
	background:url(images/bg.gif);
	margin:0;
	padding:0;
}

p {
	color:#333;
	font-family: helvetica, tahoma, arial, sans-serif;
	font-size:17px;
	margin: 7px 10px 3px 20px;
	padding:0px;
}
p a {
	color:#600;
	text-decoration:underline;
}
p a:hover {
	color:#666;
	text-decoration:none;
}

ul li, ol li {
	color:#333;
	font-family: helvetica, tahoma, arial, sans-serif;
	font-size:15px;
	margin: 0px 10px 3px 20px;
	padding:0px;
}
ul li a, ol li a {
	color:#600;
	text-decoration:underline;
}
ul li a:hover, ol li a:hover {
	color:#666;
	text-decoration:none;
}


.highlight {
	color:#FFF;
	font-weight:bold;
}

.title {
	margin: 7px 10px -5px 10px;
	padding:0;
	font-size:25px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#600;
}

.img-left {
	margin-right:4px;
}
.img-right {
	margin-left:4px;
}

label{
	font-size:14px;
	display:block;
	font-weight:bold;
	text-align:right;
	float:left;
	padding-right:4px;
}
.small{
	color:#3B3B3B;
	display:block;
	font-size:9px;
	font-weight:normal;
	text-align:right;
}
input,select{
	float:left;
	font-size:16px;
	border:#666 solid 1px;
	margin:2px 5px 2px 2px;
	width:180px;
	height:25px;
}
button{
	cursor:pointer;
	clear:both;
	border:none;
	width:75px;
	height:25px;
	background:url(images/button.png) no-repeat;
	text-align:center;
	line-height:25px;
	color:#C0EAFF;
	font-size:11px;
	font-weight:bold;
	margin:2px 5px 2px 2px;
}
button:hover {
	background:url(images/button-hover.png) no-repeat;
}
button:active {
	background:url(images/button-active.png) no-repeat;
}

.footer {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	margin:10px 0 0 0;
}
.footer a {
	color:#000;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.bg-nav-footer {
	background:url(images/bg-footer.gif);
}
