﻿.normaltext
{
	font-family: Tahoma;
	font-size: 10pt;
	color : #404040;
	line-height: 12pt;
}
.normaltextbold
{
	font-family: Tahoma;
	font-size: 10pt;
	color : #696969;
	line-height: 12pt;
	font-weight: bold;
}
.tinytext
{
	font-size: 7pt;
}
.title
{
	font-family: 'Times New Roman';
	font-size: 18pt;
	font-weight: bold;
	color: #404040;
}
.subtitle
{
	font-family: 'Times New Roman';
	font-size: 14pt;
	font-weight: bold;
	color: #696969;
}
.title_not_underlined
{
	font-size: 14pt;
	width: 100%;
}
.table
{
	border-right: #2b4092 1px solid;
	border-top: #2b4092 1px solid;
	border-left: #2b4092 1px solid;
	border-bottom: #2b4092 1px solid;
	border-collapse: collapse;
}
.headerrow
{
	color: white;
	background-color: #2b4092;
	text-align: left;
}
.headercolumnleft
{
	color: white;
	background-color: #2b4092;
	text-align: left;
}
.headercolumn
{
	color: white;
	background-color: #2b4092;
	text-align: right;
}
.separatorcell
{
	border-top: #2b4092 1px solid;
}
.contentdiv
{
	border: solid 1px #DFC68B;
	padding: 0px 10px 0px 10px;
}
.contentdiv2
{
	border: solid 1px #F7E3CD;
	padding: 0px 10px 0px 10px;
}
.contentdiv3
{
	padding: 0px 10px 0px 10px;
	border: solid 1px #F7E3CD;
	background-color: #fefaf7;
}
.contentdiv4
{
	border: solid 1px #DFC68B;
	padding: 10px 10px 10px 10px;
}
.contentdiv5
{
	border: solid 1px #DFC68B;
	padding: 0px 10px 10px 10px;
}
.contentdiv6
{
	border: solid 1px #DFC68B;
	padding: 10px 10px 0px 10px;
}
.mapdiv
{
	width: 100%;
	text-align: center;
}
p
{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
a
{
	color: #990000;
}
.ulnomargin
{
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 0px;
	margin-top: 0px;
}
.divider
{
	height: 1px;
	background-color: #cccccc;
}
.abouttable
{
	width: 100%;
}
.aboutcelltop
{
	width: 50%;
	vertical-align: top;
}
.aboutcellbottom
{
	width: 50%;
	vertical-align: top;
}
.handcursor
{
	cursor: hand;
}
.smalltext
{
    font-size: 8pt;
}
