.text5
{
	font-size: 12px;
	color: #000000;
}

.text6
{
	font-size: 12px;
}

.text7
{
	text-align : justify;
	font-size: 12px;
}

.text8
{
	font-weight : bold;
	color : White;
	text-decoration : underline;
}

.text9
{
	font-size: 14px;
	font-weight : bold;
	color : #cc0000;
}

.text10
{
	font-size: 24px;
	font-weight : bold;
	color : Black;
	text-decoration : underline;
}

div#container
{
   width: 790px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
}

.bt3dbuttons {
/* font-family: Arial; */
/* font-size: 12px; */
/* color: #000000; */
border-color: #dfdfdf #666666 #666666 #dfdfdf;
border-style: solid;
border-top-width: 3px; border-right-width: 3px;
border-bottom-width: 3px; border-left-width: 3px;
}

.bt3dbuttons1 {
font-family: Times New Roman;
font-size: 24px;
border-color: #dfdfdf #666666 #666666 #dfdfdf;
border-style: solid;
border-top-width: 3px; border-right-width: 3px;
border-bottom-width: 3px; border-left-width: 3px;
}

.bt3dbuttons2 {
font-family: Times New Roman;
font-size: 12px;
color: #ffffff;
border-color: #666666 #FFFFFF #FFFFFF #666666;
border-style: solid;
border-top-width: 3px; border-right-width: 3px;
border-bottom-width: 3px; border-left-width: 3px;
}
/* Comparisons Page Settings */
.hdr		/* header background and text colors */
{
font-size: 12px;
font-weight: bold;
font-family: Times New Roman;
color: black;
text-align: center;
background: #D8D878;
}

.ltc		/* Line Text Color */
{
font-size: 14px;
font-family: Times New Roman;
color: #FDB232;
text-align: left;
background: #FFFFFF;
width: 474px;
}

.ltc2		/* Line Text Color for prices*/
{
font-size: 13px;
font-weight: bold;
font-family: Times New Roman;
color: #497DAF;
text-align: left;
background: #FFFFFF;
}

.ltc3		/* Line Text Color for prices*/
{
font-size: 13px;
font-weight: bold;
font-family: Times New Roman;
color: #497DAF;
text-align: center;
background: #FFFFFF;
}

.ltc4		/* Line Text Color for faded prices*/
{
font-size: 12px;
font-family: Times New Roman;
color: #808080;
text-align: center;
background: #FFFFFF;
}

.ltc5		/* Line Text Color for plan columns */
{
font-size: 12px;
font-weight: bold;
font-family: Times New Roman;
color: #000000;
text-align: center;
background: #FFFFFF;
}
/* End Comparisons Page Settings. */


/* Begin Menu Bar */
#menubar { background-image: url(images/menu_bg.jpg); height: 36px; background-repeat:repeat-x; }

    #nvbar {
      float:left;
      width:100%;
      font-size:12px;
	  color: #fff;
      line-height:normal;
	  border-bottom:1px solid #3663AB;
	  font-family: Arial, Helvetica, sans-serif;
      }
    #nvbar ul {
	  margin:0;
	  padding:9px 2px 0 4px;
	  list-style:none;
      }
    #nvbar li {
      display:inline;
      margin:0;
      padding:0;
      }
    #nvbar a {
      float:left;
      background:url("images/tlft.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 3px;
	  line-height: 18px;
      text-decoration:none;
      }
    #nvbar a span {
      float:left;
      display:block;
      background:url("images/trht.jpg") no-repeat right top;
      padding:2px 15px 0px 15px;
      color:#fff;
	  font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nvbar a span {float:none;}
    /* End IE5-Mac hack */
    #nvbar a:hover span {
      color:#083D77;
      }
    #nvbar a:hover {
      background-position:0% -22px;
      }
    #nvbar a:hover span {
      background-position:100% -22px;
      }
/* End Menu Bar */


/* Copy right */
.cpr
{
	font: 12px italic;
	color: silver;
}

.wsp{
	border-color: black;
	border-style: dotted;
	border-width: 1px;
}