html {
  height: 100%;
}

body.index
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #dcdcdc;
    height: 100%;
}

span.head
{
    font-weight: bold;
    color: #646464;
    font-family: Calibri;
    font-size: 14px;
 	text-decoration: none;
}

span.head.pro
{
    font-size: 18px;
    color: #ff8c00;
}

span.Mid
{
    font-family: Calibri;
    font-size: 12px;
    color: #ff8c00;
}

span.faq
{
    font-size: small;
    font-weight: bold;
    color: #0066cc;
}

table.main
{
    height: 100%;
    margin-left:auto;
    margin-right:auto;
}

table.header
{
    width: 825px;
    height: 150px;
}

table.bottom
{
    width: 825px;
    height: 100%;    
}

table.pricing
{
    width:100%;
}

TD
{
    background-color: #ffffff;
}

TD.BanLock
{
    width: 120px;
    height: 150px;
    vertical-align: top;
}

TD.buffer
{
    height: 20px;
    background-color: #c9e3e3;
}

TD.buffer.left
{
    width: 97px;
}

TD.buffer.right
{
    width: 129px;
}

TD.LeftNavColumn
{
    width: 220px;
    height: 100%;
    text-align: right;
    vertical-align: top;
}

TD.RightColumn
{
    height: 100%;
    width: 128px;
    padding: 5px;
    vertical-align: top;
}

TD.LeftNav
{
   width: 200px;
   height: 24px; 
   background-repeat: no-repeat;
   background-position: right center;  
   text-align: left; 
}

TD.LeftNav.Top
{
    height: 30px;
    background-image: url(Images/LeftNavTop.png);
}

TD.LeftNav.Mid
{
    height: 30px;
    background-image: url(Images/LeftNavMid.png);
}

TD.LeftNav.Bottom
{
    height: 30px;
    background-image: url(Images/LeftNavBottom.png);
}

TD.LeftNav.Selectd
{
    background-image: url(Images/LeftNavSelected.png);
}

TD.LeftNav.Selectd.Not
{
    background-image: url(Images/LeftNavNotSelected.png);
}

TD.BanDown
{
    width: 705px;
    height: 24px;
    background-image: url(Images/BanDown.png);
    background-repeat: no-repeat;
    vertical-align: bottom;
    text-align: center;
}

TD.Tab
{
    height:20px;
    width:80px;
    background-image: url(Images/TabNotSelected.png);
    background-position: center bottom;    
	background-repeat: no-repeat;    
}

TD.Tab.Selected
{
    background-image: url(Images/TabSelected.png);
}

TD.Shade
{
    width: 20px;
    background-image: url(Images/shade.png);
    background-repeat: repeat-y;
    background-color: #dcdcdc;
}

TD.Shade.R
{
    background-image: url(Images/shadeR.png);    
}

TD.Frame
{
    height: 100%;
    width: 477px;
    vertical-align: top;
    text-align: center;
}

TD.Topline
{
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    border-top: #c0c0c0 1px solid;    
}

TD.Topline.Header
{
    text-align: left;
    font-size: 12px;
    font-weight:bold;
    color: #464646;
    font-family: 'Arial';
}

TD.Topline.Text
{
    text-align: left;
    font-size: 12px;
    color: #464646;
    font-family: 'Arial';
}

a
{
    font-size: small;
    font-family: Arial;
    text-decoration: none;
}

A.Tab
{
    font-weight: bold;
    color: #909090;
    font-family: Calibri;
    font-size: 14px;
  	text-decoration: none;
}

A.Tab.Selected
{
    font-weight: bold;
    color: #646464;
    font-family: Calibri;
}

A.Nav
{
    color: #909090;
    font-family: Arial;
    font-size: 11px;
  	text-decoration: none;  
}

A.Nav.Selectd
{
    color: #4169e1;
}

a.price
{
    text-align: left;
    font-size: 12px;
    font-family: 'Arial'; 
}

p.Text
{
    text-align: left;
    font-size: 12px;
    color: #464646;
    font-family: 'Arial';
}

p.Text.Right
{
    font-size: 10px;
    color: #909090;      
}

p.Text.Right.Center
{
	text-align: center;
}

b.Right
{
    font-size: 11px;
    color: #505050;
}

b.price
{
    font-size: 11pt;
    color: #505050;
    font-family: Arial;
}

span.Headline
{
    font-size: 20px;
    color: #4169e1;
    font-family: Calibri;
    text-align: left;
    letter-spacing: normal;
}

img.index
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

span.Bottomline
{
    font-size: 12px;
    color: #aaaaaa;
    font-family: Arial;
}

span.lang
{
    font-size: 12px;
    color: #000096;
    font-family: Arial;
    font-weight: bold;
}

iframe
{
    width:100%;
}

iframe.Frame
{
    width:476px;
    border-right: lightgrey 1px solid;
}

ul.Text
{
    text-align: left;
    font-size: 12px;
    color: #464646;
    font-family: 'Arial';
}

ol.Text
{
    text-align: left;
    font-size: 12px;
    color: #464646;
    font-family: 'Arial';    
}

pre.code
{
    font-size: 11px;
    color: #000050;
}

img.right 
{
	margin: 10px 0 5px 10px;
	float: right;
}

img.left {
	margin: 10px 10px 5px 0;
	float: left;
}
