﻿body { 	
	vertical-align: baseline;
	font-family: Arial, Verdana, Helvetica; 
	font-size: 10pt; 
	text-align: justify;
	font-weight: normal;
}
img {
	border-width: 0;
	text-align: center;
}
table {
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: normal;
}
td {
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	}
tr {
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	text-align: justify;
	font-weight: normal;
}
th {
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	text-align: left;
	font-weight: normal;
}
h1 {
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica;
	font-size: 20pt;
	color: #0033CC;
	font-weight: bold;
}
h2 {
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica;
	font-size: 16pt;
	color: #409FFF;
	font-weight: bold;
}
h3 {
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12pt;
	color: #FF6600;
	font-weight: bold;
}
h4 {
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	color: #FF6600;
	font-weight: bold;
}
h5 {
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	color: #000096;
	font-weight: bold;
}
h6 {
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	color: #000096;
	font-weight: bold;
}
ul#tabs {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0 0 0.3em 0;
}
ul#tabs li {
	display: inline;
}
ul#tabs li a {
	color: #FFFFFF;
	background-color: #0066FF;
	border: 1px solid #55A1FF;
	border-bottom: none;
	padding: 0.3em;
	text-decoration: none;
}
ul#tabs li a:hover {
	background-color: #409FFF;
}
ul#tabs li a.selected {
	color: #FFFFFF;
	background-color: #0066FF;
	font-weight: bold;
	padding: 0.7em 0.3em 0.38em 0.3em;
}
div.tabContent {
	border: 1px solid #55A1FF;
	padding: 0.5em;
	background-color: #FFFFFF;
}
div.tabContent.hide {
	display: none;
}

