@CHARSET "UTF-8";

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	height: 99%;
	/*font-family: Georgia, Times New Roman, serif;*/
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	color: black;	
}

div, p, form, h1, h2, h3, h4, h5, span {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

a {
	color: #02428C;
	text-decoration: none;
}

a:hover {
	color: #3a7cc8;
}

a.white {
	color: white;
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	font-weight: normal;
	color: #02428C;
}

h2 {
	font-size: 12pt;
}

hr {
	height: 0px;
	color: transparent;
	border-bottom: dotted 1px black;
}

div#right h2 {
	font-size: 13pt;
	font-weight: normal;
	font-variant: small-caps;
	color: #0e56ce;
	border-bottom: solid 2px #0e56ce;
}

p, span.longtext {
	font-size: 11pt;
	line-height: 25px;
}

ul {
	font-size: 11pt;
	line-height: 25px;
}

.small {
	font-size: 8pt;
}

.color {
	color: #02428C;
}

.linkbox, .contentbox {
	border: solid 1px #CCCCCC;
	background-color: #EEEEEE;
	padding: 5px;
	margin-bottom: 10px;
	width: 100%;
	height: 85px;
}

table.data {
	background-color: #EDEDED;
	border-collapse: separate;
}

table.data th {
	height: 25px;
	font-size: 10pt;
}

table.data td {
	font-size: 8pt;
	line-height: 20px;
}

table.data tr.tr1 {
	background-color: white;
}

table.data tr.tr2 {
	background-color: white;
}

table.data tr.tr1:hover, table.data tr.tr2:hover {
	background-color: #D1E3F3;
	color: black;
}