.Header {
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 35px;
	text-decoration: none;
	font-weight: bolder;
}


.LogoStyle {
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 25px;
	text-decoration: none;
	font-weight: bolder;
}

.Label {
	color: #800000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bolder;
}

.Control {
	color: #800000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.ReverseControl {
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	background-color: #800000;
}

.Help {
	color: #800000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.Nav {
	background-color: #800000;
	border-color: #000000;
	border-size: 1px;
}

.ErrorMessage {
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	text-decoration: none;
}


.NBOTitle {
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	text-decoration: none;
	background-color: silver;
	font-weight: bold;
}

.NBOPrintTitle {
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11pt;
	text-decoration: none;
	background-color: silver;
	font-weight: bold;
}

.NBOPrintData {
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	text-decoration: none;
}

.NBOTitle:Hover {
	color: #0000ff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	text-decoration: underline;
	background-color: silver;
	font-weight: bold;
}


.LinkLabel {
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bolder;
}

.LinkLabel:Hover {
	color: #ffff00;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bolder;
}

.LargeLabel {
	color: #maroon;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.ButtonStyle {
	color: #ffffff;
	background-color: #0000ff;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.tip {
	font:13px Arial,Helvetica,sans-serif;
	border:solid 1px Maroon;
	width:250px;
	padding:1px;
	position:absolute; z-index:100;
	visibility:hidden;
	color:#333333;
	top:20px;
	left:90px;
	background-color:#ffffcc;
	layer-background-color:#ffffcc;
}
