﻿.small_font_style {
	font-family: Tahoma;
	font-size: 8pt;
}
.body_font_style {
	font-family: Tahoma;
	font-size: 10pt;
}
#update_text {
	width: 227px;
	color: #808080;
	font-family: Tahoma;
	font-size: 8pt;
}
#search_bar {
	width: 192px;
}
.menu_class {
	padding: 0;
	width: 100%;
	border-top: 5px solid #B9CDE5;
/*color theme*/	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	direction: ltr;
	margin-left: 0px;
}
.menu_class li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}
.menu_class a {
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0;
/*Margin between each menu item*/	padding: 5px 10px 9px 10px;
/*Padding within each menu item*/	background-color: white; /*Default menu color*/ /*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.menu_class a:hover {
	background-color: #B9CDE5; /*Color theme*/;
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */;
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/;
	color: white;
}
.menu_class a:focus {
	background-color: #B9CDE5; /*Red color theme*/;
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */;
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/;
	color: white;
}
.menu_class .current a {
	/** currently selected menu item **/
	background-color: red; /*Red color theme*/;
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */;
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/;
	color: white;
}

.style4 {
	border-width: 0px;
	font-family: Tahoma;
	font-size: 12pt;
	color: #FFFFFF;
	height: 29px;
	font-weight: bold;
	text-align: left;
		background-color: #B9CDE5;
}
.style12 {
	text-align: left;
	border: 1px solid #B9CDE5;
	font-family: Tahoma;
	font-size: 16pt;
	color: #FFFFFF;
}

.style17 {
	border-width: 0px;
	text-align: left;
	font-size: 12pt;
	height: 28px;
	font-weight: bold;
	background-color: #B9CDE5;
}
.style24 {
	text-align: left;
	border: 1px solid #B9CDE5;
	height: 150px;
	font-family: Tahoma;
	font-size: x-small;
	direction: ltr;
}

#page_div a:visited{
	color: blue;
}