
HTML {font-family: Times,serif;}

BODY {	
	background-image: url(/style/aisareport/report_bg.gif);
	background-position: left top;
        background-repeat: repeat-y;
	font-family: Times,serif;
	}

H1,H2,H3,H4{
	font-family: Helvetica-Narrow,Helvetica,sans-serif;
	font-weight: normal;
	color:black;
	}

H1	{
	font-size: 17pt;
/*	text-transform: uppercase;*/
	}

H2	{
	font-size: 15pt;
	font-weight: bold;
	}

H3	{
	font-size: 12pt;
	font-weight: bold;
	}	

H4	{
	font-weight: bold;
	font-size: 11pt;
	}	

H5	{
	font-size: 11pt;
	}	

HTML,BODY,UL,OL,LI {
	font-family: Times,serif;
	color: black;
	}

HTML,BODY,P {
	margin-right: 50px;
	}

EM	{
	font-style: normal;
	font-weight: bold
	}

A:link	{color: rgb(32,32,204);
	 text-decoration:none;}

A:visited {color: rgb(64,64,204);
	 text-decoration:none;}

ADDRESS	{
	font-family: Times,serif;
	font-size: 9pt;
	font-style: normal;}

TT {
	font-family: "Courier",monospace;}


TD.menu A:link {
	font-family: Helvetica,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: rgb(32,32,204);
	text-decoration: none;
	}

TD.menu A:visited {
	font-family: Helvetica,sans-serif;
	font-size: 11pt;
	font-weight: bold;
/*	color: #6B238E;*/
	color: rgb(32,32,204);
	text-decoration: none;
	}

TD.logo {
        background: white;
        font-family: Helvetica,sans-serif; 
	font-size: 17pt;
        text-align: left;
        vertical-align: bottom;
        }

TD.nologo {
        background: white;
        font-family: Helvetica,sans-serif; 
	font-size: 20pt;
        text-align: left;
	font-weight: normal;
        vertical-align: bottom;
        }


