@CHARSET "UTF-8";

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

img {
	border: 0;
}

img[align=right] {
	margin-left: 10px;
	float: right;
}

img[align=left] {
	margin-right: 10px;
	float: left;
}
a img {
	border: 0;
}

a {
	color: #004d86;
	text-decoration: none;
	background-color: transparent;
}

a:link {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
a:visted {text-decoration: none;}

h1, h2, h3, h4, h5, h6 {
	color: #004d86;
	margin-bottom:15px;
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	margin-top: 12pt;
	margin-bottom: 4pt;
	font-size: 20px;
}

h3 {
	margin-top: 12pt;
	margin-bottom: 4pt;
	font-size: 1.4em;
}

h4 {
	margin-top: 12pt;
	margin-bottom: 4pt;
	margin-bottom:0px;
	font-weight: bold;
}

h5 {
	font-size:12px;
	margin-bottom: 0px;
}

h6 {
	font-size:11px;
}

p {
	line-height: 20px;
	font-size: 13px;
	margin-bottom: 6px;
}

ul, ol {
	margin-bottom:20px;
}

ol {
	list-style-type:decimal;
	margin-left: 10px;
}

ol li {
	margin-left: 21px;
}

ul li {
	background: transparent url(../images/list-style-image.png) no-repeat scroll 0px 5px;
	padding-left:16px;
}


/* Hack for IE to display li's background-image correctly */
.content ul li {
	background-color: #fff;
}
/* Hack for IE to display li's background-image correctly */


li {
	line-height:20px;
	margin-bottom:12px;
	color: #000;
}

