﻿body, h1, h2, strong 
{
    background-color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
	line-height:14px;
    color:#999999;
     margin:0px;
    padding:0px;
    
   
}

img 
{
    border:none;
}

.pagecontent {
    background-color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
	line-height:15px;
    color:#999999;
    width:680px;
    text-align:left;
}

.divider {
    background-color:#CCCCCC;
    height:1px;
    width:1px;
}

A
{
   color:#999999; 
   font-size:11px;
    line-height:15px;
}

A:link
{
    text-decoration:none;
}

A:hover
{
    color:#FF9900;
    text-decoration:underline;
}