body,p,td,table,tr,.bodytext,.stepfield,input,text,textarea,select {
	font-family: Verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

body {
	margin: 4px;
	padding: 4px;
	text-align: left;
	background-color: white;
}

.bodyDiv {
	padding: 4px;
	width: 800px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

A.navigationLink:link {
	color: white;
	font-weight: bold; font-weight : bold;
	padding-left: 12px;;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.navigationLink:visited {
	color: white;
	font-weight: bold;
	padding-left: 12px;
	TEXT-DECORATION: none;
}

A.navigationLink:active {
	color: white;
	font-weight: bold;
	padding-left: 12px;
	TEXT-DECORATION: none;
}

A.navigationLink:hover {
	color: white;
	font-weight: bold;
	padding-left: 12px;
	TEXT-DECORATION: underline;
}

.productTitle{
	font-weight: bold;
	font-size: 24px;
	color: #BD3C3C;
}

.productSubheading{
	font-weight: bold;
	font-size: 14px;
}

div.contents{
	padding: 8px;
}

td.blueButton{
	height: 21px;
	width: 110px;
	font-weight: bold;
	color: white;
	text-align: center;
	background-image: url('../images/blueImageButton.gif');
}

td.greenButton{
	height: 21px;
	width: 110px;
	font-weight: bold;
	color: white;
	text-align: center;
	background-image: url('../images/greenImageButton.gif');
}

A.buttonLink:link {
	color: white;
	font-weight : bold;
	TEXT-DECORATION: none;
}

A.buttonLink:visited {
	color: white;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.buttonLink:active {
	color: white;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.buttonLink:hover {
	color: white;
	font-weight: bold;
	TEXT-DECORATION: underline;
}

.productindex {
	color: #0476B8;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #f0f0f0;
}

A:link {
	color: #0476B8;
	TEXT-DECORATION: none;
}

A:visited {
	color: #0476B8;
	TEXT-DECORATION: none;
}

A:active {
	color: #0476B8;
	TEXT-DECORATION: none;
}

A:hover {
	color: #0476B8;
	TEXT-DECORATION: underline;
}