					 

body				{
	font-family : Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;

}



.header				{
	font-weight: bold;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 9px;
	font-family : Arial, sans-serif;
	font-size: 150%;
}

.headersmall				{
	font-weight: bold;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 9px;
	font-family : Arial, sans-serif;
	font-size: 150%;
}

.headerbig				{
	font-weight: bold;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 9px;
	font-family : Arial, sans-serif;
	font-size: 200%;
}

.white				{
	color: #FFFFFF;
	background-color: #FFFFFF;

}
					
					 
/* Specifications for all listings */ 
					 
ul  				{
	font-family : Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 120%;
	list-style-position: outside;
	list-style-type: disc;



}
				
dl  				{
					 font-family : Arial, sans-serif;}


 The following .skp selector defines the style for text on the page which does not actually appear on your screen but which is picked up by text-to-speech readers.  This is achieved by setting the font size to zero and making the font colour the same as the background colour.  When tested using the W3C CSS validator, a warning is issued to telling you that the type is set to the same colour as the background colour of other selectors.  This simply alerts you to the fact that the colours are identical but it does not affect validation. - ->


.skp 				{font-size: 0em;
					 font-family : Arial, sans-serif;
				 	 color: #ffffff;
					 text-decoration: none}
					 
.navbartitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 90%;
	background-color: #006633;


}




.standardtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
}


.standardtext a:{
	font-family: Arial, Helvetica, sans-serif;
	color: #0033FF;;
}

.standardtext a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #0033FF;;
}



.standardtext a:hover{
	background-color: #FFFF00;
	color: #000000;

}


.whitelink {
	color: #FFFFFF;
	text-decoration: none;

}
.whitelink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.whitelink:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #00B75B;


}

.bluebar {
	background-color: #0066cc;
	height: 2px;
	width: 100%;
	border: 100% solid #0033FF;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2.5%;
}
 #navcontainerVERT
{
	width: 100%;
	border-right: 1px solid #000;
	padding: 0 0 1em;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #33CC99;
	color: #333;
	font-size: 100%;
	font-weight: bold;


}

#navcontainerVERT ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainerVERT li
{
border-bottom: 1px solid #FFFFFF;
margin: 0;
}

#navcontainerVERT li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #006600;
border-right: 10px solid #00FF66;
background-color: #009966;
color: #ffffff;
text-decoration: none;
width: auto;
}

html>body #navcontainerVERT li a { width: 100%; }

#navcontainerVERT li a:hover
{
border-left: 10px solid #FFFF00;
border-right: 10px solid #FFFF00;
background-color: FFFF00;
color: 0033ff;
}
.bigtext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000099;
}

.bigtext a:{
	color: #0033FF;;
}

.bigtext a:visited{
	color: #0033FF;;
}

.bigtext a:hover{
	color: #000000;
	background-color: #FFFF00;

}

.standardtextleftgap {
	left: 50px;
	margin-left: 20px;
	padding-left: 0px;
	border: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;

}

.standardtextleftgap a:visited{
	color: #0000FF;

}

.standardtextleftgap a:hover{
	color: #000000;
	background-color: #FFFF00;

}



.Disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000099;
}
.100pcText {
	font-size: 120%;
}
.TableLabels {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	background-color: #009966;
	color: #FFFFFF;
	font-size: 120%;


}
.TableCells {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: #C6F0E2;
	font-size: 120%;
	background-position: left top;

}


.TableCells a:visited{
	font-weight: normal;
	background-position: left top;
	color: #0000FF;

}


.TableCells a:hover{
	font-weight: normal;
	background-color: #FFFF00;
	background-position: left top;
	color: #000000;

}




.standardtexthyperlink {

	font-family: Arial, Helvetica, sans-serif;
}


.standardtexthyperlink a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;

}

.standardtexthyperlink a:hover{
	color: #000000;
	background-color: #FFFF00;

}

.nav				{
	font-size: 100%;
	color: #0000FF;
	font-family : Arial, sans-serif;
}
				 

.nav a:link			{
	text-decoration: underline;
	color: #0000FF;}
	
.nav a:visited			{
	 text-decoration: underline;
	 	color: #0000FF;}
					 
.nav a:hover			{
    color: #000000;
	background-color: #FFFF00;}

