/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/


.m0l0o {
	border: 0px solid #990000;
	text-decoration: none; 
}

.m0l1o {
	border: 0px solid #990000;
	text-decoration: none; 
	filter: alpha(opacity=100);
}

.m0l2o {
	border: 0px solid #ffffff;
	text-decoration: none;
}

.m0l0i {
	font-size: 11px;
	font-family: Helvetica, Tahoma, Verdana;
	padding: 3px;
	text-decoration: none;
	FONT-WEIGHT: normal;
}
.m0l1i {
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	text-decoration: none;
}

.m0l2i {
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	text-decoration: none;
}

/* a class for all Tigra Hints boxes, TD object */
	.hintsClass
		{text-align: center; font-family: Verdana, Arial, Helvetica;}
/* this class is used by Tigra Hints wrappers */
	.row
		{background: white;}

.body {
	FONT-SIZE: 9pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding: 7px;
}
.largebody {
	FONT-SIZE: 11pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding: 7px;
}
.largebold {
	FONT-SIZE: 11pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	padding: 12px;
}
.bold {
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.smalltype {
	FONT-SIZE: 7pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.mediumbody {
	FONT-SIZE: 9pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.orangetype {
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	COLOR: #ff3300;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.popup {
	FONT-SIZE: 10pt; 
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.specs {
	FONT-SIZE: 9pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding: 6px;
	text-align: center;
}
.specshead {
	FONT-SIZE: 7pt;
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding: 2px;
	text-align: center;
	vertical-align : bottom;
}
.specssubhead {
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding: 2px;
	text-align: left;
	vertical-align : bottom;
}

/*START BODY STYLE*/
a:link  {text-decoration: none; color:  Black; font-weight: normal}
a:visited {text-decoration: none; color:  SlateGray; font-weight: normal}
a:active {text-decoration: none; color: Crimson; font-weight: normal}
a:hover {text-decoration: none; color: Crimson; font-weight: normal}
body { margin-top: 0; margin-left: 15 }
/*END BODY STYLE*/