html {
	font: normal 62.5% "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Tahoma, sans-serif;
}

body {
	font-size: 1.3em;
	line-height: 180%;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Helvetica Neue", "Helvetica", Arial, Tahoma, sans-serif;
	font-weight: normal;
	letter-spacing: -0.04em;
}

#content .right-side h1 {
	margin: 1.5em 0 1em 0;
	font-size: 1.5em;
	color: #000;
}

h2, h3, h4, h5 {
	margin: 1.1em 0 0.7em 0;
color: #C3940A;
font-size: 1.2em;
}

h2{
	color: #C3940A;
	font-size: 1.3em;
	margin: 1.4em 0 1em 0;
}
#content .right-side p{
margin: 13px 0;
text-align: justify;
}
#content .right-side ul{
margin-left: 15px;
}
#content .right-side li{
	list-style-type:disc;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: justify;
}
#content .right-side li ul {
margin: 5px 15px;
}
#content .right-side ul ul li{
list-style-type:circle !important;
text-align: justify;
}

h3 {
	color: #C3940A;
	font-size: 1.1em;
	margin: 1em 0 1em 0;
}

h4, h5, h6 {
	color: #74090D;
	font-size: 1.1em;
}

h5 { color: #74090D;
font-size: 1.0em;
margin: 0;}

p {
text-align: justify; }

a {
	color: #e10a2e;
}

a:hover {
		color: #e10a2e;
		text-decoration: underline;
}
.formLabel
{
    font-weight:700;
    display:block;
}
label.error {
	font-size: 10px;
	color: red;
	display: block;
}
.subField
{
	float:left;
	margin-right:5px;
	font-size: .9em;
}
