/* CSS Document */
body {margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px;}
body, table, tr, td, div, a, span {font-family:Arial, Helvetica, Verdana, sans-serif; font-size:10pt; color:#000000}
a img, a:link img, a:visited img {border:0px}


/* Links */

#menuItem a.menu:link {
	font-size:9pt;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	width:200px;
	height:30px;
	display:block;
}
#menuItem a.menu:visited {
	font-size:9pt;
	color:#AFAFAF;
	font-weight:bold;
	text-decoration:none;
	width:200px;
	height:30px;
	display:block;
}
#menuItem a.menu:hover {
	font-size:9pt;
	color:#393939;
	font-weight:bold;
	text-decoration:underline;
	width:200px;
	height:30px;
	/*background-image:url(../images/menu_item_on.gif);*/
	background : #6B2E2E url(../images/menu_item_on.gif);
	display:block;
}

a.greyLinks:link {font-size:9pt; color:#AFAFAF; font-weight:bold; text-decoration:underline;}
a.greyLinks:visited {font-size:9pt; color:#AFAFAF; font-weight:bold; text-decoration:underline;}
a.greyLinks:hover {font-size:9pt; color:#6B2E2E; font-weight:bold; text-decoration:none;}

a.blackLinks:link {font-size:9pt; color:#363636; text-decoration:underline;}
a.blackLinks:visited {font-size:9pt; color:#363636; text-decoration:underline;}
a.blackLinks:hover {font-size:9pt; color:#6B2E2E; text-decoration:none;}

.disabledLink {font-size:9pt; color:#D7D7D7; font-weight:bold;	text-decoration:underline;}

a.mail:link {font-size:8pt; color:#AFAFAF}
a.mail:visited {font-size:8pt; color:#AFAFAF}
a.mail:hover {font-size:8pt; color:#FFFFFF; text-decoration:none}

a.lib:link {font-size:8pt; color:#363636; text-decoration:underline}
a.lib:visited {font-size:8pt; color:#AFAFAF; text-decoration:underline}
a.lib:hover {font-size:8pt; color:#6B2E2E; text-decoration:none}


/* Text styles */
.headings {font-family:"Times New Roman", Times, serif; font-size:18pt; color:#6B2E2E; font-weight:bold}
.subTitles {font-size:10pt; color:#393939; font-weight:bold}
.legalNote {font-size:7pt; color:#AFAFAF}
.copyright {font-size:8pt; color:#AFAFAF}
.address {font-size:8pt; color:#AFAFAF; z-index:10; position:absolute; top: 84%; left:7%; bottom: 2%; display:block}

em {color:#6B2E2E}
.name {font-size:11pt; font-weight:bold; color:393939;}

.smallTxt {font-size:8pt; color:#797979}


/* Table styles */
table.bordered {font-size:9pt; border-left:1px solid #3636363;}
tr.blackBack {background-color:#363636; color:#FFFFFF}
.title {font-size:8pt; font-weight:bold; color:#FFFFFF}
tr.greyBack {background-color:#EFEFEF; color:#363636}
td.cellStyle {font-size:8pt; border-right:1px solid #363636; border-bottom:1px solid #363636}
