
/* ///// just in case ///// */  
#wallClock {
	width:200px;
	text-align:center;
	padding:30px;
	border:7px double #CC0000;
	background-color:#000066;
}

#fullDate {
	display:block;
	font-family:Courier,monospace;
	font-weight:bold;
	font-size:16pt;
	color:#FFFF00;
}

#bigTime {
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:56pt;
	color:#FFFFFF;
	line-height:100%;
}

#dayName {
	display:inline;
	font-family:Courier,monospace;
	font-weight:bold;
	font-size:16pt;
	color:#FFFF00;
}

#seconds {
	display:inline;
	font-family:Courier,monospace;
	font-weight:bold;
	font-size:16pt;
	color:#FFFFFF;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #CC0066;
	text-decoration: none;
	/* background-color: #CCCCCC; */
}

a:active {
	color: #333333;
	text-decoration: none;
}

/* ///// body copy ////// */  

.mainHeader {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0066;
}

/* ///// navigation ///// */  

.activeBoldSubNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CC0066;
	font-weight: bold;
}

.activeRegSubNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CC0066;
}