body{
margin: 0px;
font-family: arial;
font-size: 8.5pt;
}

.topnav{
background: #767676;
height: 15px;
padding: 5px;
color: #FFFFFF;
}

#nav{
width: 800px;
clear: both;
float: left;
font-weight:bold;
list-style-type:none;	
margin: 0px;
padding: 0px 0px 0px 5px;
}


#nav li{
  list-style-type:none;
  float:left;
  height: 29px;
  margin:0 4px 0 0;
  padding:0 0 0 10px ;
  background:url('../images/tab.jpg') top left no-repeat;
}

#nav li a{
  color:#FFFFFF;	
    float:left;
      height: 29px;
  background:url('../images/tab.jpg') transparent top right no-repeat;
  display:block;
  padding: 8px 10px 5px 0;
text-decoration: none;
}
ul#nav li:hover a
{
  color:#fff;
text-decoration: underline;
}

#htab_on{
float: left;
display: block;
width: 100px;
height: 26px;
background: url('../images/htab_on.jpg') no-repeat;
text-align: center;
padding-top: 10px;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
color: #CC0000;
}

#htab_off{
float: left;
display: block;
width: 100px;
height: 26px;
background: url('../images/htab_off.jpg') no-repeat;
text-align: center;
padding-top: 10px;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
color: #8A8A8A;
}

#htab_off:hover{
float: left;
display: block;
width: 100px;
height: 26px;
background: url('../images/htab_on.jpg') no-repeat;
text-align: center;
padding-top: 10px;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
color: #CC0000;
}

h1{
padding: 0px;
margin: 0px;
font-size: 14pt;
}

#content{
padding: 10px;
font-size: 9pt;
}

#content li{
margin-bottom: 20px;
}

a{
color: #0012FF;
}

a:hover{
text-decoration: none;
}

a.red{
color: #CC0000;
}

.hosting{
font-size: 16pt;
margin: 0px 0px 10px 0px;
}


/*  Styles used for popup window tool tips   */

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	line-height: 16pt;
	color:#000000;
	padding-bottom:5px;
	border-bottom: solid #CC0000 2px; 
	
}



.bdr {
	border: #CC0000 solid 1px; width:500px;
	padding: 0px 8px 8px 8px;
	font-size:12px;
	margin: 5px;

}

.bdrwide {
	border: #CC0000 solid 1px; width:700px;
	padding: 0px 8px 8px 8px;
	font-size:12px;
	margin: 5px;

}

.tblbg1 {
	background-color:#cc0000;
	color:#FFF;
	font-weight: bold;
}
.tblbg2 {
	background-color:#f3f3f3;
}

#facebox .b {
  background:url(../images/b.png);
}

#facebox .tl {
  background:url(../images/tl.png);
}

#facebox .tr {
  background:url(../images/tr.png);
}

#facebox .bl {
  background:url(../images/bl.png);
}

#facebox .br {
  background:url(../images/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

.blocktitle{
width: 287px;
height: 21px;
background: url('../images/hblock_header.jpg') no-repeat;
margin: 12px 0px 0px 0px;
padding: 5px 0px 0px 0px;
color: #FFFFFF;
font-size: 11pt;
}

.blocklist{
margin: 0px 0px 0px 15px;
padding: 0px;
font-size: 7.5pt;
color: #767676;
}

.blocklist li{
padding: 0px;
margin: 0px;
}


