.Header {
	
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.link-no-underline {
	
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}
.link-itallic {
	
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CC0033;	
	font-style: italic;	
	text-decoration: underline;
}
a:click {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline;
}
a:link {
	
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline;
}
a:visited {
	
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline;
}
a:active {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 15px;

}


em {
	
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
strong {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
