h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #006600;
	margin:0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #003399;
	margin:0;	
}

h3 {
	font: bold 13pt Arial, Helvetica, sans-serif;
	color: #000000;
	text-indent:.7em;
	padding: 5px 0;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #E4E4E4;
	padding:1em;	
	margin-left: 50px;
	margin-right: 50px;
	
	border: 1px dashed #000066;
}

.smaller {
	font-size: 11px;
	color: #000000;
}

p.readme {
	font-size: 12px;
	line-height: 120%;
	text-align: justify;
}


/*- Top Right Banner--------------------------- */
#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(Images/TRbanner_gallery.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}