html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset{
  	margin:0;
  	padding:0;
	}
body{
  	background:#cfcfcf ;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	}
img,a{
  	border:0;
  	outline:none;
  	text-decoration:none;
	}
/* -------- GENREAL STRUCTURE ELEMENTS-------- */
.fl{
	float:left;
	}
.fr{
	float:right;
	}
.cen{
	text-align:center;
	}
.un{
	text-decoration:underline;
	}
.bold{
	font-weight:bold;
	}
.small{
	font-size:10px;
	}
/* -------- TEXT DECLRATIONS-------- */
h1{
	font: normal 20px/24px Arial, Helvetica, sans-serif;
	color:#34618E;
	padding:0 0 22px 0;
	}
h3{
	font: normal bold 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #34618E;
	}
p{
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	color:#333;
	padding:0 0 11px 0;
	height: 52px;
}
a{
	color:#34618E;
	}
a:hover{
	color:#000;
	}
a.link1{
	color: #333;
	}
a.link1:hover{
	color: #34618E;
	}
.clear{
	clear:both;
	}	
	
		/* Styles FROM Form Tutorial */

.ExpensivePriceEmphasis
{
	font-weight: bold;
	font-style: italic;
}

.red
{
	color: Red;
}


.blue
{
	color: Blue;
}

.AffordablePriceEmphasis
{
	background-color: Yellow;
}

.ProductPropertyLabel
{
	font-weight: bold;
	text-align: right;
	padding-right:  5px;
}

.ProductPropertyValue
{
	padding-right: 15px;
	height: 20px;
}	