a:visited { 
	text-decoration: none; 
	color: #700070;
}

a:link { 
	text-decoration: none; 
	color: #0000a0;
}
a:hover { 
	text-decoration: none; 
	color: #c40038; 
	background-color: #b8b8c8; 
	cursor: pointer;
}
a:active { 
	text-decoration: none; 
	color: #00a000;
}

body, h1, h2, h3, h4, h5, h6, li, p, td, th, tr { 
	color: black; 
	font-weight: normal; 
	font-size: 10pt; 
	font-family: MyriadPro-Regular, "Myriad Web", Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif;
}

h1 { 
	color: #c40038; 
	font-weight: bold; 
	font-size: 14pt;
}

h2 { 
	color: #222822; 
	font-weight: normal; 
	font-size: 13pt;
}

h3 { 
	color: #c40038; 
	font-weight: bold; 
	font-size: 12pt;
}

h4  { 
	color: #222822; 
	font-weight: bold; 
	font-size: 10pt;
}

h5  { 
	color: #c40038; 
	font-weight: bold; 
	font-size: 10pt;
}

h6  { 
	color: #222822; 
	font-weight: normal; 
	font-size: 8pt; 
	margin-bottom: 0pt;
}

li    { 
	list-style-type: square; 
	list-style-image: url(Images/RedRectangle10px.gif); 
	margin-left: -3pt;
}

pre  { 
	color: black; 
	font-weight: normal; 
	font-size: 10pt; 
	font-family: Courier New, Courier, Monospace; 
	text-align: left;
}

.bold { 
	font-weight: bolder;
}

.menu  { 
	font-weight: bolder; text-decoration: none;
}

.shade  { 
	color: #999; font-size: 8pt;
}

.grey  { 
	color: #A2ADC6}
}

.red { 
	color: #c40038;
}

