
.tabregular {
	width: 64px;
	border-top: 1px solid #073E75;
	color: #495961;
	text-align: center;
	background: #CDD9E6;
	font: bold 9pt/1 arial;
}
.tabhighlight {
	width: 64px;
	color: #CCC;
	text-align: center;
	background: #073E75;
	font: bold 9pt/1 arial;
}
a {
	color: #497192;
}

a.noUnderline{
	text-decoration: none;
}

a.whatever {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	font-family: arial;
}
a.whatever:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	font-size: 9pt;
	font-family: arial;
}
UL LI.x {
	list-style-image: url("Clock FAFADF.jpg");
}
.Funky {
	width: 130px;
}
.subbutton {
	height: 30px;
	width: 150px;
	color: white;
	border: 1px solid black;
	background: #D0A800;
	font: bold 10pt arial;
}
.normal {
	font: 10pt verdana;
}
.indent{
	text-indent: 35px;
}
.smallheading {
	color: #d79e04;
	font: bold 16pt arial;
}
.normalheading {
	color: #d79e04;
	font: bold 18pt verdana;
}
.normalhilite {
	color: #d79e04;
	font: 13pt verdana;
}
.tinyheading {
	font: bold 10pt verdana;
}
.addcart {
	visibility: hidden;
	padding-left: 5px;
	padding-right: 5px;
	width: 140px;
	text-align: center;
	background: #EFBA03;
	font: bold 10pt arial;
}

input.blueButton
{
   font-weight:bold;
   color:#ffffff;
   background-color:#073e75;
   border-style:outset;
   border-color:#BBBBBB;
   border-width:2px;
   cursor: default;
}
input.blueButtonMouseOver
{
   font-weight:bold;
   color:#ffffff;
   background-color:#073e75;
   border-style:outset;
   border-color:#BBBBBB;
   border-width:2px;
   cursor: pointer;
}
input.blueButtonMouseDown
{
   font-weight:bold;
   color:#ffffff;
   background-color:#073e75;
   border-style:inset;
   border-color:#777777;
   border-width:2px;
   cursor: pointer;
}
