body {
    font:0.76em/140% Arial, Helvetica, sans-serif;
    color:#4A4A4A;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    color: #007DC6;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #4A4A4A;
	line-height: 1.6em;
	margin-bottom: 1em;
	padding-bottom: 4px;
	border-bottom: solid 1px #4A4A4A;
}
h3 {
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
	color: #007DC6;
	margin-bottom: 0.6em;
}
h3 a {color: #007DC6; text-decoration: none;}
h3 a:hover {color: #007DC6; text-decoration: underline;}
h3 a:visited {color: #4A4A4A; text-decoration: none;}
h4 {
	font-size:1em;
	font-weight:bold;
	color: #336699;
	margin: 0px;
	padding: 0px;
}
a {
    color: #336699;
    text-decoration: none;
}
a:link {
    color: #336699;
    text-decoration: none;
}
a:hover {
    color: #FF8000;
    text-decoration: underline;
}
a:visited {
    color: #1E3B59;
    text-decoration: none;
}.restoreAlignLeft {text-align: left;}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #D2DCF1;
	border: 1px solid #AEBBE1;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #FFFFFF;
	border: 1px solid #AEBBE1;
}
.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #007DC6;
}