@charset "utf-8";
/* CSS Document */

@font-face {
font-family: "Open Sans";
src: url("css/fonts/opensans-regular-webfont.eot");
src:
url("css/fonts/opensans-regular-webfont.woff") format("woff"),
url("css/fonts/opensans-regular-webfont.otf") format("opentype"),
url("css/fonts/opensans-regular-webfont.svg") format("svg");
}


body {
	background-color: #ffffff;
}

body,td,th {
	font-family: Open Sans, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
}

.text {
	font-family: Open Sans, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	letter-spacing: 0.1px;
	text-align: left;
	line-height: 1.3;
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 4px;
	margin-bottom: 0px;
}

.text_caps {
	font-family: Open Sans, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	letter-spacing: 0.1px;
	text-align: left;
	line-height: 1.3;
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 4px;
	margin-bottom: 0px;
}

.list {
	font-family: Open Sans, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	letter-spacing: 0.1px;
	text-align: left;
	line-height: 1.3;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 4px;
	margin-bottom: 0px;
}

.title {
	font-family: Open Sans, sans-serif;
	font-size: 12pt;
	font-variant:normal;
	color: #000000;
	letter-spacing: 0pt;
	text-align: left;
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.navigation {
	font-family: Open Sans, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	font-variant: normal;
	color:rgb(0,50,115);
	padding-left: 4px;
	text-decoration: none;
	letter-spacing: 0.1px;
	text-align: left;
	line-height: 2;
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 4px;
	margin-bottom: 0px;
}

a:link {
	color:rgb(0,50,115);
	text-decoration: none;
}
a:visited {
	color:rgb(0,50,115);
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color:rgb(0,50,115);
	text-decoration: none;
}
