h1, h2, h3 {
	font-family: sans-serif; 
	font-weight: normal; 
}

h1 { font-size: 18pt }
h2 { font-size: 16pt }
h3 { font-size: 14pt }

body { 
	font-family: helvetica, arial, sans-serif;
	margin: 0;
}

p { 
	margin-left:2%;  
	margin-right:2%;  
}  
  
div.titleln { 
	text-align: center;
	font-family: Times New Roman, serif; 
	font-size: 30pt; 
	line-height: 1.6;
	color: charcoal;
	}

div.navbar { 
	font-size: 15pt; 
	margin-bottom: 8;	
	background-color:C0E0DA;
}

div.teaser { 
	text-align: center;
	font-family: Times New Roman, serif; 
	font-size: 16pt; 
	color: gray;
	line-height: 1.3;
	margin-top: 12;	
	margin-bottom: 8;	
}

div.sponsorsheader {
	text-align: right;
	font-size:10;
}

div.sponsors {
	text-align: center;
	font-family: arial,sans-serif;
	font-size: 14pt; 
}

a.headerlink:link { 
	color: LightGray; 
	text-decoration: none; 
	vertical-align:text-top;
}

a.headerlink:active {color: LightGray; }
a.headerlink:hover {color: LightGray; }
a.headerlink:visited {color: LightGray; }

.header {
	background-color:Black;
	border: 0; 
	border-spacing: 3px;
	color: White;
	font-family: arial, sans-serif;
	font-size: 18pt; 
	padding:3;
	text-align: center;
	vertical-align:middle;
	width: 100%;
}

.footer {
	background-color:white;
	border:0; 
	border-spacing:0px;
	color:black;
	font-family: arial, sans-serif;
	font-size:12pt; 
	padding:5;
	text-align: center;
	vertical-align:text-middle;
	width: 100%;
}

.copyright { text-align:center }

.versionline { 
	text-align: center;
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: 18pt;
	margin-top: 22;	
	margin-bottom: 8;	
}

