
 table#price
{
width:600px;
margin: 0px auto;
padding: 1px;
color:#333;
padding-bottom: 15px;
font-size: 11px:
font-family: lucinda, sans-serif;
/*border: solid 1px black;*/
}

th#head1
{
text-align:left;
font-size: 11px;
color: #fff;
background-color: #000033;
}
th#head2
{
text-align:left;
font-size: 11px;
color: #fff;
background-color: #000033;
}
th#head3
{
text-align:left;
font-size: 11px;
color: #fff;
background-color: #000033;
}


td#data
{
text-align:left;
font-size: 11px;
color:#000;
}

#heading
{
margin-top:15px;
margin-left: 80px;
color: #444;

}
.cap {

float: left;
width: 42px;
font-size: 62px;
line-height: 51px;
font-weight: normal;
color:#444;
font-family: georgia, times;

}


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ccc;
	background-image:url(images/stripes.png);
	background-color: #333;
	text-align: center;
/* part 1 of 2 centering hack */
	}

	#header{ 

width:100%; 
background-color:#666;
border-bottom:1px solid #aaa;
color:#fff;
font-style:tahoma, sans-serif;
margin-top:-2px;
font-size:16px;
height:35px;
padding-top:6px;


 } 
 
#header h3 {
margin-top:1px;
font-size:16px;

}


 
#copy{

 font-style:courier, serif;
 font-size:10px;
 text-align:center;
 

} 

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
#content {
	padding: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #eee;
	border: 1px solid #666;
	text-align:left; /* part 2 of 2 centering hack */
	width: 750px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 720px;
	}
html>body #content {
	width: 720px; /* ie5win fudge ends */
	}
	#text {
margin-top:-30px;
font-family:tahoma, veranda sans-serif;
text-align:justify;
font-size:12px;
margin-left: 70px;
margin-right: 70px;
line-height: 14px;
color:#333;
padding-bottom:5px;
}
#heading h4
{
margin-left:-20px;
color: #444;
}

	
ul {
margin-left:3px auto;
margin-right:2px auto;
list-style-type: none;
width: 100%; /* precision for Opera */
padding:0px;
text-align:left; /* part 2 of 2 centering hack */
margin-top:2px;
margin-bottom:7px;
voice-family: "\"}\"";
voice-family:inherit;
margin-left:3px;
margin-right:0px;

}
*html>body #ul {
margin-left:2px;
margin-right:2px;
}

.menu li {
float: left;
font-size:11px;


}

.menu a {
margin: 0 0px;
width: 100px;
height: 20px;
display: block;
text-align: center;
border: 1px solid #eee;
text-decoration: none;
font-weight:bold;
color: #666;
background: #fff;
}

.menu a:hover {
background: #ccc;
color:#fff;
border: 1px solid #eee; 
}

.menu a:active {
background: gray;
border: 1px solid #eee;
color: #fff;
}

a.test {text-decoration: none;
color: #222;
}
a.test:hover{text-decoration: underline;
}

a:visited {
	color:  #666;
	}
a:active {
	color:  #666;
	}
a:hover {
	color: #3366ff;
	text-decoration: none;
	}
