body
{
	font-family: Arial;
}

.title
{
	font-family: Century;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.subTitle
{
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #00546D;
}

.subTitle2
{
	font-size: 15px;
	color: #00546D;
	font-weight: normal;
}

.featureTitle
{
	font-size: 15px;
	color: #00546D;
	font-weight: bold;
}

.featurePrice
{
	font-size: 15px;
	color: #333333;
	font-weight: normal;
}

.table,
.tableOddResult, 
.tableEvenResult
{
	text-align: left;
	font-family: Arial;
	width: 700px;
}

.tableOddResult
{
	border:1px solid black;
}

.tableEvenResult
{
	border:1px solid black;
}


.resultSummary
{
	font-family: Courier;
	font-weight: normal;
	word-wrap: break-word;
	width:400px;
	left:0;
}

input
{
	font-family: Verdana;
}

input.button
{
	border: solid 1px blue;
	cursor: hand;
}

select
{
	border: solid 1px green;
	font-family: Verdana;
}

img.thumbNail
{
	height:98px;
	width:144px;
	border: none 0;
}

img.thumbNailLarge
{
	height:166px;
	width:216px;
	border: solid 1;
}
a:link
{
	cursor: hand;
	text-decoration: underline;
	color: #00546D;
	font-weight: normal;
}

a:visited
{
	cursor: hand;
	text-decoration: underline;
	color: #00546D;
	font-weight: normal;
}


a
{
	cursor: hand;
	text-decoration: underline;
	color: #00546D;
}
.detaildescription
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}
.detaillistingatributes
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}