p {
	color: 646464;
	text-align:justify;
	margin-bottom:3px;
	margin-top:6px;
	font:12px Arial, Helvetica, sans-serif;
}

h1{
	color:#004875;
	font:24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:7px;
	margin-bottom:7px;
}
h2{
	color:#004875;
	font:18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:7px;
	margin-bottom:3px;
}
h3{
	color:#004875;
	font:14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:3px;
}
h4{
	color:#004875;
	font:12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:3px;
	margin-bottom:3px;
}

h5{
	color:#004875;
	font:12px Arial, Helvetica, sans-serif;
	margin-top:3px;
	margin-bottom:0px;
}

h6{
	color:#004875;
	font:12px Arial, Helvetica, sans-serif;
	margin-top:3px;
	margin-bottom:0px;
}
a{
	color: #004875;
	font-weight:bold;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

img{border:0;}

table{
	border:2px solid white;
	margin:0 auto;
}

table tr td{
	background-color:#e6e6e6;
	color:#1f1d21;
	padding-left:5px;
	padding-right:5px;
	font:12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

table tr th{
	background-color: #01588e;
	color: white;
	padding-left:5px;
	padding-right:5px;
	font:12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

table th tr td{
	background-color: #01588e;
	color: white;
	padding-left:5px;
	padding-right:5px;
	font:12px Arial, Helvetica, sans-serif;
	font-weight: normal;
}

table thead tr td{
	background-color: #01588e;
	color:white;
	padding-left:5px;
	padding-right:5px;
	font:12px Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.name{color:#982e22;}

ul, ol{
	color: 646464; 
}

ul li {
	list-style-type: square;
	list-style-position: outside;
	color: 646464; 
	font:12px Arial, Helvetica, sans-serif;
}

ol li {
	list-style-position: outside;
	color: 646464; 
	font: 12px Arial, Helvetica, sans-serif;
}