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

body, td
{
font-family: arial, helvetica;
font-size: 14px;
color: #000000;
line-height: 1.8;
}

A:link
{
color: #616161;
text-decoration: underline;
border: none;
}

A:visited
{
color: #616161;
text-decoration: none;
border: none;
}

A:active
{
color: #616161;
text-decoration: underline;
border: none;
}

A:hover
{
color: #9e9e9e;
text-decoration: underline;
border: none;
}

.preloadimage
{
display:none;
}

A:link.link
{
color: #c0272d;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dashed #575757;
position:relative;
top:0px;
}

A:active.link
{
color: #c0272d;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dashed #575757;
position:relative;
top:0px;
}

A:visited.link
{
color: #c0272d;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dashed #575757;
position:relative;
top:0px;
}

A:hover.link
{
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dashed #575757;
position:relative;
top:0px;
}

.subnav
{
font-family: verdana;
font-size: 10px;
color: #616161;
border: none;
}

A:link.subnav
{
color: #9e9e9e;
text-decoration: none;
border: none;
}

A:visited.subnav
{
color: #9e9e9e;
text-decoration: none;
border: none;
}

A:active.subnav
{
color: #9e9e9e;
text-decoration: none;
border: none;
}

A:hover.subnav
{
color: #9e9e9e;
text-decoration: underline;
border: none;
}

.buttonoutgreen
{
width: 80px;
border: 1px solid #3b6e22;
cursor: default;
}

.buttoningreen
{
width: 80px;
padding: 3px 0px 3px 0px;
margin: 0px 0px 0px 0px;
border-top: 1px solid #95bf82;
border-right: 1px solid #67a54b;
border-bottom: 1px solid #65a148;
border-left: 1px solid #67a54b;
background: #67a54b;
color: #ffffff;
font-family: verdana;
font-size: 12px;
text-align: center;
cursor: default;
}