html, body, img, div, p, h1, h2, h3, ol, span, a, table, td, form, input, textarea 
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

body
{
	background-color:#ffffff;
	font-size:70%;
}

p, blockquote, li, h1, h2, h3
{
	font-size:1em;
	line-height:1.5em;
	margin-bottom:10px;
}

a:link 
{ 
color:#000000; 
}
a:visited 
{ 
color:#333333; 
}
a:hover 
{ 
color:#999999; 
}
a:active 
{ 
color:#999999; 
}
a:focus
{
	color:#999999;
	text-decoration:none;
	border-bottom:1px black solid;
}

h1, h2, h3
{
	font-weight:bold;
	font-family:Arial;
	padding-bottom:3px;
}

h1 { font-size:1.8em; }
h2 { font-size:1.3em; }
h3 { font-size:1.1em; }

.smallfont {
	font-family:Arial;
	color:#666666;
	font-size:0.8em;

}


#logo
{
	position:absolute;
	top:10px;
	left:577px;
	width:100px;
	height:100px;
	z-index:9;
	
}

#menu {
	position:absolute;
	color:#CCCCCC;
	left:159px;
	top:115px;
	width:400px;
	height:20px;
	z-index:3;
}

#box {
	position:absolute;
    border:ridge;	
	left:50px;
	top:150px;
	width:600px;
	background-color:#ffffff;
	padding:20px;
	
}

#content {
   	background-color:#CCCCCC;
	padding:5px;
}


.Chead
{
  font-weight:bold;
  color:#FFFFFF;
  background-color: #BB0000;
}
.Cnorm 
{
  background-color: #FFFFFF;
}
.Cmite
{
  background-color: #CCCCCC;
}
.Cdark
{
  font-weight:bold;
  background-color: #3590D6 /*#999999;*/
}
.Price
{
  background-color: #FFFFFF;
 
  color:#BB0000;
}

