﻿body
{
	background-image: url(Images/BkWhiParch.gif);
	background-repeat: repeat; 
	background-color: #ffffff;
	font-size: small;
	color: #003366;
	font-family: Tahoma;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
label
{
	background-color:inherit  
}
input
{
	font-family: inherit;
	font-size: inherit;
	color: black;
}
.textinput
{
	font-family: inherit;
	font-size: inherit;
	color: black;
}
#LabelErrors
{
	font-family: inherit;
	font-size: inherit;
	color: red;
}
.a
{
	

}
img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.menuitem
{
	border-right: thin outset;
	border-top: thin outset;
	vertical-align: middle;
	border-left: thin outset;
	border-bottom: thin outset;
	font-family: 'Tahoma';
	background-color: #006699;
	position: static;
	height: 25px;
	color: #ffffff;
	cursor: hand;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
}

.menuitem:hover
{
	border-right: thin outset;
	border-top: thin outset;
	vertical-align: middle;
	border-left: thin outset;
	border-bottom: thin outset;
	font-family: 'Tahoma';
	background-color: #666699;
	position: static;
	height: 25px;
	color: #ffffff;
	cursor: hand;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
}