body {
	background-color:#EEEEEE;
	text-align:center;
}
div.mainbody {
	background-color:white;
	border:solid 1px #00CC00;
	width:500px;
	margin:auto auto;
	text-align:center;
	padding:20px;
}

img { border:0; }

input,table,div,body {
	font:10pt Tahoma;
	color:#666666;
}
input.text {
	background-color:#FFFFFF;
	border:solid 1px #666666;
	width:120px;
	height:20px;
}
input.button {
	background-color:#FFFFFF;
	width:120px;
	height:20px;
	border:solid 1px #006600;
	color:#006600;
}

em {
	color:#00AA00;
	font-style:normal;
	font-weight:bold;
}

div.keepleft {
	float:left;
	vertical-align:center;
	height:200px;
}
div.keepright {
	float:right;
	vertical-align:center;
	height:200px;
}

th {
	font-weight:normal;
	text-align:right;
}
td {
	text-align:left;
}
div.footnote {
	margin:20px;
	color:#666666;
	font:8pt Arial;
}

a:link,a:visited,a:active {	color:#006600;	text-decoration:underline; }
a:hover {	color:#006600;	text-decoration:none; }

div.product {
	border:dashed 2px #009900;
	padding:15px;
	margin:20px;
}

a.em {
	font-weight:bold;
}

div.faq {
	padding:10px;
	text-align:left;
}

span.error {
	color:red;
}