.stitle {
	/* grey title text at top of page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}
.stext {
	/* green (main) text on page*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003333;
	text-decoration: none;
}
.bold {
	/* bold green (main) text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
}
.click {
	/* yellow underlined link text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
}
.gnTitle {
	/* green subtitle */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003333;
}
.footer {
	/* grey privacy policy text at bottom of all pages*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;

}

/* ------------- PAGE ELEMENT REDEFINITIONS ---------------------*/
A.stext {

	color: #003333;
	text-decoration: underline;
}
A.footer
{
	color: #666666;
	text-decoration: none;
}
a {
	color: #003333;
	text-decoration: underline;
}
A:visited {
	COLOR: #003333;
}
a:hover {
	color: #339966;

}
P {
	font-family:  Arial, Helvetica, sans-serif;
	FONT-SIZE: 100%; COLOR: #003333; 
}
UL {
	font-family:  Arial, Helvetica, sans-serif;
	FONT-SIZE: 100%; COLOR: #003333;
}
h1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #505050 ;
}
h2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #003333;
	font-weight: bold;
}
h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #003333;
	font-weight: bold;

}
h4 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #003333;
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #003333;
}
#lIdent {
	DISPLAY: none
}
#footer {
	DISPLAY: none
}
#lTopImage {
	DISPLAY: none
}
#lTableArea {
	WIDTH: 100%; BACKGROUND-COLOR: #fff; POSITION: relative; height: auto
}
#lSectionTitle {
	WIDTH: 100%; BACKGROUND-COLOR: #fff; POSITION: relative; height: auto
}
#RevolvingPicture {
	DISPLAY: none
}