﻿.color_black {
	color: #000000;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url('../images/bk.png');
}
.NavBarUL {
	list-style-type: none;
	margin: 0px;
	margin-left: -25px;
}
.NavBarLI {
	padding: 3px;
	width: 75px;
	float: left; 
}
.NavBarLI a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-align: center;
	background-color: #DBDBDB;
	padding: 3px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #808080;
	border-bottom-color: #808080;
}
.NavBarLIVert {
	padding: 3px;
	width: 80px;
}
.NavBarLI a:hover {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #333333;
	border-bottom-color: #333333;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
	background-color: #808080;
	padding: 3px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.align_center {
	text-align: center;
}
.large_font {
	font-size: 16pt;
}
.italic_bold {
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
}
.text_underline {
	text-decoration: underline;
}
.image_border {
	border: 1px solid #808080;
	margin-left: 4px;
	margin-right: 4px;

}
.no_border {
	border-width: 0px;
}
.font_size_14pt {
	font-size: 14pt;
}

