@charset "utf-8";
.highlight {
	color: #469425;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #69A03A;
	font-weight: bold;
}
.green {
	color: #469425;
	font-weight: bold;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: default;
}
a {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: none;
}
/* CSS Document */


h1 {
	color: #FFFFFF;
	font-size: 16px;
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	height: 47px;
	padding-top: 14px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 5px;
	text-align: right;
}
.titleImage {
	margin-left: -10px;
}
#pagetitle {
	height: 80px;
}
h2 {
	font-weight: bold;
	color: #C42239;
	font-size: 16px;
}
p {
	margin-bottom: 7px;
	margin-top: 5px;
	margin-left: 10px;
}
p.block {
	line-height: 20px;
}
.leftmargin {
	margin-left: 20px;
}
h3 {
	font-weight: bold;
	text-indent: 5px;
	color: #C42239;
	font-size: 13px;
}
#content {
	padding: 20px;
}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
}
input {
	width: 400px;
}
input.short {
	width: 104px;
}
input.medium {
	width: 250px;
}
