/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	text-decoration: none;
}
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	text-decoration: none;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: yellow;
	text-decoration: none;
}
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}
a.standard:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: green;
	text-decoration: none;
}
a.standard:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: yellow;
	text-decoration: none;
}
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
.sideband {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}
a.sideband:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #9429AB;
	text-decoration: none;
}
a.sideband:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006600;
	text-decoration: none;
}
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #006600;
	text-decoration: none;
	
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #663366;
	text-decoration: none;
	font-weight: bold;
}
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}
a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: white;
	text-decoration: none;
}
.pagetitle_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #663366;
	text-decoration: none;
	font-weight: bold;
}
.sidetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
.image_left_top_body {
	BACKGROUND-POSITION: left top; BACKGROUND-REPEAT: no-repeat;
}
.image_left_bottom_body {
	BACKGROUND-POSITION: left bottom; BACKGROUND-REPEAT: no-repeat;
}
.image_right_top_body {
	BACKGROUND-POSITION: right top; BACKGROUND-REPEAT: no-repeat;
}
.image_right_bottom_body {
	BACKGROUND-POSITION: right bottom; BACKGROUND-REPEAT: no-repeat;
}
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
body {
	background-color: E4E4E4;
	background-image: url(../common_images/backdrop.gif);
	background-repeat: repeat-x;
}