.noScreen {
	display: none !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}
body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 80%;
}
td {
	font-size: 80%;
}

.bt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
/* footer as outside of body, underneath page that typical includes copyright or sub-text */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
/* notes to the user */
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.finePrint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

/* header text for  menu items found on the side */
.sideItems {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
/* paragraph header */
.paragraphHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold; 
}
/* sub title for a page, used specifically on the page title only */
.subTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
/* non-graphic page title */
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.4em; 
	font-weight: bold; 
	text-decoration: none;
}

.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

.blue {
	color: #0063A4;
}

.green {
	color: #006059;
}

/* use the following text formatting for all text using the space notation, i.e. bt bold */
.bold {
	font-weight: bold;
	font-style: none;
}
.Italic {
	font-weight: 100;
	font-style: italic;
}
.BoldItalic {
	font-weight: bold; 
	font-style: italic;
}
.u {
	text.decoration: underline;
	font-weight: 100;
	font-style: none;
}

/* always use textSpacing  to begin style name, you can add specific clarification text afterwards for your needs, such as textSpacing_L10 or textSpacing_L20 
  use within paragraph or div tag for top and bottom spacing, otherwise should work with span, MUST BE TESTED!!!
*/
.textSpacing {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
/* standard link and hover colors */
a {
	text-decoration: underline;
	color: #0000FF;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #888BEB;
}

/* any class that has the work Link in it must be applied to anchor tags only */
.footerLink {
	text-decoration: underline;
	color: #000000;
}

.footerLink:link {
	color: #000000;
	text-decoration: underline;
}

.footerLink:visited {
	color: #000000;
	text-decoration: underline;
}

.footerLink:hover {
	text-decoration: underline;
	color: #888BEB;
}

/* style for the side menu items */
.sideMenuLink {
	text-decoration: underline;
	color: #000000;
}

.sideMenuLink:link {
	color: #000000;
	text-decoration: underline;
}

.sideMenuLink:visited {
	color: #000000;
	text-decoration: underline;
}

.sideMenuLink:hover {
	text-decoration: underline;
	color: #888BEB;
}
