BODY
{
    font-size: 9pt;
    font-family: Verdana, Arial;
}



BODY TABLE.grid
{
	border: 1px solid #808080;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;

}


TD
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana, Arial
}



a:link
{
    color: #00005f;
    text-decoration: none;
}
a:active
{
    color: #FF0000;
    text-decoration: none;
}
a:visited
{
    color: #00005f;
    text-decoration: none;
}
a:hover
{
    color: #aaffeb;
    background-color: black;
}



.no_print
{
	display:none;
}

.footer
{
	display:none;
	font-size: 7pt;
	padding: 0px;
	margin-left: 4px;
	line-height: 140%;
	float: left;
	color: #808080;
}

TABLE.catalog
{
	padding: 3px;
	border: 1px solid #FF0000;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: inherit;
	caption-side: top;
	empty-cells: hide;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	page-break-inside:avoid
}
table.catalog thead
{
	background-color: #F8F8F8;
}

table.catalog th
{
	padding: inherit;
	font-size: 10pt;
	border: thin solid #666666;
	background-color: #FFFDEC;
	font-weight: normal;
	text-align: left;
}

table.catalog tr
{
	font-size: 9pt;
	vertical-align: top;
}
table.catalog td
{
	padding: inherit;
	border: thin solid #CCCCCC;
	empty-cells: hide;
}
