body {
	color: 			#000000;
	background:		#FFFFFF;
	font-size:		12px;
	margin:			0px;
	padding:		0px;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: 	verdana, arial, geneva, sans-serif;
}

h1 {
	font-size: 200%;
	font-weight:	700;
}

h2 {
	font-size: 150%;
}

.asterix {
	color: #555555;
	font-size: 0.7em;
	position: relative;
	top: -.6em;
}

table#pricetable {
	margin-top: 1em;
	border-collapse: collapse;
}

table#pricetable th {
	background: #CCCCCC;
}

table#pricetable td {
	vertical-align: top;
	padding: 0.2em;
}

table#Links  {
	width: 100%;
	background: #111111;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

table#Links tr{
	padding: 0;
	margin: 0;
}

table#Links td{
	padding: 0;
	margin: 0;
}

table#Links td.Link{
	padding: 0.2em;
	margin-left: 0.2em;
	width: 8em;
	border: 1px dashed #555555;
}

table#Links td.Link:hover{
	border: 1px solid #AAAAAA;
	background: #555555;
}

table#Links td.Link a{
	text-decoration: none;
	font-weight: bold;
	color: #ffea00;
}

#Content h1 {
	font-size: 1.5em;
	font-weight: 900;
	padding: .3em .5em .2em .5em;
	margin-left: -.4em;
	margin-right: -.4em;
	border-top: 1px dashed #555555;
	border-bottom: 1px dashed #555555;
}

#Content h2 {
	font-size: 1.1em;
	font-weight: 900;
	text-align: center;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none}
a:link:active { text-decoration: underline}
a:visited:active { text-decoration: underline}
a:link:hover { text-decoration: underline;}
a:visited:hover { text-decoration: underline; }

