.body
{	
    background-color:rgb(255,255,255);
    font-family:helcetica,arial,sans-serif;
    font-style:normal;
    font-size:10pt;
    color:rgb(50,50,200);
    margin-left:100px;
    width:600px;		
}

h1
{
    margin-left:0px;
    width:600px;
    font-size:16pt;
    font-weight:bold;	
}

h2
{		
    margin-left:90px;
    width:510px;	
    font-size:14pt;
    font-weight:bold;
}	


h3
{
    margin-left:0px;
    margin-top:20px;
    text-align:left;
    width:600px;
    font-size:12pt;
    font-weight:bold;
}

.none
{
    margin-left:-100px;
}

.lastup
{
    text-align:center;
    font-size:9pt;
    color:rgb(170,170,170);
    width:550;
}

.content
{	
    font-size:10pt;
    margin-left:0px;
    line-height:14pt;
    width:600px;
}

a:active
{
    color:rgb(130,130,130);
}

a:link
{
    color:rgb(250,150,0);
}

a:visited
{
    color:rgb(130,130,130);
}

a:hover
{
    color:rgb(255,0,0);
}

th
{   
    color:rgb(50,50,200);
    text-align:left;
    align:bottom;
    font-size:10pt;
    font-weight:bold;
}

td
{
    color:rgb(50,50,200);
    text-align:left;
    align:bottom;
    font-size:10pt;
}

