@charset "utf-8";
body {
	margin: 0px;
	background-image: url(../images/red_bg.gif);
}
.ab_title {
	font-family: Arial;
	font-size: 24px;
	color: #cc0000;
	background-image: url(../images/ab-title_bg.gif);
	height: 53px;
}
.bullet {
	font-family: Arial;
	font-size: 13px;
	background-image: url(../images/r2ivideo_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-color: #e8e8e8;
	height: 25px;
	vertical-align: middle;
	padding-left: 16px;
}
.highlight {
	color: #cc0000;
	font-weight: bold;
}
.form_txt {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
}
.txtfield {
	border: 1px solid #cdcccc;
	font-size: 11px;
	height: 18px;
}
.footer {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
}
.one-solution {
	font-family: Arial;
	font-size: 24px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

.container {
	overflow:auto;
}
.normal_txt {
	font-family: Arial;
	font-size: 13px;
	text-align: justify;
}
.pointer {
	cursor: pointer;
}
.highlightBig {
	color: #cc0000;
	font-weight: bold;
	font-size:18px;
}
.red-link {
	color: #CC0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.red-link:hover {
	text-decoration: none;
}

