body {
	background-color: #232850;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.box {
	background-color: #0074bf;
	border: 1px solid #B0D4EB;
}
.contentBox {
	background-color: #FFFFFF;
	border-top: 0px none;
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
}
A.navBox {
	background-color: #0074bf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border: 1px solid #B0D4EB;
	text-align: left;
	font-weight: normal;
}
A.navBox:visited {
	color: #FFFFFF;	
}
A.navBox:hover {
	background-color: #6CA9E6;
	color: #FFFF00;
}
A.linkBox {
	color:#FFFFFF;
	text-decoration:none;
	padding-top:1px;
	padding-bottom:1px; 
	padding-left:4px;
	background-color:#5279A5;
	border:solid 1px;
	border-color:#929CAA;
	border-style:solid;
	display: block;
}
A.linkBox:visited {
	color:#FFFFFF;
}
A.linkBox:hover {
	background-color:#295184;
	color:#FFFFFF;
	text-decoration:none; 	
}
.boxtitle {
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(images/plastic.gif);
}
A.topMenu {
	border: 1px solid #8B8B8D;
	width: 99px;
	background-color: #FFFFFF;
	display: block;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	text-align: center;
	padding-top:2px;
	padding-bottom:2px; 
}
A.topMenu:visited {
	color: #666666;
}
A.topMenu:hover {
	background-color: #FF3300;
	color: #FFFFFF;
}

.welcome {
	color: #FFFF00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.smallgrey {
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.domainsearch {
	font-size: small;
	color: #000066;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF}
.slogan {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #008400;
}
.planprice {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.highlight {
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bottomlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #E8E8E8;
}
A.bottomlink {
	color: #E8E8E8;
	text-decoration: none;
}
A.bottomlink:visited {
	color: #E8E8E8;
	text-decoration: none;
}
A.bottomlink:hover {
	color: #E8E8E8;
	text-decoration: none;
}
.arrow {
	color: #FFFF00;
	padding-bottom: 3px;
	text-align:align=absmiddle;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.contentBox-padding {

	background-color: #FFFFFF;
	border-top: 0px none;
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	padding: 5px;
}
.feature {
	color: #0093F4;
	font-weight: bold;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
}
.price {
	color: #99CC00;
	font-size: 36px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.tableborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B0D4EB;
	border-left-color: #B0D4EB;
}
.specialbox {
	background-color: #FFFFFF;
	border: 1px solid #FFCC00;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
   .tableborder {
   }
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

   .tableborder {
   }
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
   .tableborder {
   }

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
   .tableborder {
       width: 80% !important;
   }

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
   .tableborder {
       width: 75% !important;
   }
}
