body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 130%;
	color: #505563;
	background-color: #C4BCB3;
	background-image: url(/images/background.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}

a {outline: none;}

a:link,  a:visited {
	color: #437182;
	text-decoration: underline;
}
a:hover {
	color: #437182;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	line-height: 130%;
}
h1 { 
	margin-top: 0em;
	margin-bottom: 0.3em;
}
h2, h3, h4, h5 {
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
h1 {
	font-size: 20px;
	font-weight: normal;
}
h2 {
	font-size: 120%;
	font-weight: bold;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 2px;
}
h4 {
	font-size: 100%px;
	font-weight: bold;
}
h5 {
	font-size: 11px;
	font-weight: normal;
}
p {
	margin-top: 0em;
	margin-bottom: 0.8em;
}
ul, ol, dl {
	margin-top: 0.5em;
	margin-bottom: 0.8em;
}
li {
	margin-top: 0em;
	margin-bottom: 0em;
}



