﻿body 
{
    margin:0px 0px 0px 0px;
    color:#333;
}

.BodyText 
{
 font-family:Verdana;
 font-size:12px;
 line-height:18px;
 color:#ffffff;    
 text-align:justify;
 text-transform: none;
}

.BodyTitle
{
     font-family:Verdana;
     font-size:14px;
     color:#ffffff;
     line-height:18px;
     font-weight:bold;
}

A:Link, A:Visited
{
 color: #cccccc;
 font-weight:bold;
 text-decoration:none;
}

A:Hover 
{
 text-decoration:underline;    
}

a.LeftNavText:Link,a.LeftNavText:Visited
{
 font-family:Verdana;
 font-size:11px;
 color: #ffcc00;
 font-weight:bold;
 text-decoration:none;
}

.iconlist
{
   list-style-type: none;
   margin-left:30px; 
   padding: 0;
   margin: 0;
}

LI.item
{
    background-image: url(../Images/bullet_go.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding:   3px 0  3px 20px;
    margin:   .1em 0 0  10px;
}

