body {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
} 

P {font-size: 10pt; color: #000000; font-weight: normal; font-family: arial, sans-serif;}
a:link {color: #000000}
a:visited {color: #000000}
a:hover {color: #000000}
a:active {color: #000000}

td.headline{
	font-family: Arial, serif; font-size: 12pt;
        font-weight: bold; color: #000000;
}

table.content{
		background-color: #FFFFFF;
		padding: 3px;
}

td{     font-family: Arial, serif; font-size: 10pt;
        font-weight: normal; color: #000000;
  }

td.nav{
	background: url(/images/nav_bar_bg.gif);
        background-repeat: repeat-x;
}

td.red{ font-family: Arial, serif; font-size: 10pt;
        font-weight: normal; color: #000000;
	color: #AA0000;
  }

td.green{ font-family: Arial, serif; font-size: 10pt;
        font-weight: normal; color: #000000;
        color: #00AA00;
  }

td.nav2{
        background: url(/images/nav_bar_bg2.gif);
        background-repeat: repeat-x;
}

INPUT.SUBMIT, input.submit
{
    border: 1px #000000 solid;
    font-family: Arial;
    background: #DDD19D;
    font-size: 10px;
    color: #484601;
}

INPUT
{
    border: 1px #000000 solid;
    font-family: Arial;
    background: #F0F0F0;
    font-size: 10px;
    color: #000000;
}

.visrow {
        display:block;
        visibility:visible;
}
.hidrow {
        display:none;
        visibility:HIDDEN;
}

 

