﻿body 
{
    Font-Family:  Tahoma;
    font-size: 9pt;
    background-color: #666666;
    margin-left: 5px;
    margin-top: 8px;
    text-align: center;
    
}

a.TopNav 
{
    font: Tahoma
    font-size: 9pt;
    color: White;
    text-decoration: none;
    background-image:url(/layout/bullet.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	margin-left: 15px;
	font-weight: 600;
	padding: 0 40px 0 18px;
}

a.TopNav:Hover
{
    font: Tahoma;
    font-size: 9pt;
    color: Yellow;
    text-decoration: underline;
}

a 
{
    font: Tahoma;
    font-size: 9pt;
    text-decoration: none;

}

a:Hover
{
    font: Tahoma;
    font-size: 9pt;
    text-decoration: underline;
}
 
 ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 25px;
	}
	
li 
{
    margin-left: 10px;
	background-image:url(/layout/bullet.jpg);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:0 0 0 23px;
	line-height: 21px;
	
}