body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: small;
	margin: 1em;
	background: #FFFFFF;
	color: #444444;
	text-align:center;
}

a {
	color: #008C99;
	text-decoration: underline;

}
a:hover {
	color: #273691;
	text-decoration: underline;
}


blockquote {
	margin: 1em 0em;
	padding: 1em 2em;
	background: #D8E3E9;
	color: #000;
	border: 1px solid #3B6E8F;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-align: center;
}

h1 {
	font-size: x-large;
	font-weight: normal;
	color: #008C99;
}

h2 {
	font-size: medium;
	line-height: 1.2em;
	color: #FFFFFF;
	font-weight: normal;
}

h3 {
	font-size: large;
	font-weight: normal;
	color: #273691;
	text-align: left;
	line-height: 1.4em;
	border: thin none;
	margin-top: 1.5em;
	margin-bottom: 0.3em;	
}

h4 {
	font-size: small;
	font-weight: bold;
	color: #444;
	text-decoration: none;	
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	text-align: left;
}

h5 {
	font-size: small;
	font-weight: bold;
	color: #333333;
}

p {
	font-size: small;
	font-weight: normal;
	color: #444444;
	line-height: 1.5em;
	margin: 0.5em 0;
	text-align: left;
}

dt {
	font-size: small;
	font-weight: bold;
	color: #444;
	text-decoration: none;	
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

ul {
	text-align: left;
	list-style: square url(/images/link_arrow.gif);
}

ul li {
	line-height: 1.5em;
}
	
ol {
	list-style: decimal;
}

ul ol{
	list-style: decimal;
}

ol ul{
	list-style: square url(/images/link_arrow.gif);
}
