body { margin:0px; padding: 0px; color:#2f2f2f; font-family:"Times New Roman", Times, serif; font-size:13px;}

h2 {
	font-family:"Garamond", "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: bold;
	color:#b889ba;
	padding: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}

h3 {
	font-family:"Garamond", "Times New Roman", Times, serif;
	font-size:15px;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
	display: inline;	
}

h4 {
	font-family:"Garamond", "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: bold;
	color: #9F61A3;
	font-variant: small-caps;
	display: inline;	
}

h5 {
	font-size: 14px;
	font-weight: bold;
	background-color: #CCACCE;
	padding: 2px;
	margin-bottom: 0px;
	border: 1px dotted #ECE9D8;
	color: #333333;
}

p {
	text-align: justify;
}

a {
	text-decoration: none;
	color: #b889ba;
}

a:hover {
	text-decoration: underline;
}

img.text {
border:1px solid #c3c3c3;
padding: 5px;
}

li {
	padding-bottom: 5px;
	list-style-image: url(images/arrow.gif);
}

.txtPurple { font-family:"Times New Roman", Times, serif; font-size:13px; color:#b889ba;}
.textRed13 { font-family:"Times New Roman", Times, serif; font-size:13px; font-weight: bold; color: #FF0000;}

#contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #b889ba;
	float: right;
	border: none;
	padding-top: 5px;
	display: inline;
	vertical-align: top;
}

#logo {
	display: none;
}

#footer {
	color:#704f71;
	line-height: 20px;
}
#footer a {color:#704f71; text-decoration:none;}
#footer a:hover {color:#704f71; text-decoration:underline;}

.subheading {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #333333;
	text-align: center;
}

.update {
	margin: 5px; 
	padding: 5px; 
	border-style: solid; 
	border-color: #CCCCCC; 
	border-width: 1px;
}

.ital {
	font-style: italic;
}
a.pdf {
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:20px;
	text-align:left;
}
/*------------- Styles for table data and charts. ----------------*/

/* Sets color for table borders.*/
.chart {
	background-color: #CCCCCC;
}

/* Sets color/style for table headings.*/
.chart th {
	background-color: #EEEEEE;
	text-align: left;
}

/* Sets color/style for table cells.*/
.chart td {
	background-color: #FFFFFF;
	padding: 3px;
}

