body {
font: 15px/1.2 FreeSans, Tahoma, Verdana, sans-serif;
color:#333;
}

a {
/*
	color: #516c81;
        color: #191970;
*/
        color: #004455;
	text-decoration: none;
}

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

hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 400;
}

h1{font-size:23px}
h2{font-size:21px}
h3{font-size:19px}
h4{font-size:17px}
h5{font-size:15px}
h6{font-size:14px}

ol{list-style:decimal}
ul{list-style:disc}
li{margin-left:30px}
ul ul{margin-left:30px}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.larger {
	font-size: larger;
}

.mt5 {
	margin-top: 5px;
}

.abstract {
	margin-top: 5px;
}

.supp-note {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}
*/
