﻿body
{
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000099;
}

a
{
    color: #000099;
}

h1
{
    font-size:1.8em;
    font-weight:bold;
    margin:0;
    padding:0;
}

h2
{
    font-size:1.2em;
    font-weight:bold;
    margin:0;
    padding:0;
}

h3 
{
    font-size:1em;
    font-weight:bold;
    margin:0;
    padding:0;
}

.pageHead
{
    height: 119px;
    background: url(../images/TopBackground.png) repeat-x;
}

.datetime
{
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: white;
}


.leftmenu {
  background:url(../images/LeftBackground.gif) repeat-y;
  padding-left:44px;
}

.menuButton
{
    width: 120px;
    background: url(../images/btn_bg.png) repeat-x;
    text-align: center;
}

.menuButton a
{
    font-weight: bold;
    text-decoration: none;
    color: White;
    display: block;
}

.menuButton a:hover
{
    color: Yellow;
}

.main
{
    text-align:left;
}

.footer
{
    font-size:10px;
    text-align:center;
}

.footer a
{
    text-decoration: none;
}

.footer a:hover
{
    text-decoration: underline;
}

.blueBoxUL
{
    width:35px;
    height:25px;
    background: url(../images/BlueTableBox_1x1.gif);
}

.blueBoxU
{
    height:25px;
    background: url(../images/BlueTableBox_1x2.gif) repeat-x;
}

.blueBoxUR
{
    width:35px;
    height:25px;
    background: url(../images/BlueTableBox_1x3.gif);
}

.blueBoxL
{
    width:35px;
    background: url(../images/BlueTableBox_2x1.gif) repeat-y;
}

.blueBoxC
{
    background: url(../images/TripleSwoosh.png) no-repeat center center;
}

.blueBoxR
{
    width:35px;
    background: url(../images/BlueTableBox_2x3.gif) repeat-y;
}

.blueBoxBL
{
    width:35px;
    height:35px;
    background: url(../images/BlueTableBox_3x1.gif);
}

.blueBoxB
{
    height:35px;
    background: url(../images/BlueTableBox_3x2.gif) repeat-x;
}

.blueBoxBR
{
    width:35px;
    height:35px;
    background: url(../images/BlueTableBox_3x3.gif);
}

td.bulletcolumn 
{
    font-size:12px;
    color:Black;
    line-height:20px;
    text-align:left;
    padding-left:10px;
    }
    
td.datacolumn 
{
    line-height:20px;
    text-align:center;
    }
    
.bold 
{
    font-weight:bold; 
    }
    
ul.features  
{
    text-align:left;
    padding-bottom:0px;
    margin-bottom:0px;
    }
    
li.features 
{
    padding-bottom:20px;
    font-size:12px;
    }
    
.continuebtn 
{
    background-color:#D0E6FF;
    border:solid 1px #1919D1;
    line-height:30px;
    width:250px;
    font-weight:bold;
    cursor:pointer;
    }
    
.orange 
{
    color:#D8522E;
    }
   
.icon 
{
    float:left;
    padding:10px 0px 10px 0px;
    width:100px;
    }       

.center
{
    text-align:center;
}