body {
    background-color: white;
    color: black;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    margin: 0 0 10px 0;
    padding: 0;
}

/* markup style */
h2 {
    color: #333333;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 14pt;
}
h3 {
    color: #333333;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 12pt;
}
h4 {
    color: #333333;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
}
p {
    font-family: tahoma verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    text-align: left;
}
ul { color: #333333;}

/* assorted classes */
.bold { font-weight: bold;}
.bullets { color: #808080;}
.bottom { color: white;}
.formCell {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
.formEntry {
    background: #ccccff;
    color: black;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}
.formButton {
    background: #333366;
    color: white;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
}
.green_heading {
    color: #003300;
    font-family: tahoma, verdana, arial, helvetica, sans-serif; 
    font-size: 10pt; 
    font-weight: bold;
}
.items {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    line-height: 150%;
}
.items:hover { color: #3366ff;}
.itemCell { padding-left: 10px;}
.links {
    color: #000000;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
.loginbox {
    background-color: #808080;
    color: #ffffff;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}
.logintable {
    border-style: solid;
    border-color: #666666;
    border-width: 1px;
}
.loginCell	{
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10px;
}
.loginEntry {
    background: #ccccff;
    color: black;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10px;
}
.loginButton {
    background: #333366;
    color: #ffffff;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
}
.main {
    color: black;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    text-align: justify;
}
.medium {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}
.menu:hover {
    color: #ccccff;
    text-decoration: underline;
}
.menu {
    color: white;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
}
.menu2 {
    background-color: #ff0000;
    color: white;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}
.menu:link { color: white;}
.menu:visited { color: white;}
.menu:active {
    color: #666699;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
}
.sO {
    background-color: #ffcc99;
    color: #993300;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}
.sOtable { border: 1px solid #cc6600;}
.sB {
    background-color: #ccccff;
    color: #003399;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}
.sBtable {
    background-color: white;
    border: 1px solid #9999cc;
}
.sB:hover { color: #3366ff;}
.signupbox { border: 2px solid #3333cc;}
.signuptitle {
    background: #3333cc;
    color: white;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
.small {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
}
.smallbold {
    font-size: 8pt;
    font-weight: bold;
}
.smallerror {
    color: #ff0000;
    font-size: 8pt;
    font-weight: bold;
}
.smallblue {
	font-family: verdana; 
	font-size: 12pt; 
	color: #003399;
}
.submenu {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    text-align: left;
}
.subMsm:hover { color: #3366ff;}
.subMsm {
    color: #333399;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}
.white {
    color: white;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

/* Styles specific to form pages */
.files {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}
.whiteback {
    background-color: white;
    color: black;
}
.brownback {
    background-color: #cc6600;
    color: white;
}
.orangeback {
    background-color: #ff9933;
    color: white;
    font-weight: bold;
}
.titles {
    color: #993300;
    font-family: tahoma, verdana, arial, helvetica, sans-serif; 
    font-size: 10pt; 
    font-weight: bold;
}
.sOcell { background-color: #ffcc99;}
.tab:hover {
    color: #ccccff;
    text-decoration: underline;
}
.tab {
    color: white;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}
.tab:link { color: white;}
.tab:visited { color: white;}
.tab:active {
    color: #666699;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
}
.sO { 
	background-color: #ffcc99;
}

/* New Layout types */
.header {
    color: #0000cc;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    margin-left: 3px;
    margin-right: 3px;
    text-decoration: none;
}
.header:hover { color: #cc00cc;}
.headerbar {
    color: #999999;
    height: 1px;
}
.logo {
    color: #0066cc;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10pt;
    font-weight: bold;
}
.navbar {
    color: black;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-variant: small-caps;
    letter-spacing: -0.1px;
    text-decoration: none;
    text-align: center;
}
.navbar:hover { background: #ffcc99;}

/* New Layout types, added by Kate (playfulkitten) 2004-10-01 */
.testimonial-title {
    color: #0053c4;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.testimonial-fact {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
}
.testimonial-box {
    background: #e8f4ff;
    color: black;
    font-size: 8pt;
    padding: 3px;
    border-style: solid;
    border-color: #666666;
    border-width: 1px;
}
.top-nav-tab {
    background: url(/images/top_menu_side.gif);
    height: 22px;
}
.top-nav-spacer {
    background: #ff9933;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}
.top-nav {
    background: #ff9933;
    color: black;
    white-space: nowrap;
    vertical-align: middle;
    border-bottom: 1px solid black;
}
.top-nav-item {
    float: left;
    margin: 0;
    padding: 0 3px;
    border-right: 1px solid black;
    height: 21px;
    line-height: 21px;
}
.side-nav {
  background: url(/images/side_menu_bkgd.gif);
}
.side-nav td {
    background: #749cdc;
    color: black;
    text-align: left;
    white-space: nowrap;
    padding: 2px 4px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.navbarside {
    color: black;
    font-family: tahoma, verdana, sans-serif;
    font-size: 8pt;
    font-variant: small-caps;
    text-decoration: none;
    text-align: left;
}
.navbarsale {
    color: #bb0000;
    font-family: verdana, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: none;
    text-align: center;
}
.navbarside:hover { background: #a5c6f7;}
.advert { margin: 0 auto;}
.advert td {
    background: #a5c6f7;
    color: black;
    text-align: center;
    white-space: nowrap;
    padding: 0 5px;
    border: 0;
}
.advert p {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    margin: 4px 0;
    padding: 0;
}
.advert img {
    padding: 5px 0;
    border: 0;
}
.pkg 	    {
    border-width: 1px;
    border-style: solid;
}
.pkg-top    {
    background: #ff9933;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
}
.pkg-price    {
    background-color: #0033ff;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffffff;
    text-align: center;
}
.pkg-buy {
      font-family: tahoma, verdana, arial, helvetica, sans-serif;
      font-size: 12px;
      font-weight: bold;
      color: #ff0000;
      text-align: right;
}
.pkg-option { 
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  background-color: #749cdc;
  text-align: left;
  vertical-align: top;
  padding-left: 4px;
  padding-right: 4px;
}
.pkg-info {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 11px;
}
.pkg-footer {
    background: #ff9933;
    font-family: tahoma, arial, verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}
.dpkg-buy {
      font-family: tahoma, verdana, arial, helvetica, sans-serif;
      font-size: 13px;
      font-weight: bold;
      color: #009900;
      text-align: right;
      text-decoration: none;
}
.pkg-footer a {
    text-decoration: none;
}
.dpkg {
  border-width: 2px;
  border-color: #000066;
  border-style: solid;
}
.dpkg-header {
  background-color: #000099;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-variant: small-caps;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border-bottom: 1px;
}
.dpkg-price {
    font-size: 16px;
    color: #ff3333;
}
.dpkg-why {
  text-decoration: none;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.dpkg-tlink {
  font-size: 9px;
  text-decoration: none;
}
.dpkg-shead {
  font-family: verdana;
  font-size: 9pt;
  font-weight: normal;
  font-variant: normal;
  color: #cccccc;
  text-decoration: none;
}
.dpkg-hilite {
    color: #009900;
}
.dpkg-hilitered {
    font-size: 14px;
    color: #ff0000;
}
.dpkg-info   {
    background-color: #ffffff;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 130%;
    color: #333333;
}
.dpkg-footer {
    background-color: #ccffff; 
}
.dpkg-footer a {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}

.dlink {
  text-decoration: none;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

.fpkg {
  border-width: 1px;
  border-color: #aaaaaa;
  border-style: solid;
  text-align: center;
}
.flink {
  text-decoration: none;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
}
.finfo   {
    background-color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 18pt;
    line-height: 130%;
    color: #ff0000;
}


.hilite { color: white;}
.hilitered { color: #ff0000;}
.hilitepurp { color: #6600ff;}
.copyright {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    background: url(/images/mid_bottom.gif);
    padding-right: 12px;
}
.copyright p {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

/* Whois.Cart styles */
.system {
	border: thin dotted #CCCCCC;
}

.systemheading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.systemtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.systemsmalltext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.creation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	border: thin dotted #FFFFFF;
}

.thinline {
	border: 1px solid #CCCCCC;
}

.dottedline {
	border: thin dotted #CCCCCC;
}

.blackline {
	border: thin solid #000000;
}

.whiteline {
	border: thin solid #FFFFFF;
}

.hostingtable{
    border-collapse: collapse;
	border: thin solid #DDDDDD;
    margin-left: 20px;
}

.hostingtable td{
	padding: 5px; 
	border: 1px solid #D6D6D6; 
	padding-left: 5px;
}

.springsale {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.cellheader {
    border-top: 1px #374646 solid;
    border-left: 1px #374646 solid;
    border-right: 1px #374646 solid;
    border-bottom: 1px #374646 solid;
    font-family: verdana, arial;
    font-size: 20pt;
    font-weight: normal;
    color: #F1F1F1;
}

.capared {
    font-size: 14pt;
    font-weight: bold;
    color: #ff0000;
}
.capablue {
    color: #0000cc;
    font-family: "Arial Rounded MT Bold",Arial;
}
.capadecomlink {
    font-size: 16pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}


/* © 2001 Crosswinds Internet Communications, Inc. */
/* All rights reserved. */
/* Last updated Friday, June 08, 2001 */
