﻿<!-- MAIN SETTINGS / FONTS -->

BODY {
	font-family: Verdana;
	font-size: 9pt;
}

TD {
	font-family: Verdana;
	font-size: 9pt;
}

TH {
	font-family: Verdana;
	font-size: 9pt;
}

<!-- SIMPLE LINKS -->

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:active {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

<!-- OTHER SETTINGS -->

.copyright, .copyright A {
	color: #BBBBBB;
	font-size: 7pt;
	font-weight: bold;
}

.title, .title A {
	color: #003D59;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}

.block, .block A {
	color: #5B9032;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}

.comment, .comment A {
	color: #5B9032;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: none;
}

<!-- LOCATION -->

.location, .location A {
	color: #5B9032;
	font-size: 7pt;
}

.location_path {
	font-weight: bold;
}

.location_current {
	font-weight: none;
}

.location_home {
	font-weight: bold;
}

<!-- MENU -->

.menu_top, .menu_top A {
	color: #585858;
	font-size: 8pt;
	font-weight: bold;
	width: 100%;
}

.menu_opened, .menu_opened A {
	color: #585858;
	font-size: 8pt;
	font-weight: bold;
	width: 100%;
}

.menu_current, .menu_current A {
	color: #585858;
	font-size: 8pt;
	font-weight: bold;
	width: 100%;
}

.menu_subitem, .menu_subitem A {
	color: #585858;
	font-size: 7pt;
	font-weight: none;
	width: 100%;
}

<!-- CMS FORMATTED TABLE -->

TABLE.cms_table {
	border-collapse: collapse;
}

TR.cms_table {
	border: solid 1px #BBBBBB;
}

TD.cms_table {
	font-family: Verdana;
	font-size: 9pt;
	border: solid 1px #BBBBBB;
}

TH.cms_table {
	background-color: #BBBBBB;
	color: #EBEBEB;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	border: solid 1px #BBBBBB;
}

<!-- FORMS -->

.myform INPUT {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: none;
	background-color: #FFFFFF;
	border: 1, solid #7699A8;
	border-color: #7699A8;
	color: #7699A8;
}

.myform TEXTAREA {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: none;
	background-color: #FFFFFF;
	border: 1, solid #7699A8;
	border-color: #7699A8;
	color: #7699A8;
}
