body 
{ 
	background-image:url(images/bg.png);
    background-repeat:repeat-x; 	
	font-family:Verdana; 
	font-size:12px;
	margin:0; 
	padding:0; 
}

#header
{
	position: relative;
	height: 120px;
	background-image: url(images/titlebg.png);
	background-repeat: no-repeat;
	width: 100%;
	/*
	margin-top: 8px;
	margin-bottom: 3px;
*/
}

a
{
    color: #4452A8;
}

a.menu 
{
	color: black;
	/*font-weight:bold;*/
	text-decoration: none;
}

a.menu:hover 
{ 
	text-decoration: underline; 
}

a.menu:focus 
{
	text-decoration: underline; 
}


.title
{
	font-weight: bold;
    color: #4452A8;
}

.smalltitle
{
	font-weight: bold;
    color: #4452A8;
}

.producttabletitle
{
	background-color:#ECEDF6;
	font-size:15px;
	font-weight:bold;
}

.button
{
	background-color: #4452A8; 
	font-family: Verdana; 
	font-size: 11px;
	color: #FFFFFF; 
	border:1px solid #4452A8;
	cursor: pointer;
}

.button:hover
{
	background-color:#6175EF; 
	color:#FFFFFF;
}

/*
.button a:link, a:visited
{
  float: left;
  margin: 2px 5px 2px 5px;
  padding: 2px;
  width: 100px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid black;
  border-left: 1px solid #cccccc;
  border-right: 1px solid black;
  background: #cccccc;
  text-align: center;
  text-decoration: none;
  font: normal 10px Verdana;
  color: black;
}

.button a:hover
{
  background: #eeeeee;
}

.button a:active
{
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid black;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid black;
}
*/

