﻿body.masterSimple
{
    margin:0px;
    background-color:#dfdfdf;
    font-size:12pt;
}
 
body.masterSimple .label, .controls
{
  font-size:9pt;   
}
body.masterSimple span.important
{
    color:Red;
     
}
body a
{
  color:Black;   
}

body.masterSimple a:hover
{
  color:Blue;   
}
    
body.masterSimple div.simpleMaster div.top
{
    background-image:url(images/TopBackGround.jpg);
    background-repeat:repeat-x;
    width:100%;
    height:89px;
    
}
body.masterSimple div.simpleMaster div.top div.tabs
{
    position:absolute;
    top:34px;
    left:170px;
    
}

