@charset "utf-8";
/* CSS Document */

td img {display: block;}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
.oneColLiqCtr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
}
.container {
	background-image: url(../images/r6_c13.png);
	width: 422px;
	height: 439px;
}
.content {
	padding: 20px 30px 20px 30px;
}
.contentmedia {
	padding: 17px 17px 17px 17px;
}
.header {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-style: italic;
	color: #333333;
	letter-spacing: 2px;
}
.body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 1px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #8DC640;
}
a:active {
	text-decoration: none;
	color: #000000;
}
