body {
	margin: 3px 20px;
	padding: 0px;
	text-align: center;
	background: #ffffff;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #555;
}
p, td, input, select, option, textarea {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
a:link { font-weight: bold; color: #887744; text-decoration: none}
a:visited { font-weight: bold; color: #887744; text-decoration: none}
a:hover { color: #887744; text-decoration: underline}
a:active { color: #887744; text-decoration: none }
img { border: 0 none; }
form { margin: 0; padding: 0; }

.errmsg {
	color: #CC3300;
	font-weight: bold;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #999999;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #999999;
	font-weight: bold;
}

.date {
	font-family: Bitstream Vera Sans, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #999999;
	font-weight: bold;
}

.stitle {
	font-family: Bitstream Vera Sans, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #555555;
	font-weight: bold;
}

.grey {
	color: #999999;
	font-weight: bold;
}

.hint {
	color: #999999;
	font-style:italic;
}
.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     text-decoration: blink;
     font-style: normal;
 }
#header {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 10px;
}

#header #menu td {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
	border: 1px solid #bbb;
	padding: 1px;
/*	cursor: hand; */
}
#header #menu a {
	text-decoration: none;
	color: #C13192;
}
#header #menu a:hover {
/*	text-decoration: underline;
	color: #993300; */
}

#body {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#footer {
	width:700px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #ccb;
	margin-top: 10px;
	font-size: 7.5pt;
	color: #777777;
}
#price {
	font-size: 7.5pt;
}
#price .hd {
	font-weight: bold;
	background-color: #f4f4f4;
	text-align: center;
/*	border-bottom: 0px; */
}
#price td {
	border-bottom: 1px solid #e0e0e0;
	vertical-align: top;
}

