BODY{
}

A {
	text-decoration: underline;
	color: Blue;
}
A:Hover {
	text-decoration: underline;
	color: red;
}


A.TopNav {
	text-decoration: none;
	color: White;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
}
A.TopNav:Hover {
	text-decoration: underline;
	color: #FFD700;
	font-weight : bold;
}

A.TopSubNav {
	text-decoration: none;
	color: Navy;
	font-family : "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight : bold;
}
A.TopSubNav:Hover {
	text-decoration: underline;
	color: #FFD700;
	font-weight : bold;
}

A.BottomNav {
	text-decoration: underline;
	color: Navy;
	font-family : "Times New Roman", Times, serif;
	font-size: 12px;
}
A.BottomNav:Hover {
	text-decoration: underline;
	color: #990099;
	font-weight : bold;
}


A.BottomNavSmall {
	text-decoration: underline;
	color: Navy;
	font-family : "Times New Roman", Times, serif;
	font-size: 10px;
}
A.BottomNavSmall:Hover {
	text-decoration: underline;
	color: #990099;
	font-weight : bold;
}

A.TopNavDOTNET {
	text-decoration: none;
	color: White;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.TopNavDOTNET:Hover {
	text-decoration: underline;
	color: red;
	font-weight : bold;
}





/*Micro Nav = U*/
A.Unav {
	text-decoration: none;
	color: Black;
	font-family : Times, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
}
A.Unav:Visited {
	color: Black;
}
A.Unav:Hover {
	text-decoration: none;
	color: red;
}

A.UnavON {
	text-decoration: none;
	color: Red;
	font-family : Times, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
}
A.UnavON:Visited {
	color: Red;
}
A.UnavON:Hover {
	text-decoration: none;
	color: red;
}



.Copyright {
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
}





td.TechUsedHeading{
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
}
td.TechUsed{
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.WelcomeMsg {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: Navy;
	"
}

.Clock {
	color: Black;
	background-color: White;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	border: none White;
	text-align: right;
	margin: 0px;
}

