/* Tag Styles */
/* ========================================================================= */
body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}
body,p,span,div,td,th,tr,li,ul,ol,h1,h2,h3,h4,input,select,textarea {
	font-family: Trebuchet MS,Verdana,Arial;
	font-size: 10pt;
	color: #959da1;
}
a {
	color: #b9d300;
	text-decoration: none;
}
a:hover {
	color: #b9d300;
	text-decoration: underline;
}
a:visited {
	color: #b9d300;
}
img {
	border: 0px;
}
form {
	display: inline;
	margin: 0px;
}
ul {
	list-style-image: url("/img/bullet.gif");
	margin-left: 16px;
	padding-left: 0px;
}
/* Classes */
/* ========================================================================= */
.table_main {
	width: 100%;
	height: 100%;
}
.table_main_logo {
	text-align: left;
	vertical-align: middle;
	height: 45px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 4px;
}
.table_main_search {
	text-align: right;
	vertical-align: middle;
	height: 45px;
	padding: 0px;
	padding-right: 5px;
}
.table_main_search input {
	vertical-align: middle;
}
.table_main_header {
	text-align: left;
	vertical-align: middle;
	height: 120px;
	padding: 0px;
	background-color: #b7d302;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url("/img/header_animation.gif");
}
.table_main_menu {
	vertical-align: middle;
	text-align: left;
	height: 25px;
	padding: 0px;
	padding-left: 120px;
	border: 0px;
	border-bottom: 1px solid #959da1;
}
.table_main_r {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	padding-top: 20px;
	width: 200px;
}
.table_main_body {
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 130px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url("/img/r.gif");
}
.table_main_footer_left {
	vertical-align: middle;
	text-align: left;
	height: 23px;
	padding: 0px;
	padding-left: 5px;
	font-size: 8pt;
	border-top: 1px solid #959da1;
}
.table_main_footer_left a {
	color: #959da1;
	text-decoration: none;
}
.table_main_footer_left a:hover {
	color: #959da1;
	text-decoration: underline;
}
.table_main_footer_left a:visited {
	color: #959da1;
}
.table_main_footer_right {
	vertical-align: middle;
	text-align: right;
	height: 23px;
	padding: 0px;
	padding-right: 5px;
	font-size: 8pt;
	border-top: 1px solid #959da1;
}
.table_main_footer_right a {
	color: #959da1;
	text-decoration: none;
}
.table_main_footer_right a:hover {
	color: #959da1;
	text-decoration: underline;
}
.table_main_footer_right a:visited {
	color: #959da1;
}
.main_menu {
	vertical-align: middle;
	text-align: left;
	height: 25px;
	border: 0px;
}
.main_menu td {
	font-weight: 500;
	vertical-align: middle;
	text-align: center;
	border: 0px;
	padding: 0px;
}
.main_menu td a {
	color: #959da1;
	text-decoration: none;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.main_menu td a:hover {
	color: white;
	text-decoration: none;
	background-color: #b9d300;
}
.main_menu td a:visited {
	color: #959da1;
	text-decoration: none;
}
.table_body {
	width: 100%;
	height: 100%;
}
.table_body_left {
	text-align: left;
	vertical-align: top;
	padding: 0px;
}
.table_body_divider_left {
	text-align: top;
	vertical-align: middle;
	padding: 0px;
	width: 15px;
	border-right: 1px solid #959da1;
}
.table_body_divider_right {
	text-align: top;
	vertical-align: middle;
	padding: 0px;
	width: 15px;
}
.table_body_right {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	width: 35%;
}
.heading1,h1 {
	font-size: 16pt;
	font-weight: 700;
	color: #b9d300;
}
.heading2,h2 {
	font-size: 12pt;
	font-weight: 700;
	color: #b9d300;
}
.heading3,h3 {
	font-size: 10pt;
	font-weight: 700;
	color: #b9d300;
}
.heading4,h4 {
	font-size: 10pt;
	font-weight: 700;
	color: #b9d300;
}
.normal {
	font-size: 10pt;
}
.normal_small {
	font-size: 8pt;
}
.search_result {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}
.search_result p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
}
.search_result img {
	vertical-align: middle;
}
.search_result_url {
	font-size: 8pt;
}
.search_result_url a {
	color: #959da1;
	text-decoration: none;
}
.search_result_url a:hover {
	color: #959da1;
	text-decoration: underline;
}
.search_result_url a:visited {
	color: #959da1;
}
/* Drop down menu classes */
/* ========================================================================= */
.menu {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.mainmenu {
	border: 0px;
	padding-left: 0px;
	color: white;
}
.mainmenubar {
	color: #959da1;
}
.mainmenu a {
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
}
.mainmenu a:link {
	color: #959da1;
	text-decoration: none;
}
.mainmenu a:visited {
	color: #959da1;
	text-decoration: none;
}
.mainmenu a:hover {
	color: white;
	text-decoration: none;
	background-color: #b9d300;
}
.mainmenu a:active {
	color: #959da1;
	text-decoration: none;
}
.submenu {
	margin: 0px;
	margin-left: 12px;
	padding: 1px;
	padding-bottom: 6px;
	padding-top: 4px;
	border-right: 1px solid #959da1;
	border-bottom: 1px solid #959da1;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background-color: #f8f8f8;
	text-align: left;
	vertical-align: baseline;
	line-height: 20px;
	position: static;
	overflow: auto;
	top: 194px;
	visibility: hidden;
	color: black;
	position: absolute;
	z-index: +1000;
	width: 280px;
}
.submenu a {
	color: #959da1;
}
.submenu a:link {
	color: #959da1;
	text-decoration: none;
}
.submenu a:visited {
	color: #959da1;
	text-decoration: none;
}
.submenu a:hover {
	color: #b9d300;
	text-decoration: underline;
	background-color: #f8f8f8;
}
.submenu a:active {
	color: #959da1;
	text-decoration: none;
}
.searchbar {
	background-color: white;
	background-image: url("/img/search_bk.gif");
	background-position: middle left;
	background-repeat: no-repeat;
	height: 22px;
	width: 160px;
	color: #a7a6aa;
	border: 1px solid #a7a6aa;
	padding-left: 20px;
	vertical-align: middle;
}
.example {
	border-collapse: collapse;
	border: 0px;
}
.example td {
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
}