body {
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-size : 10pt;
}

table.shadow {
	width : 760px;
	background-color : #666666;
	background-image : url("/images/table_shadow.gif");
} 

.header {
        font-family : Arial, Helvetica, sans-serif;
        color : #333333;
        font-size : 12pt;
        font-weight : bold;
}

table.content {
        width : 80%;
        font-family : Arial, Helvetica, sans-serif;
        color : #333333;
        font-size : 10pt;
        font-weight : normal;
}

table.content td {
       vertical-align: top;
}

td.nav {
	vertical-align : top;
	background-image : url("/images/top_bg.gif");
}

td.subnav {
	vertical-align : top;
	background-image : url("/images/subnav_bg.gif");
}

td.title {
	color : #000099;
	font-size : 14pt;
	font-weight : bold;
}

.text {  
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-size : 10pt;
}

td.footer {
	font-size : 8pt;
	vertical-align : top;
	text-align : center;
}

hr {
	color: #990000;
	background-color: #990000;
	height: 1px;	
}

A:link {
        color: #000099;
        text-decoration : underline;
        }
                
A:active {
        color: #000099;
        text-decoration : underline;
        }

A:visited {
        color: #333333;
        text-decoration : underline;
        }

A:hover {
        color: #990000;
        text-decoration : underline;
        }
