@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
form {
	margin: 0px;
}
.input01 {
	height: 16px;
	border: 1px solid #b0bcc5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-right: 2px;
	padding-left: 3px;
}
.dottedGray_bdr_right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}

.ul01 {
	margin: 0px;
	padding: 0px;
}
.ul01 li {
	background-image: url(../images/R2i_april10_redBullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-bottom: 12px;
	background-position: 0px 5px;
}


.red {
	color: #e3001b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.gray {
	color: #5c5c5c;
}
.gray2 {
	color: #A7A7A7;
}
.select01 {
	height: 18px;
	border: 1px solid #b0bcc5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.red-link {
	color: #E20000;
	text-decoration: none;
}
.red-link:hover {
	color: #000000;
	text-decoration: none;
}


.footer {
	background-image: url(../images/R2i_april10_footerBg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.border {
	display: block;
	float: left;
	border: 1px solid #DBDBDB;
}
.cellBorder-btm-right {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.cellBorder-btm {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}

