@charset "utf-8";
/* CSS Document */

/* Genaral ================================================================== */
body, p, div, td, span {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #333333;
}
a {
	font-size: 8pt;
	color: #AA0000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* Headers ================================================================ */
.Header {
	font-family: "Times New Roman", Times, serif;
	font-size:14pt;
	font-style: italic;
	color:#3399CC;
}
.SubHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

/* Menu ============================================================= */
.MainMenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.MainMenu A {
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
.MainMenu A:hover {
	color: #FF9933;
	text-decoration: none;
}

/* QuickMenu ============================================================= */
.QuickMenu {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:7pt;
	font-style:normal;
	color:#666666;
}
.QuickMenu a {
	font-size:7pt;
	color: #666666;
	text-decoration: none;
}
.QuickMenu a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* Copyright ============================================================= */
.Copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #666666;
}

/* SignedBy ============================================================= */
.SignedBy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #999999;
}
.SignedBy a {
	font-size: 7pt;
	color: #999999;
	text-decoration: none;
}
.SignedBy a:hover {
	text-decoration: underline;
	color: #FF6600;
}