* {
	border-collapse: collapse;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
}
table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

p {
	font-size:11px;
	line-height: 14px;
}
strong {
	color:#001a52;
}
a {
	font-size:11px;
	line-height: 14px;
	color: #0066CC;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0px none;
}

img {
	border: 0px solid black;
}

form * {
        margin-bottom:4px;
}

hr {
        margin-bottom: 5px;
        margin-top: 3px;
}

ol li {
	margin-left: 20px;
}
ul li {
	list-style:disc
	margin-left: 20px;
	padding-left: 0px;
}


body, html, input, textarea {
	font-family: Arial;
	font-size:12px;
	line-height:16px;
	color:#333333;
}

h1 {
	font-size: 17px;
	font-weight: normal;
	line-height: 19px;
	padding:0px;
	margin:0px;
	margin-bottom: 4px;
	color:#001a52;	
}
h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 4px;
	color: #000000;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #141414;
	padding-bottom: 4px;
}
h4 {    
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	color: #141414;
	padding-bottom: 4px;
}
h5 {
	color:#235175;
	font-size: 12px;
	font-weight:bold;
}

h6 {
	font-size:11px;
	color: #333333;
	padding-bottom: 4px;
}


