﻿body {
 background-color:#ebebeb;
 margin:0 0 0 0; 
}

 a:link
{
    color: #333333;
    text-decoration: none;
}
 a:visited
{
    color: #333333;
    text-decoration: none;
}
 a:hover
{
    color: #cc0000;
    text-decoration: underline;
}

 a:link.title
{
    text-decoration: none;
}
 a:visited.title
{
     text-decoration: none;
}
 a:hover.title
{
    text-decoration: underline;
}


.footer
{
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

.Separator
{
	background-image: url(images/line_graydot_raw.gif);
	height: 2px;
}
