body {
	font-family: Helvetica, sans-serif;
	font-size: 100%;
	color: #000; 
	background: #bcd4e5; 
}

a:link,:active,:visited { 
	color: blue; 
	text-decoration: none; 	
}

a:hover	{ 
	color: blue; 
	text-decoration: underline;	
}

div.logo {	
	position: absolute; 
	top: 20px; 
	left: 20px; 
	width: 750px;
	color: #000;	
	background: #fff;
}

div.menu {
	position: absolute; 
	top: 95px; 
	left: 20px; 
	width: 744px; 
	padding: 3px; 
	color: #000;	
	background: #76b0e2;
	font-size: 10pt; 
	font-weight: bold; 
}


a.mblink:link,.mblink:active,.mblink:visited {
	color: #000;	
	background: #76b0e2; 
	text-decoration: none; 
	font-size: 10pt; 
	font-weight: bold; 
}

a.mblink:hover {
	color: #9dff9d;	
	background: #76b0e2; 
	text-decoration: none; 
	font-size: 10pt; 
	font-weight: bold; 
}

div.content {
	position: absolute; 
	top: 118px; 
	left: 20px;
	width: 750px; 
	padding: 0px;
	color: #000; 
	background: #eee;
	font-size: 10pt; 
}

div.highlight1 { 
	color: #000; 
	background: #b1e8c6; 
	padding: 2px; width: 292px; 
	margin: 2px 0px 2px 0px;
}

div.highlight2 { 
	color: #000;
	background: #f1dda1; 
	padding: 2px; width: 292px;  
	margin: 2px 0px 2px 0px;
}

div.highlight3 { 
	color: #000; 
	background: #9ebccf; 
	padding: 2px; width: 292px; 
	margin: 2px 0px 2px 0px;
}

table { 
	margin: 0px; 
	padding: 0px; 
	border-spacing: 0; 
}

td.left  { 
	width: 450px; 
	margin: 0px; 
	padding: 5px; 
	border-width: 2px 1px 2px 2px; 
	border-style: solid;
	border-color: #fff; 
	vertical-align: top; 
}

td.right {
	width: 292px; 
	margin: 0px; 
	padding: 0px 2px 0px 2px; 
	border-width: 2px 2px 2px 1px; 
	border-style: solid;
	border-color: #fff; 
	vertical-align: top; 
}

td.innerleft  { 
	width: 450px; 
	margin: 0px; 
	padding: 5px; 
	vertical-align: top; 
}

td.innerright {
	width: 292px; 
	margin: 0px; 
	padding: 5px; 
	vertical-align: top; 
}

td.content { 
	width: 746px; 
	margin: 0px;
	padding: 5px; 
	border-width: 2px 2px 2px 2px; 
	border-style: solid;
	border-color: #fff; 
	vertical-align: top; 
}

td.footl { 
	font-size: 8pt; 
	text-align: left;	
	border-width: 0px 0px 2px 0px; 
	border-style: solid;
	border-color: #fff; 
	background: #76b0e2;
	padding: 2px 5px 2px 5px;
}

td.footr { 
	font-size: 7pt; 
	text-align: right;		
	border-width: 0px 0px 2px 0px; 
	border-style: solid;
	border-color: #fff; 
	padding: 1px 5px 1px 5px;
	background: #76b0e2;
	vertical-align: middle;
}

p {	
	font-size: 10pt;
	margin: 4px 4px 10px 4px;	
}

p.small {	
	margin: 4px 4px 10px 4px; 
	font-size: 9pt;	
}


ul { 
	padding: 4px 4px 4px 20px;	
}

li { 
	margin: 3px; 
}

h1 {
	padding: 0px 4px 0px 4px;
	margin-right: 35%;
	border-bottom: 1px solid black;
	font-size: 11pt; font-weight: bold;
	text-align: left;
}

td { vertical-align: top; }


td.pictdesc {
	padding: 10px;
	vertical-align: middle;
}

td.picture {
	vertical-align: middle;
	padding: 15px 5px 15px 5px;
}

table.links {
	margin: 4px; padding: 3px 8px 3px 8px;
	width: 400px;
}

td.links {	border-bottom: 1px solid #d4d4d4;	}

a.flink:link,.flink:active,.flink:visited {
	color: #000000; background: #76b0e2;
	font-size: 7pt;	text-decoration: underline;	
}

a.flink:hover {
	color: #000000; background: #76b0e2;
	font-size: 7pt; text-decoration: underline;
}





