.LogoBarText
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight:bold;
	color: black;
	background-color: Yellow;
}

.MenuTextNormal2
{
 	width: 120px;
	height: 30px;
	text-align: center;
	font-family: Verdana;
	font-size: 8pt;
	font-weight:bold;
	color: black;
	background-image: url(./graphics/btn2.jpg); 
	background-color: #BAD0E6;
}

.MenuTextNormal
{
 	width: 80px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #4E86BE;
	background-color: #BAD0E6;
	border-color: #BAD0E6;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	cursor: auto;
}

.MenuTextHover
{
 	width: 80px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 8pt;
	font-weight:bold;
	color: black;
	background-color: white;
	border-color: blue;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	cursor: pointer;
}

.PageText
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	background-color: white;
}

.PageBody
{
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.SmallText
{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	color: black;
	background-color: white;
}

.HeaderBox
{
 	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-collapse: collapse;
	width: 950px;
}

.LinkText
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	background-color: white;
}

a:active.LinkText
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	background-color: white;
}

a:link.LinkText
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	background-color: white;
}

a.LinkText:visited
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	background-color: white;
}

a:hover.LinkText
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: red;
	background-color: white;
}

