/* CSS Document */

body {
	background-color:#FFFFFF;
	background-image:none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

p, ul, ol {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #111111;
	text-align: left;
	line-height: 18px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color:#00559A;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color:#00559A;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	font-style:italic;
	color:#00559A;
}

hr {
	width: 100%;
	height: 0px;
	border: 0px;
	border-top: 1px solid #CCCCCC;
}




a {
	color:#00559A;
	font-size: 13px;
	text-decoration:underline;
}

a:hover {
	color: #999999;
	text-decoration:none;
}