
td	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
										/* H3 titles */
h3		{
	font-family:verdana; arial;
	font-size:18px;
	color: black;
	font-weight: bold;
}
										/*general table*/
table	{
	border-collapse: collapse;
}	


										/* header cell with toprightlinks i.e. support, control panel*/
.top	{
	text-align: right;
	width: 495px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#topmenu  a:link, a:active, a:visited	{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#topmenu A:hover {
	font-weight: bold;
	color: #c0c0c0;
	text-decoration: none; 
}

										/* main outer table that gives the black border to whole page*/
#Design		{ 
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 	 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	background-color: #ffffff; 
	width: 765px;
}

										/*main nav links header */									
#menutop	{
	font-weight:bold;  
	color: #ffffff; 
	width: 765px; 
	height: 19px; 
	background-color: #5991c8; 
	text-align: center;
	text-decoration: none;
}
#menutop A:link {
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none;
}
#menutop A:visited {
	font-weight: bold;
	color: #ffffff; 
	text-decoration: none;
}
#menutop A:hover {
	font-weight: bold;
	color: #ffffff; 
	text-decoration: underline;
}
										/*  rightcolumn with orange heading for the quick links */

#quicklinks {
	font-weight:bold; 
	font-size:12px; 
	color: #ffffff;  
	background-color: #DF8D2F; 
	text-align: center;
}

										/* main cell under the Quick Links*/

.main 		{
	text-align: left;
}
.main A:link, a:active, a:visited {
	color: #000000; 
	text-decoration: none;
	font-weight: normal;
}

.main A:hover {
	color: #c0c0c0; 
	text-decoration: underline;
	font-weight: normal;
}

											/* indents text, para etc 20px on left */
.indent  {
	padding-left: 20px; 
	text-align: left;
}


											/* the blue plan boxes */
											/* whole table */

.plans  {
	border-collapse: collapse; 
	width: 430px; 
	background-color: #A6B6CE;
}

											/* bue plan topand bottom cells */
	
#plantop	{
	background-image: url('hosting-images/hosting-plan-back.gif'); 
	width: 205px; 
	height: 18px; 
	text-align: center; 
	font-weight:bold;
}
#planbot {
	background-color: #A6B6CE;
	width: 205px; 
	text-align: center; 
	height: 16px;
}
	
											/* blue plan indent plan content */
.pplans  {
	padding-left: 20px; 
	text-align: left;
	background-color: #BDD1E9;
}
											/* blue plan plan links */
#planlink A:link { 
	font-weight: normal;
	color: #000000; 
}
#planlink A:active { 
	font-weight: normal;
	color: #000000; 
}
#planlink A:visited { 
	font-weight: normal;
	color: #000000; 
}
#planlink A:hover { 
	font-weight: normal;
	color: #FFFFFF; 
	text-decoration: none;
}			
											/* main page content cell - indents the text, sets size of cell etc */

.content  {
	padding-left: 15px; 
	padding-right: 10px; 
	text-align: left; 
	width: 570px; 
}

.content A:link {
	font-weight:bold; 
	color: #000000; 
	text-decoration: underline;
}
.content A:active {
	font-weight: bold; 
	color: #000000;  
	text-decoration: underline;
}
.content A:visited {
	font-weight: bold; 
	color: #000000; 
	text-decoration: underline;
}
.content A:hover {
	font-weight: bold; 
	color: #c0c0c0; 
	text-decoration: underline;
}

													/* footer include */
.footer  {
	cell-padding: 2px; 
	width: 765px; 
	align: center; 
	text-align: center; 
	background-color: #5991C8;  
	color: #BAD1E9;
}

.footer A {
	color: #BAD1E9; 
	text-decoration: none;
}
.footer A:link {
	color: #BAD1E9;  
	text-decoration: none;
}
.footer A:visited { 
	color: #c0c0c0; 
	text-decoration: none;
}
.footer A:hover {
	color: #BAD1E9; 
	text-decoration: underline;
}

    /* pop up information boxes */
 
.infobox {
 width: 500px;
 border: solid #6F95C4;
 background-image: url('images/background.gif');
 
}
