/* CSS Document */

body
{
}

a:link
{
text-decoration:none;
color:#000000;
}
a:hover, a:active
{
text-decoration: underline;
color: #0066FF;
}
a:visited 
{
color:#000000;
}


table
{
border-width:2px;
border-bottom-style:dashed;
}

th.title
{
background-image:url(../images/kovco360.png);
background-repeat:no-repeat;
float:left;

}

td.sidebar
{
background-image:url(../images/sidebar.png);
background-repeat:repeat-y;
}

td.rightcol
{
border-width:2px;
border-left-style:dashed;
border-spacing:0;


}

ul li a
{

padding:0px;
margin:0px;
border:0px;
vertical-align:top;
cursor: hand;
text-decoration:none;
font-weight:600;
color:#000000;
list-style-type:none;
display:list-item;
}

ul li a:hover
{
background-color:#FFFFFF;
cursor: hand;
text-decoration: underline;
color:#000000;
}

p.body
{
padding:20px 20px 20px 20px;
font-family:"Courier New", Courier, mono;
color: #666666;
width:600px;
margin:30px;
}

p.footer
{
padding:20px;
font-family:"Courier New", Courier, mono;
color: #666666;
text-align:center;
font-size: 12px;
}
