body {
	background-color: #818181;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1{
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	color:#E21319;
	margin-bottom: 0px;
}

h2{
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	margin-bottom: 0px;
}
h3{
	font-size: 12px;
	font-weight: bold;
	color:#666666
	margin-bottom: 5px;
	border-bottom: dotted;
	border-bottom-width: thin;
	border-bottom-color:#CCCCCC;
}
h4{
	font-size: 12px;
	font-weight: bold;
	color:#E21319;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom: dotted;
	border-bottom-width: thin;
	border-bottom-color:#888888;
}

.blogheader{
	font-size: 12px;
	font-weight: bold;
	color:#666666
	margin-bottom: 0px;
	border-bottom: dotted;
	border-bottom-width: thin;
	border-bottom-color:#CCCCCC;
}

.blogheader a:link, .blogheader a:visited
{
	color:#333333;
	text-decoration: none;
}

.blogheader a:hover
{
	color: #E89700;
	text-decoration: none;
}

.blogdetails{
	margin-bottom: 0px;
	border-left: dotted;
	border-left-width:thin;
	border-left-color:#CCCCCC;
}

hr
{
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cccccc;
}

a:link, a:visited
{
	color: #E21319;
	text-decoration: underline;
}

a:hover
{
	color: #E89700;
	text-decoration: underline;
}

.ERROR{
	color:#FF0000;
	font-weight: bold;
	text-transform:uppercase;
}

.content
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
}

.red
{
	color: #E21319;
}

.copyright
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
}


.CollapsiblePanelContent { 

}
.CollapsiblePanel {
	width: 545px;
	margin-left: 5px;
}
.CollapsiblePanelTab {
	font-size: 12px;
	font-weight: bold;
	color:#E21319;	
	height:20px;
	border-bottom: dotted;
	border-bottom-width: thin;
	border-bottom-color:#888888;
}
.CollapsiblePanelTab a:hover {
	text-decoration:none;
	color:#E21319;
	padding-left:20px;
	background-image: url(/rmaug/images/icon_openClose_over.gif);
	background-repeat: no-repeat;
	background-position:left;
}

.CollapsiblePanel hr {
	color:#FFF;
}