/* FONT STYLES */

body, th, td, input, textarea, select {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	}


/** HEADINGS */

h1, h2 {
	margin: 0px;
	font-family: Arial, "Arial", Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #802A2A;
	margin-bottom: 5px;
}

h2 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #9D9356;
}

h3 {
	margin-bottom: 1em;
	font-size: 11px;
	color: #504E42;
}

h4 {
	margin: 2px 10px;
	font-size: 11px;
	color: #504E42;
}


p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 120%;
	}

em {
	font-size: large;
	font-weight: bold;
	color: #FF0;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	}

/** LINKS */

a {
	color: #578BB1;
	}

a:hover {
	text-decoration: underline;
	}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
	}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
	}

input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B6D74;
	}

/** MISC */

.align-justify {
	text-align: justify;
	}

.align-right {
	text-align: right;
	}

hr {
	display: none;
	}

.hr1 {
	height: 1px;
	}

#lblContent p {
	color: #3F3F3F;
}


#content p {
	line-height: 17px;
}


