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

/* PAGE PROPERTIES*/
body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* - - - - - - - - - - - - */
/* TOP NAV SECTION */

#topnav a:link {
	color: #666;
	text-decoration: none;
}

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

#topnav a:hover {
	color: /* #C90 */ #8C2C00;
	text-decoration: none;
}

#topnav a:focus {
	color: /* #C90 */ #8C2C00;
	text-decoration: none;
}

#topnav a:active {
	color: /* #C90 */ #8C2C00;
	text-decoration: none;
}

/* - - - - - - - - - - - - */
/* MAIN CONTENT SECTION */
#main .heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #C90;
	font-style: normal; 
	font-weight: bold;
}
#main .heading_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #C90;
	font-style: normal;
	font-weight: normal;
}

#main .text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #666;
}

#main a:link {
	color: /* #C90 */ #8C2C00;
}

#main a:visited {
	color: #999;
}

#main a:active {
	color: /* #C90 */ #8C2C00;
}

/* - - - - - - - - - - - - */
/* RIGHT COLUMN SECTION */

#rightcolumn .text_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #999;

}

#rightcolumn a:link {
	color: /* #C90 */ #8C2C00;
	text-decoration: none;
}

#rightcolumn a:hover {
	color: /* #C90 */ #8C2C00;
	text-decoration: underline;
}

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

#rightcolumn a:active {
	color: /* #C90 */ #8C2C00;
	text-decoration: underline;
}

/* - - - - - - - - - - - - */
/* BOTTOM SECTION */

#bottom .text_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #666;
}

#bottom a:link {
	color: /* #C90 */ #8C2C00;
}

#bottom a:hover {
	color: /* #C90 */ #8C2C00;
}

#bottom a:visited {
	color: #666;
}

#bottom a:active {
	color: /* #C90 */ #8C2C00;
}
