a.nav:link {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a.nav:active {
	color: #ff0000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a.nav:visited {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	color: #ff0000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a.header:link {
	color: #cc3333;
	font-family: "Arial", "Times New Roman", "sans-serif";
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a.header:active {
	color: #cc3333;
	font-family: "Arial", "Times New Roman", "sans-serif";
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a.header:visited {
	color: #cc3333;
	font-family: "Arial", "Times New Roman", "sans-serif";
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a.header:hover {
	color: #cc3333;
	font-family: "Arial", "Times New Roman", "sans-serif";
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a.bottom:link {
	color: #cc3333;
	font-family: "Arial", "Times New Roman", "sans-serif";
	font-size: 10pt;
	text-decoration: underline;
}

a.bottom:active {
	color: #cc3333;
	font-family: "Arial", "Times New Roman", "sans-serif";
	font-size: 10pt;
	text-decoration: underline;
}

a.bottom:visited {
	color: #cc3333;
	font-family: "Arial", "Times New Roman", "sans-serif";
	font-size: 10pt;
	text-decoration: underline;
}

a.bottom:hover {
	color: #cc3333;
	font-family: "Arial", "Times New Roman", "sans-serif";
	font-size: 10pt;
	text-decoration: underline;
}

.body {
	color: #666666;
	font-family: "Arial",  "Times New Roman", "sans-serif";
	font-size: 10pt;
}

.body_bold {
	color: #666666;
	font-family: "Arial", "Times New Roman", "sans-serif";
	font-size: 10pt;
	font-weight: bold;
}

.body_small {
	color: #666666;
	font-family: "Arial", "Times New Roman", "sans-serif";
	font-size: 8pt;
}

.body_small_bold {
	color: #666666;
	font-family: "Arial", "Times New Roman", "sans-serif";
	font-size: 8pt;
	font-weight: bold;
}

.body_small_bold_white {
	color: #ffffff;
	font-family: "Arial", "Times New Roman", "sans-serif";
	font-size: 8pt;
	font-weight: bold;
}

.body_small_italic {
	color: #666666;
	font-family:"Arial",  "Times New Roman", "sans-serif";
	font-size: 8pt;
	font-style: italic;
}

.body_header_bold {
	color: #cc3333;
	font-family: "Arial", "Times New Roman", "sans-serif";
	font-size: 10pt;
	font-weight: bold;
}
