/*Basic HTML Classes defined here*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008080;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
/*====================P CLASSESS========================
used with a integer pixel setting  ====================*/
p.normal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}
/*====================TD CLASSES========================*/
/*for describing the product classification: ex...products,hosting,business etc */
td.productTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #008080;
}
/*for describing the product classes on orange background gif (bg_prod.gif 
--only used on index1.htm*/
td.productSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
}
/*===============MISC CLASSES======================*/
/*used to identify developer notes throughout site*/
/*this is a temporary class*/
.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
}
/* Currently used on home page 
for caller notification and maintenance*/
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
}

.productInfo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}

/*used for all hyperlinks  throughout website */
A:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #008080;
	text-decoration:underline;
}
A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cc3300;
	text-decoration: underline;
}
A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: underline;
}
A:Active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: underline;
}
/*===================================BORDER CLASSES ====================*/
/*Border Right*/
.borderR {
	border-right-width: 0.5pt;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 3px;
	padding-left: 3px;
}
/*Border Left*/
.borderL {
	border-left-width: .5pt;
	border-left-style: solid;
	border-left-color: #999999;
	padding-right: 3px;
	padding-left: 3px;
}
/*Border bottom*/
.borderB {
	border-bottom-width: 0.5pt;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/*for Border Right and Bottom */
.borderRandB {
	border-right-width: 0.5pt;
	border-bottom-width: 0.5pt;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
/*Border Left and Right*/
.borderLandR {
	border-right-width: 0.5pt;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 0.5pt;
	border-left-style: solid;
	border-left-color: #999999;
}
/*Border Top and Bottom*/
.borderTandB {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
/*Border Top*/
.borderT {
	border-top-width: 1px;
	border-top-style: solid;
}
/*for setting distinct font styles on the hosting plan description of features*/
/* used within standard,bronze,silver,gold, & mail hosting pages*/
.hostingFeatures {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #008080;
}

/*================FOOTER CLASS===========================*/
/* used throughout entire web site on the footer */
.footer {
	font-family: verdana;
	font-size: 10 px;
	color: #ffffff;
}
.footer A:visited {
	color: #ffffff;
	font-family: verdana;
	font-size: 10 px;
	text-decoration:none;
}
.footer A:hover {
	color: #ffffff;
	text-decoration: underline;
	font-family: verdana;
	font-size: 10 px;
}
.footer A:link {
	color: #ffffff;
	text-decoration:none;
	font-family:verdana;
	font-size: 10 px;
}

/*=================SUBNAV CLASSES: =================================*/
/*This class is specifically placed in the all template for subnavigation */
.subnav {
	font-family: verdana;
	font-size: 10 px;
	color: #008080;
	text-decoration: none;
}
.subnav A:visited {
	color: #008080;
	font-family: verdana;
	font-size: 10 px;
	text-decoration: underline;
}
.subnav A:hover {
	color: #008080;
	text-decoration: underline;
	font-family: verdana;
	font-size: 10 px;
}
.subnav A:link {
	color: #008080;
	text-decoration:underline;
	font-family:verdana;
	font-size: 10 px;
}
.footerStatic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
