.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
}

.copyright a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00529b;
	text-decoration: underline;
}

.copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00529b;
	text-decoration: underline;
}

.copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	color: #00529b;
}

.bottomText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00529b;
}

.bottomText a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00529b;
	text-decoration: underline;
}

.bottomText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #00529b;
}

.bottomText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00529b;
	text-decoration: underline;
}

.quicklinks {
	color: #003399;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}
.quicklinks a:link {
	color: #003399;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 9px;
}
.quicklinks a:hover {
	color: #999999;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 9px;
}
.quicklinks a:visited {
	color: #003399;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 9px;
}

.leftNavMain {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}

.leftNavMain a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.leftNavMain a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}

.leftNavMain a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}

.leftNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}

.leftNav a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}

.leftNav a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #003399;
}

.leftNav a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.blueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00529b;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.bodyText a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00529b;
	text-decoration: underline;
	
}
.bodyText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00529b;
	text-decoration: underline;
}

.bodyText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #00529b;
}

.Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:bold;
	font-style: normal;
	color: #666666;
}

.blueHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	font-style: normal;
	color: #00529b;
}

td.border{
		border-left-width:1px;
		border-left-style: solid;
		border-left-color:#d8cadf;
		
		border-top-width:1px;
		border-top-style: solid;
		border-top-color:#d8cadf;
		
		border-bottom-width:1px;
		border-bottom-style: solid;
		border-bottom-color:#d8cadf;
		
		border-right-width:1px;
		border-right-style: solid;
		border-right-color:#d8cadf;
	}