﻿html {
	height: 100%;
}
body {
	font-family: Verdana, arial, sans-serif;
	font-size: 70%;
	margin: 0px;
	line-height: 150%;
	padding: 0px;
	background-color: #fff;
	color: #000;
	width: 100%;
	min-width: 600px; /* to stop overlapping into the text */;
	height: 100%;
}
/* reset heading margins and sizes */
h1, h2, h3, h4, h5, h6, ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
h1 {
	line-height: 120%;
	font-size: 280%;
	color: #000;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}
h2 {
	line-height: 120%;
	font-size: 200%;
	color: #000;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}
h3 {
	font-size: 150%;
	line-height: 120%;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}
h4 {
	font-size: 130%;
	line-height: 120%;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}
h5 {
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
	margin: 20px 0px 20px 0px;
	color: #000;
	background-color: transparent;
}
h6 {
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
	margin: 20px 0px 20px 0px;
}
h1.hidden {
	visibility: hidden;
	display: inline;
	font-size: 80%;
}
ul {
	margin-left: 20px;
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	/*margin:1em 0 1em 0;*/
	line-height: 120%;
	background-color: #fff;
	color: #000;
}
input, textarea, select {
	font-family: Verdana, arial, sans-serif;
	border: 1px solid #666;
	font-size: 100%;
	background-color: #f6f7f5;
	color: #000;
}
textarea {
	line-height: 150%;
}
hr {
	color: gray;
	background-color: gray;
	border: 0;
}
table {
}
fieldset {
	border: 1px solid #666;
}
#rightnav {
	position: absolute;
	text-align: right;
	padding-right: 0px;
	font-size: 10px;
	top: 77px;
	right: 22px;
	font-weight: bold;
}
.red {
	color: Red;
	background-color: transparent;
}

.blue {
	color:#0066DD;
	background-color:transparent;
}
.bold {
	font-weight: bold;
}
.button {
	BORDER-RIGHT: #000 1px solid;
	BORDER-TOP: #000 1px solid;
	FONT-weight: bold;
	BORDER-LEFT: #000 1px solid;
	COLOR: #fff;
	BORDER-BOTTOM: #000 1px solid;
	BACKGROUND-COLOR: gray;
	vertical-align: middle;
}
.button2 {
	BORDER-RIGHT: #000 1px solid;
	BORDER-TOP: #000 1px solid;
	FONT-weight: bold;
	BORDER-LEFT: #000 1px solid;
	COLOR: #fff;
	BORDER-BOTTOM: #000 1px solid;
	BACKGROUND-COLOR: #424c9d;
	vertical-align: middle;
	text-decoration: none;
	padding: 2px;
}
.button3 {
	BORDER-RIGHT: #000 1px solid;
	BORDER-TOP: #000 1px solid;
	FONT-weight: bold;
	BORDER-LEFT: #000 1px solid;
	COLOR: #fff;
	BORDER-BOTTOM: #000 1px solid;
	BACKGROUND-COLOR: silver;
	vertical-align: middle; /*padding:2px;*/;
	width: 78px;
}
.pRow {
	padding: 15px;
}
.ul2 {
	line-height: 300%;
}
a {
	text-decoration: none;
}
a:link {
	color: #0066cc;
}
a.buttonLink4:link, a.buttonLink4:active, a.buttonLink4:visited, a.buttonLink4:hover {
	COLOR: white;
	font-weight: bold;
	border: 1px #000 solid;
	HEIGHT: 35px;
	BACKGROUND-COLOR: silver;
	vertical-align: middle;
	padding: 0px 17px 3px 17px;
	text-align: center;
	text-decoration: none;
	width: 78px;
	height: 45px;
}
a.buttonLink:link {
	COLOR: white;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-BOTTOM: #000 1px solid;
	BORDER-LEFT: #000 1px solid;
	FONT: bold 11px verdana, sans-serif;
	HEIGHT: 20px;
	BACKGROUND-COLOR: #808080;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	text-align: center;
	text-decoration: none;
}
a.buttonLink:active {
	COLOR: white;
	BORDER-RIGHT: #000 1px solid;
	BORDER-TOP: #000 1px solid;
	FONT: bold 11px verdana, sans-serif;
	BORDER-LEFT: #000 1px solid;
	BORDER-BOTTOM: #000 1px solid;
	HEIGHT: 20px;
	BACKGROUND-COLOR: #808080;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}
a.buttonLink:visited {
	COLOR: white;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-BOTTOM: #000 1px solid;
	BORDER-LEFT: #000 1px solid;
	FONT: bold 11px verdana, sans-serif;
	HEIGHT: 20px;
	BACKGROUND-COLOR: #808080;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	text-align: center;
}
a.buttonLink:hover {
	COLOR: #666;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-BOTTOM: #000 1px solid;
	BORDER-LEFT: #000 1px solid;
	FONT: bold 11px verdana, sans-serif;
	HEIGHT: 20px;
	BACKGROUND-COLOR: #808080;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}
a.buttonLink2:link {
	COLOR: black;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-BOTTOM: #000 1px solid;
	BORDER-LEFT: #000 1px solid;
	FONT: 11px verdana, sans-serif;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #e0e0e0;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	text-align: center;
	text-decoration: none;
}
a.buttonLink2:visited {
	COLOR: green;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-BOTTOM: #000 1px solid;
	BORDER-LEFT: #000 1px solid;
	FONT: 11px verdana, sans-serif;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #e0e0e0;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	text-align: center;
	text-decoration: none;
}
a.buttonLink2:hover {
	COLOR: black;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-BOTTOM: #000 1px solid;
	BORDER-LEFT: #000 1px solid;
	FONT: 11px verdana, sans-serif;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #e0e0e0;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	text-align: center;
	text-decoration: none;
}
a.buttonLink2:active {
	COLOR: black;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-BOTTOM: #000 1px solid;
	BORDER-LEFT: #000 1px solid;
	FONT: 11px verdana, sans-serif;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #e0e0e0;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	text-align: center;
	text-decoration: none;
}
a.buttonLink3 {
	display: block;
	padding: 2px 3px 0px 3px;
}
a.buttonLink3:link {
	COLOR: white;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-BOTTOM: #000 1px solid;
	BORDER-LEFT: #000 1px solid;
	FONT: bold 11px verdana, sans-serif;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #808080;
	vertical-align: middle;
	width: 180px;
	text-align: center;
}
a.buttonLink3:active {
	COLOR: white;
	BORDER-RIGHT: #000 1px solid;
	BORDER-TOP: #000 1px solid;
	FONT: bold 11px verdana, sans-serif;
	BORDER-LEFT: #000 1px solid;
	BORDER-BOTTOM: #000 1px solid;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #808080;
	vertical-align: middle;
	width: 180px;
}
a.buttonLink3:visited {
	COLOR: white;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-BOTTOM: #000 1px solid;
	BORDER-LEFT: #000 1px solid;
	FONT: bold 11px verdana, sans-serif;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #808080;
	vertical-align: middle;
	width: 180px;
	text-align: center;
}
a.buttonLink3:hover {
	COLOR: yellow;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-BOTTOM: #000 1px solid;
	BORDER-LEFT: #000 1px solid;
	FONT: bold 11px verdana, sans-serif;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #808080;
	vertical-align: middle;
	width: 180px;
}
/*
.gvright {
	padding-right: 20px;
}

*/
/*
.toprow{
background-color:#c0c0c0;
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#c0c0c0,endColorStr=#e7e7e7);
border-bottom:solid 1px gray;

}
*/
.btnMargin {
	margin-bottom: 5px;
}
.lblMargin {
	margin-bottom: 15px;
}
.tblStyle0 {
	border: 0px;
}
.tblStyle1 {
	border: 1px black outset;
}
.disabled {
	background-color: Silver;
	border: ridge 1px gray;
	color: #000; /*height:35px;*/;
	padding: 3px;
/*width:154px;*/	display: block;
}
a.disabled:hover {
	text-decoration: none;
	background-color: Gray;
	color: #000;
}
.panel {
	padding: 10px;
	border: 1px solid #D5EAFF;
}
.centred {
	text-align: center;
}
.splogo {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	/*width:100px;*/
}
a.info, a.info:visited {
	position: relative; /*this is the key*/;
	z-index: 0;
	color: #000;
	background-color: #fff;
	text-decoration: underline;
}
a.info:hover {
	z-index: 0;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	cursor: help;
}
a.info span {
	display: none;
}
a.info:hover span {
	/*the span will display just on :hover state*/
    display: block;
	position: absolute;
	padding: 5px;
	top: 3em;
	left: -150px;
	width: 300px;
	border: 1px solid #ccc;
	background-color: #ccc;
	color: #000;
	text-align: left;
	text-decoration: none;
	cursor: help;
}
a.info2, a.info2:visited {
	position: relative; /*this is the key*/;
	color: #000;
	text-decoration: underline;
	z-index: 0;
}
a.info2:hover {
	z-index: 10;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	cursor: help;
}
a.info2 span {
	display: none;
	z-index: 0;
}
a.info2:hover span {
	/*the span will display just on :hover state*/
    display: block;
	position: absolute;
	padding: 6px;
	top: 50px;
	left: -2em;
	width: 200px;
	background-color: #ccc;
	color: #000;
	text-align: left;
	text-decoration: none;
	cursor: help;
	border: 1px solid black;
}

a.info3, a.info3:visited {
	position: relative; /*this is the key*/;
	color: #000;
	text-decoration: underline;
	z-index: 0;
}
a.info3:hover {
	z-index: 10;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	cursor: help;
}
a.info3 span {
	display: none;
	z-index: 0;
}
a.info3:hover span {
	/*the span will display just on :hover state*/
    display: block;
	position: absolute;
	padding: 6px;
	top: 40px;
	left: 14em;
	width: 200px;
	background-color: #ccc;
	color: #000;
	text-align: left;
	text-decoration: none;
	cursor: help;
	border: 1px solid black;
}

a.info4, a.info4:visited {
	position: relative; /*this is the key*/;
	color: #000;
	text-decoration: underline;
	z-index: 0;
}
a.info4:hover {
	z-index: 10;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	cursor: help;
}
a.info4 span {
	display: none;
	z-index: 0;
}
a.info4:hover span {
	/*the span will display just on :hover state*/
    display: block;
	position: absolute;
	padding: 6px;
	top: -40px;
	left: 12em;
	width: 200px;
	background-color: #ccc;
	color: #000;
	text-align: left;
	text-decoration: none;
	cursor: help;
	border: 1px solid black;
}


.noborder {
	border: 0px;
}
.skip a {
	padding: 0 0.5em;
	display: inline;
	z-index: 2;
	text-decoration: none;
	position: absolute;
	top: 20px;
	left: -200px;
}
.skip a:focus, .skip:active {
	position: absolute;
	left: 250px;
	top: 20px;
}

code {
	font-size:140%;
}
@media print
{
.noprint {
	display: none;
}
fieldset {
	border: 0px;
}
}
@media screen
{
.nodisplay {
	display: none;
}
}
.redbold {
	font-weight: bold;
	color: #FF0000;
	background-color: #fff;
}
