body, html {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	height: 100%;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.frame {
	width: 800px;
	height: 100%;
	padding: 0;
	margin: 0;
}

.header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	height: 150px;
}

.menu {
	background: #98c6fe;
	height: 30px;
}

.main {
	background: #ffffff;
	width: 600px;
}

.current {
	background: #defec6;
	width: 200px;
}

.footer {
	background: #d2e6fe;
	height: 30px;
}

.wd {
	height: 20px;
}

.priceheader {
	background: #98c6fe;
	font-weight: bold;
}

.pricetext {
	background: #d2e6fe;
}

.tablelogin {
	background: #ffffff;
}

h1 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	font-weight: bold;
	margin: 15px;
}

h2 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	font-weight: normal;
	margin: 15px;
}

h3 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	font-weight: normal;
	margin: 15px;
}

a {
	font-family: Verdana, Tahoma, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
   	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana, Tahoma, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Tahoma, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #005dc0;

}

a:active {
	font-family: Verdana, Tahoma, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #005dc0;
}

td {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.small {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.picright {
	height: 250px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.picright2 {
	height: 200px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.picleft {
	height: 250px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
}

input {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #d2e6fe;
	border: #005dc0 solid 1px;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #d2e6fe;
	border: #005dc0 solid 1px;
}

select {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #d2e6fe;
	border: #005dc0 solid 1px;
}