/*  UNIVERSAL  */

body {
	background-color: #0053A1;
	color: #000000;
}

td {
	font-family: verdana, sans-serif;
	font-size: 11px;
	
}

p
{
	text-indent: 2em;
	line-height: normal;
}

/*  MOST TEXT  */

.textBackground {
	background-image: url("images/text_bg.jpg");
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

.mainText {
	background-color: transparent;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.3em;
}

.textRight {
	background-image: url("images/text_right.jpg");
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.7em;
}
	






/*  FAQ AND GLOSSARY STYLES  */


.question {
	font-weight: bold;
}


.answer {
	color: #666666;
	text-indent: 0em;
	padding-left: 3.5em;
}

.glossaryTerm {
	font-weight: bold;
}


.glossaryDefinition {
	font-weight: normal;
	color: #666666;
	text-indent: 0em;
	padding-left: 3.5em;
}




/*  LINKS  */

a:link {
	color: #0053A1;
	font-decoration: underline;
	font-weight: bold;
}


a:hover {
	color: #CC0000;
	font-decoration: underline;
	font-weight: bold;
}


a:active {
	color: #CC0000;
	font-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #666666;
	font-decoration: underline;
	font-weight: bold;
}