/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0px;
}
a:hover{
	text-decoration:underline;
	color:#DA411E;
}
a:link{
	color:#000000;
	text-decoration:none;
}
a:visited{
	color:#000000;
	text-decoration:none;
}
br{
	clear:left;
}
h1{
	color:#cccccc;
	font-size:16px;
	margin-top:5px;
	margin-left:3px;
	margin-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}

h3{
	color:#DA411E;
	font-size:14px;
	margin-top:5px;
	margin-left:3px;
	margin-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.textField{
	border: 1px solid #959595;
	font-size:12px;
}
.linkBold{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.smalllinkBold{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#DA411E;
}

label,input{
	display:block;
	float:left;
	margin-bottom:10px;
}
label{
	font-size:12px;
	width:150px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:10px;
	text-align:right;
	padding-right:5px;
}

input{
	border: 1px solid #959595;
	font-size:12px;
}

.footerLinks{
	font-size:10px;
	color:#4c4c4c;
}