@charset "iso-8859-1";
/* CSS Document */

div.Article {
	background: url(../images/rbox2/topleft.gif) top left no-repeat;
	width:100%;
	padding-right: 0px;
}
div.Article h2 {
	font-size:16px;
	background-image: url(../images/rbox2/topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.ArticleBody {
  background: url(../images/rbox2/rightborder.gif) top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px 30px;
}

div.ArticleBody p {
	text-align:justify;
	text-indent:30px;
	margin:10px 0px;
	color: #955900;
}

div.ArticleBody ul, li {
	margin-bottom:0;
	padding-battom:0;
	margin-left: 0px;
}

div.ArticleFooter {
  background: url(../images/rbox2/bottomleft.gif) bottom left no-repeat;
}

div.ArticleFooter p {
	background: url(../images/rbox2/bottomright.gif) bottom right no-repeat;
	display:block;
	padding:15px;
	margin:-2em 0 0 0;
	font-size: 10px;
	font-weight: bold;
	color: #B76D00;
	text-align: right;
}

