.h1
{
	font-size: 12pt;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}

.h2
{
	font-size: 11pt;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}

.h3
{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}

.h4
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}

.h5
{
	font-size: 7pt;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}

.LinksBlue
{
	color: #0000ff;
	font-family: Verdana;
	text-decoration: underline;
	font-size: 7pt;
}

.LinksBlue:hover
{
	color: red;
	font-family: Verdana;
	text-decoration: underline;
	font-size: 7pt;
}

body
{
background-color :#ffffff;
}

.MenuGroup
{
  background-color:#333399;
}

.MenuItem 
{
  background-color:#333399;
  font-weight:bold;
  font-family:verdana; 
  font-size:8pt;
  color: #ffffff;
  padding:2px;
  padding-left:10px;
  padding-right:15px;
  cursor:hand;
}

.MenuItemOver 
{
  text-decoration: underline;
  font-weight:bold;
  font-family:verdana; 
  font-size:8pt; 
  color: #ffffff;
  padding:2px;
  padding-left:10px;
  padding-right:15px;
  cursor:hand;
}
/*New Rotator Style*/
/*
.Rotator 
{
  border:1px; 
  border-color:#000000; 
  border-style:solid; 
  width:500px; 
  height:98px; 
  padding:3px;
  font-family:verdana; 
  font-size:11px; 
  background-color:#ffffff; 
  cursor:default;
}

.RotatorFrame 
{
  border:1px; 
  border-color:#ffffff; 
  border-style:solid; 
  width:500px; 
  height:80px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:#ffffff; 
  cursor:default;
}

.RotatorFrameOver 
{
  border:1px; 
  border-color: #696969;
  border-bottom-color:#000000;
  border-right-color:#000000;
  border-style:solid; 
  width:500px; 
  height:80px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:#ffffff;
  cursor:default;
}

.NewsTitle
{
  font-family:Verdana;
  font-size:10px;   
  font-weight:bold; 
  text-decoration:underline; 
  color:#000000;
}

.NewsText
{
  font-family:Verdana;
  font-size:10px;   
  color:#000000;
}

.NewsDate
{
  font-family:Verdana;
  font-size:10px;   
  color:#cccccc; 
}
*/

/*Product Rotator Style */
.Rotator 
{
  border:0px;
  border-color:black;
  border-style:solid; 
  cursor:default; 
}

.RotatorFrame 
{
  border:0px; 
  border-color:white; 
  border-style:solid; 
  width:450px; 
  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOver 
{
  border:0px; 
  border-color:darkgray; 
  border-bottom-color:Black;
  border-right-color:Black;
  border-style:solid; 
  width:450px; 
  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.ProductTitle
{
  background-color:white; 
  font-family:Verdana;
  font-size:12px;   
  font-weight:bold; 
  text-align:left;
}

.ProductText
{
  background-color:white; 
  font-family:Verdana;
  font-size:11px;   
  color:darkslategray;
  width:220px;
  text-align:left;
  padding-left:10px;
}

.ProductPrice
{
  background-color:white; 
  font-family:Verdana;
  font-size:12px;   
  font-weight:bold; 
  color:Red; 
}

