body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
		font-size: 11px;
		color:#000000
}
p, td, input {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
		font-size: 11px;

}

h1 {
	font-size:24px;
	color: #031D5A;
	font-weight: normal;
}


h2 {
	font-weight: normal;
	font-size: 16px;
	color: #F77F28;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #000033;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000033;
}

a:hover {
	color: #FF3300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}




.menulink {
	color: #00487d;
	background-color: #bfe4ff;
	border: 1px solid #b35a00;
	text-decoration: none;
	padding: 2px 2px 2px 5px;
	margin: 0px 0px 10px;
	font-weight: bold;
	display: block;
}
.menulink:hover {
	background-color: #FFCC33;
}


blockquote {
	visibility: hidden;
}




.productsTable {
	padding: 5px;
	width: 100%;
}
.productsTable td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
#accesslink a {
	font-family: Arial, Helvetica, sans-seri;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#accesslink {
	text-align: right;
}
.noaccessible {
display:block;
}
.accessible {
/* Hide contents off-left, so it will be read out but not seen*/ 
height: 1px !important ; left: 0px; overflow: hidden; position: absolute; left: -9999px; width: 1px;line-height:1px !important ;}