BODY{
    font-family:"tahoma","verdana","sans-serif";
    font-size:12px;
    margin:5px;
}

.label{
    font: 12px Tahoma;
}

.header_image{
    valign: top;
}

h1{
    font-family:"tahoma";
    font-style:italic;
    text-align:center
}

table{
    font-size:12px
}
td{
    font-size:12px
}

table.body{
    width:600px;
    height:100%;
}

td.bHeader{
    width:600px;
    height:30px;
    text-align:center;
    vertical-align:top;
    border-style:solid;
    border-width:1px;
    //border-color:#2A3792;
}

td.bMain{
    width:600px;
    text-align:center;
    vertical-align:top;
    border-style:solid;
    border-width:1px;
    //border-color:#2A3792;
    background-color:#E0E0E0;

}

td.bFooter{
    width:600px;
    height:30px;
    text-align:center;
    vertical-align:top;
}
a:link{
	color:#18489B;
}

a:visited{
	color:#18489B;
}

a:active{
	color:#18489B;
}

a:hover{
	color:#0066FF;
}


