/* Cascading Style Sheet - StyleSheet.css */
/* Initial Style Sheet */

BODY {
	font-size: 10pt;
	background: #FFFFFF;
	/*color: #003366;*/
	color: #333366;
	/*font-family:	Times New Roman, serif;*/
	font-family:  Arial, Helvetica, sans-serif;
}
h1, h3, h4, h5, h6 { 
	font-family: Helvetica,  Arial, sans-serif;
	background: transparent;
	/*color: #333399;*/
}
h2 {
	/*font-family:	Times New Roman, serif;*/
	font-family:  Arial, Helvetica, sans-serif;
	background: #ffffff;
	font-size: 18pt;
	margin: 2px;
	/*color: #333366;*/
	color: #339999;
	/*color: #f2ba45;*/
}
h3 {
	/*font-family:	Times New Roman, serif;*/
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-top: 15px;
	/*color: #333366;*/
	color: #333366;
	/*color: #f2ba45;*/
}
p {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
td {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
th {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
td b {
	font-family:  Arial, Helvetica, sans-serif;
}
td small {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
A:link {
	/*color: #FF0000;*/
	/*color: #f2ba45;*/
	font-weight: bold;
	color: #ff9933;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
A:visited {
	/*color: #990000;*/
	font-weight: bold;
	color: #996666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
small a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
LI {
	/* display: list-item; */
	list-style-type: disc;
	list-style-image: url(images/btnLI.gif);
	/*margin: 5px 1px 1px 1px; */
	/*padding: 1 15 1 1;*/
	background: transparent;
}
.catNav {
	color: #003366;
	background: transparent;
}
.catNavLoc {
	font-weight: bold;
	color: #003399;
	background: transparent;
}
.catNavBkg {
	/*background: #C8D6E4;*/
	background: #66CCFF;
}

.catHeader { 
	font-family: Helvetica,  Arial, sans-serif;
	font-size: 10pt;
	/*color: #003399;*/
	color: #008A94;
	/*background: transparent;*/
	background: #eeeeee;
}
.redbold { 
	color: red;
	font-weight: bold;
	background: transparent;
}

.colTitle {
	font-weight: bold;
	color: #333399;
	background: transparent;
}

.small {
	font-size: 8pt;
	font-family: "MS Sans Serif", Helvetica,  Arial, sans-serif;
}







