  body {
 	background-color: white;
 	color: #333;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;

} td {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;

} img {
	border: 0;

} img.boxed {
	border: solid #999 1px;

} form {
	margin: 0;
	padding: 0;

} a {
	color: #333;
	text-decoration: none;

} a:hover {
	text-decoration: underline;

} input {
	font-size: 10px;

} .right {
	text-align: right;

} .sm {
	font-size: .8em;

} h3 {
	font-size: 13px;
	font-weight: bold;
	color: #336699;
	margin: 0 0 .3em 0;
	padding: 0;

} h3.black {
	color: black;

} img.title {
	display: block;
	margin-bottom: 1.8em;

} a.redarrow13 {
	padding-left: 20px;
	background: url('/images/redarrow13.gif') top left no-repeat;
	font-weight: bold;

} a.redarrow15 {
	line-height: 18px;
	padding-left: 22px;
	background: url('/images/redarrow15.gif') top left no-repeat;
	font-weight: bold;
	font-size: 13px;

}  .redtext {
	color: #FF0000;
} div.redarrowbox {
	float: left;
	width: 295px;
	line-height: 1.8em;

} tr.horiz {
	background: url('/images/horizdiv.gif') center center no-repeat;

} tr.horiz td {
	line-height: 2em;

}
/*  glossary styles! */

#glossaryIndex {
width: 135px;
}
#glossaryIndex table {
margin-top: 15px;
padding-bottom: 10px;
background-color: #FFFFFF;
width: 560px;
}
#glossaryIndex td {
text-align:center;
background-color: #ff0033;
padding: 5px;
width:15px;
}
#glossaryIndex td:hover {
background-color: #FFFFFF;
padding: 5px;
width:15px;
cursor: default;
}
#glossaryIndex td a {
font-family: Arial, Helvetica;
font-size: 13px;
text-decoration: none;
color: #FFFFFF;
}
#glossaryIndex td:hover a {
font-family: Arial, Helvetica;
font-size: 13px;
text-decoration: none;
color: #ff0033;
}
#glossaryIndex td.on {
font-family: Arial, Helvetica;
font-size: 13px;
text-decoration: none;
color: #ff0033;
background-color: #FFFFFF;
}
#glossaryIndex td.on a {
font-family: Arial, Helvetica;
font-size: 13px;
text-decoration: none;
color: #ff0033;
}
#glossaryTerm {
padding-left: 5px;
font-family: Arial, Helvetica;
width:455px;
font-size: 11px;
}
#glossaryIntro {
padding:10px 5px 10px 5px;
font-family: Arial, Helvetica;
font-size: 11px;
}
textarea#DomainName {
font-size: 12px;
font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* St Patricks Day */

#stpatricks {
	background-image: url(/images/sales/stpatricksbg.jpg);
	background-repeat: no-repeat;
	width: 325px;
	padding-top: 235px;
	padding-left: 270px;
	min-height: 352px;
}
#stpatricks a {
	text-decoration: underline;
}
#stpatricks p {
	margin-bottom: 12px;
}
#stpatricks h2 {
	font-size: 16px;
 	line-height: 1.1em;
	color: #1e4f1b;
}
#stpatricks strong {
	color: #1e4f1b;
}
#stpatricks .gogreen {
	padding: 5px;
	background-color: #deefdd;
	border: 1px solid #cae2c8;
}
.pricingoptions {
	color: #ffffff;
}
.pricingsmall {
	font-weight: normal;
}

/* March Madness */

#marchmadness {
	padding: 13px;
	color: #000000;
	font-size: 12px;
	margin-top:10px;
}
#marchmadness p {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#marchmadness strong {
	color: #eb2d2e;
}
#marchmadness h2 {
	margin: 0px 0px 8px 0px;
	font-size: 24px;
	color: #eb2d2e;
	font-family: Helvetica, Arial, sans-serif;
}
#marchmadness a {
	color: #000000;
	text-decoration:underline;
}
#marchmadness a:hover {
	color: #376ca3;
}
#marchmadness ul {
	margin: 0px 0px 10px 45px;
}
.marchbox {
	background-color: #eeeeee;
	padding: 5px;
	margin-bottom: 25px;
	border: 1px solid #d1d2d2;
}

/* Hosting Sale */

#hostingsale {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #eb2d2e;	
	margin: 0px 0px 9px 0px;
}
#hostingsalevps {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #eb2d2e;	
	margin: 0px 0px 2px 0px;
	width: 590px;
}
#hostingsale h3, #hostingsalevps h3 {
	margin: 0px 0px 6px 0px;
	padding:0px;
	font-size: 15px;
	font-weight: bold;
	color: #eb2d2e;
}
#hostingsale p, #hostingsalevps p {
	margin: 0px;
	padding: 0px;
}
a.tooltip {
	position:relative;
	z-index:24;   /* Required for IE? */
	text-decoration:none;
	background-image: url(/images/hosting/bubble.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 19px;
}

/* This is needed, otherwise the tooltip doesn't work in IE */
a.tooltip:hover {
z-index:25;
visibility: visible;
}

a.tooltip span {
display: none;
}

a.tooltip:hover span {
display:block;
position:absolute;
top:2em;
left:2em;
width:15em;
padding: 5px;
border:1px solid #444;
background-color:#f8f8f8;
color:#000;
text-align: left;
text-decoration: none;
font-weight: normal;
}