/*  global style definitions */

div.plink{
	float:left;
	color:red;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
	padding:5px 10px;
}

.roundbox { }
.rbtop div { background: url(/img/cnr_topleft.gif) no-repeat top left; }
.rbtop { background: url(/img/cnr_topright.gif) no-repeat top right; }
.rbbot div { background: url(/img/cnr_bottomleft.gif) no-repeat bottom left; }
.rbbot { background: url(/img/cnr_bottomright.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 4px;
	font-size: 1px;
}
.rbcontent  { margin: 0 7px; }

/* structural styles */


#blurb{
	width:540px;
	margin-left:59px;
	font-family:Arial Narrow, Arial, sans-serif;
	font-size:14px;
}

#blurb p{
	margin:0px 0px 10px 0px;
}


