body {
	margin: 0px;
	padding: 0px;
}
td {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #353F68;
}
.content {
	padding: 8px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #CD4C2A;
	letter-spacing: 1px;
}
select, input, textarea {
	font-size: 11px;
	color: #CD4C2A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #353F68;
}
.checkbox {
	border: 0px;
}
hr {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 2px;
	color: #CCCCCC;
}
a {
	color: #CD4C2A;
	text-decoration: underline;
}
a:hover {
	color: #52619C;
	text-decoration: underline;
}
a:link, a:visited, a:active {
	text-decoration: underline;
}
.smalltext {
	font-size: 10px;
}
