
/* CSS Document */


body {
	font-family: arial, helvetica, sans-serif;
//	font-size: .5em;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
}

table#outer {
	font-family: arial, helvetica, sans-serif;
	font-size: .75em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
//	color: #000000;
}

table#inner {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
//	color: #000000;
}

.leftCol {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}

.leftColheader {
	font-weight: bold; 
	font-size: 1.5em; 
	text-align: center;
}

.leftColContentSubheader {
	font-weight: bold;
}

.leftColList {
	font-weight: normal;
}

div#leftColBorder {
	border: medium double gold;
	padding: 5px 10px 5px 10px;
}







.links {
	font-size: 12pt; 
	font-weight: bold; 
	color: #ffffff;
	text-align: center;
}





body#faqsBody {
	font-family: arial, helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
}


div.faqsTable {
	font-weight: normal;
}

div.faqsTable span {
	font-weight: bold;
}

p.faqsHeader {
	font-size: 2em;
	text-align: center;
}

p.faqsSubHeader {
	text-align: center;
}





a:link {
	color: lightblue;
	text-decoration: none;
}

a:visited {
	color: maroon;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

a:active {
	color: lightgreen;
	text-decoration: none;
}

p.img {
	text-align: center
}


/*
a.Top:link {color:#CCCC99}
a.Top:active {color:#CCCC99}
a.Top:visited {color:#CCCC99}
a:link {color:#330099}
a:active {color:#330066}
a:visited {color:#330066}
*/
