﻿
.divContent
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.divContent body
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.divContent td
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.divContent a[href]
{
	color: -moz-hyperlinktext !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}

.divContent a
{
	color: #0000FF; /* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: none; /* For Firefox 3, otherwise no underline will be used */
}

.divContent a:hover
{
	color: #0066CC; /* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: underline; /* For Firefox 3, otherwise no underline will be used */
}

.divContent a:link, .divContent a:visited, .divContent a:active
{
	color: #0066CC; /* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: underline; /* For Firefox 3, otherwise no underline will be used */
}



.divContent p
{
	margin-top: 0px;
	margin-bottom: 0px;
}


.divContent ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.divContent li
{
	margin-top: 0px;
	margin-bottom: 0px;
}


.divContent table
{

}

.divContent hr
{
	color: #666666;
	background-color: #666666;
	border: 0;
	height: 1px;
	-moz-border-radius: 0
}

.redwall .divContent { }

.redwall .divContent h1
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #FF0000;
    line-height: 30px;
}

.redwall .divContent  h2 {
    font-family: arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
     }

.redwall .divContent  h3 {
    font-family: arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
     }

.redwall .divContent p
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
}

.redwall .divContent hr
{
    color: #FF0000;
    border-collapse: collapse;
    margin-top: 8px;
    margin-bottom: 8px;
}



