
body { 
margin-top: 20px; margin-left: 20px;
background-color: #ffffff;
}

p { 
font-family: helvetica, arial, sans-serif;  
font-weight: normal;
}

p.info { 
font-family: helvetica, arial, sans-serif;  
font-weight: normal;
width: 200px;
}

p.infowide { 
font-family: helvetica, arial, sans-serif;  
font-weight: normal;
width: 600px;
}


a { 
font-family: helvetica, arial, sans-serif; 
text-decoration: none; color: #80b030; font-weight: normal; 
}

a:hover { 
font-family: helvetica, arial, sans-serif; 
text-decoration: underline; color: #e0a000; font-weight: normal; 
}


table {
border-width: 0px;
border-spacing: 0px;
border-style: solid;
border-color: black;
border-collapse: collapse;
background-color: white;
}

td.line {
border-width: thin;
padding: 20px;
border-style: solid;
border-color: gray;
background-color: white;
vertical-align: top;
}

td.noline {
border-width: 0px;
padding: 20px;
border-style: solid;
border-color: white;
background-color: white;
vertical-align: top;
}

td.left {
border-width: 0px;
padding: 20px;
border-style: solid;
border-color: white;
background-color: white;
vertical-align: top;
}