body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
}

.logos{
	text-align:center;
}

.red{
	color: red;
	font-size: 12px;
}

h1{
	font-size: 20px;
	line-height: 24pt;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;	
}

h2{
	font-size: 14px;
	text-decoration : underline;
	line-height: 20px;
	text-align: left;
	clear: both;
}

h3{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	clear: both;
}

p{
	text-align:justify;
	font-size: 12px;
}

ul{
	list-style-type: disc;
	text-align:left;
	font-size: 12px;
} 


p.bold_larger_centered{
	font-size: larger;
	font-weight: bold;
	text-align:center;
}


.navigation {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	display: block;
	padding-left: 12px;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
.navigation:hover {
	background-color: #003399;
	color: #FFFFFF;
}

a:link {
	color: #003399;
	text-decoration: underline;	
}

a:visited {
	text-decoration: underline;
	color: #003399;
}
.navtitle {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #000066;
}

.bodytext {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

.copyright {
	font-size: 11px;
	text-align:left;
}
.paper_title {
	font-style: italic;
	font-weight: bold;
}
span.email span { display: none; }

ul.none { list-style-type: none; }

