h1 { 
	font-family:"Trebuchet MS",Tahoma,Helvetica,Arial;
	
	color: #026E92;
	font-size: 14pt;
}

h2 {
	font-family:"Trebuchet MS",Tahoma,Helvetica,Arial;
	
	color: #026E92;
	font-size: 11pt;
}

ul { 
	list-style-type:square;
}

body { 
	margin: 15px;
	font-family:"Trebuchet MS",Tahoma,Helvetica,Arial;
	font-size: 10pt;
	line-height: 110%;
}

img.float_left {
	float: left;
	margin-right: 10px;
}

.boxed {
	border-spacing: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	border-style: dotted;
	border-color: #026E92;
	border-width: 1px;
}


table {
	border-spacing: 2px;
	margin: 5px;
	border-style: dotted;
	border-color: black;
	border-width: 1px;
}

td {
	background-color: #eeeeee;
	font-family:"Trebuchet MS",Tahoma,Helvetica,Arial;
	font-size: 10pt;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
}

th {
	background-color: #cccccc;
	font-family:"Trebuchet MS",Tahoma,Helvetica,Arial;
	font-size: 10pt;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
}


a {
	color: #026E92;
	font-family:"Trebuchet MS",Tahoma,Helvetica,Arial;

	text-decoration: none;
	border-bottom-style: dotted;
	border-spacing: 0px;
	border-width: 1px;
	border-color: #026E92;
	font-size: 10pt;
}

a:hover {
	color: #026E92;
	font-family:"Trebuchet MS",Tahoma,Helvetica,Arial;

	text-decoration: none;
	border-bottom-style: solid;
	border-margin: 0px;
	border-width: 1px;
	border-color: #026E92;
	font-size: 10pt;
				
	border-color: #026E92;
	background-color: #cfcfcf;
}

div.navbar {
	width: 150px;

	padding-right: 50px;

	position: fixed;
	left: 20px;
	top: 10px;
}

div.navbar span {
	font-family:"Trebuchet MS",Tahoma,Helvetica,Arial;
	font-weight: bold;
	display:  block;
	
	padding: 4px;
	line-height: 120%;

	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	border-style: solid;
	border-width: 1px;
	border-color: #026E92;
}

span.navbutton {
	background-color: white;
	color: #026E92;
}

span.navbutton:hover, span.navbutton_selected {
	background-color: #026E92;
	color: white;
}

div.content {
	border-style: none;
	border-width: 1px;
	border-color: black;

	padding: 10px;
	padding-right: 20px;
	margin-right: 20px;
	
	position: absolute;
	left: 210px;
	top: 10px;
	min-width: 400px;
}

div.xhtml {
	position: fixed;
	bottom: 10px;
}

a.navbutton {
	font-family:"Trebuchet MS",Tahoma,Helvetica,Arial;
	font-size: 12pt;
	color: #026E92;
	background-color: white;
	text-decoration: none;
	border-bottom-style: none;
}

.center {
	text-align: center;
}

