html	{
	background: #e8e8e8 url(img/back1.jpg) repeat;
	color: #000;
	margin: 0px;
	padding: 0px;
}

table {
	page-break-before: left;
}

body	{
	font: 0.8em Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}

legend, fieldset, textarea, input {	
	border: 1px solid #ccc;	
}

fieldset {		
	padding: 15px;
	margin: 10px;
}

#Language {
	float: right;
	position: relative;
	right: 100px;
	top: 15px;
}

#Body	{
	border: double #fff;
	border-width: 10px 10px 10px 10px;
	left: 100px;
	margin: 2em auto 0 auto;
	padding: 0px;
	top: 0;
	width: 800px;
}

#Header	{	
	background: white;
	margin: 0;
	padding: 0;
}

#Menu	{
	font-size: 1.3em;
	font-variant: small-caps;
	text-transform: capitalize;
}

#Menu a	{
	background: white url(img/a.gif) 0 50%;
	color: #000000;
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 0 8px 0 0;
	padding: 0 6px 0 40px;
	font-size: 110%;
	width: 140px;
	text-decoration: none;
}

#Menu a:hover	{
	background: #FE6502 url(img/a.gif) 0 50%;
}

#Menu a.current_page, #Menu a.current_page:visited {
	background-color: #FE6502;
}

#Content	{
	background: #ffffff;
	border: dotted #cacaca;
	border-width: 0 1px;
	margin: 0;
	padding: 8px;
}

#Footer	{
	background: url(img/footer.gif) 0 50% #ffe9bf;
	height: 50px;
	line-height: 62px;
}

a {
	color: #0000ff;
	text-decoration: none;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #0000ff;
	text-decoration: none;
}

.price {
	color: #999;
	font-weight: bolder;
}

img {
	border: none;
	margin: 8px;
}

p {
	line-height: 170%;
}

dl {
	line-height: 200%;
}

dt {
	font-weight: bold;
}

dd {
	line-height: 140%;
}

ul {
	line-height: 200%;
}

h1 {
	margin: 20px 0;
	padding: 8px 8px 8px 20px;
	text-align: left;
}

.aright {
	float: right;
}

.clear, .clearall {
	clear: both;
}

.lowmargin, .noborder {
	margin: 0px;
}

.middle {
	vertical-align: middle;
}

label {
  width: 140px;
  display: block;
  float: left;
  vertical-align: middle;
}