Body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.maintable {
	text-align: left;
}

.babyname {
	color: #96DF00;
}

.rowheading {
	font-size: large;
	color: #0000FF;
}

.rowdata {
	font-size: medium;
	padding-left: 10px;
	text-align: left;
	width: 500px;
}
 .cssBorder {
   	BORDER-BOTTOM: black 1px solid;
   	BORDER-LEFT: black 1px solid;
   	BORDER-RIGHT: black 1px solid;
   	BORDER-TOP: black 1px solid;
   	PADDING-LEFT: 2px;
}

.nodec {
	text-decoration: none;
	background: none;
	color: black;
}

/* corner module elements */
/* corner container */
.ycscrnrcntr { border: 1px solid #999999; background-color: white; text-align: left; }
/* corner section w/in container */
.ycscrnr { height: 7px; position: relative; }	
/* corners */
.ycscrnr .ctl, .ycscrnr .cbl, .ycscrnr .ctr, .ycscrnr .cbr { background-repeat : no-repeat; width: 7px; height: 7px; position: absolute; }
.ycscrnr .ctl { float: left;  background-image: url("/img/ctl_lb.gif"); left: -1px; top: -1px; }
.ycscrnr .ctr { float: right; background-image: url("/img/ctr_lb.gif"); right: -1px; top: -1px; }
.ycscrnr .cbl { float: left;  background-image: url("/img/cbl_lb.gif"); left: -1px; top: 1px; }
.ycscrnr .cbr { float: right; background-image: url("/img/cbr_lb.gif"); right: -1px; top: 1px; }
/* end: corner module elements */

/* corner module elements with white bg */
/* corner container */
.ycscrnrcntrclr { border: 1px solid #999999; background-color: #FFFFFF; text-align: left; }
/* corner section w/in container */
.ycscrnrclr { height: 7px; position: relative; }	
/* corners */
.ycscrnrclr .ctl, .ycscrnrclr .cbl, .ycscrnrclr .ctr, .ycscrnrclr .cbr {  background-repeat : no-repeat; width: 7px; height: 7px; position: absolute; }
.ycscrnrclr .ctl { float: left;  background-image: url("/img/ctl_lb.gif"); left: -1px; top: -1px; }
.ycscrnrclr .ctr { float: right; background-image: url("/img/ctr_lb.gif"); right: -1px; top: -1px; }
.ycscrnrclr .cbl { float: left;  background-image: url("/img/cbl_lb.gif"); left: -1px; top: 1px; }
.ycscrnrclr .cbr { float: right; background-image: url("/img/cbr_lb.gif"); right: -1px; top: 1px; }
/* end: corner module elements */

.ycscntt { padding:10px;}
.ycscntt ul li, .ycscntt ol li  { font:normal 11px arial; }
