	body,td,th {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	}

	body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
	a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

	a:hover {
	text-decoration: none;
	color: #0066FF;
	}

	a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
	
	.style15 {
	font-size: 14px;
	font-weight: bold;
	}
	
/**************************************************************
	| Styles for website.asp page
**************************************************************/

	.infobox {
	border:thin;
	border-color:#FFFFFF;
	border-style:solid;
	}

	.websitename {
	color: #FFFFFF;
	font-weight: bold;
	}
	
	.websiteinfotitle {
	width:50%;
	font-family:Tahoma;
	color:#FFCC00;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	padding-bottom:3px;
	}
	
	.websiteaddress {
	width:50%;
	font:Verdana, sans-serif;
	color:#FFFFFF;
	text-align:center;
	font-size:10px;
	padding-bottom:3px;
	}
	
	.websiteinfo {
	font-family:Tahoma;
	color:#FFFFFF;
	text-align:center;
	font-size:10px;
	}
	
	.websitestatusactive {
	font-family:Tahoma;
	color:#00FF00;
	text-align:center;
	font-size:10px;
	}
	
	.websitestatussuspended {
	font-family:Tahoma;
	color:#FF0000;
	text-align:center;
	font-size:10px;
	}
	
	.websiteproject {
	font-family:Tahoma;
	color:#333333;
	text-align:center;
	font-size:10px;
	padding-top:3px;
	padding-bottom:3px;
	}