body 
{
	margin:0px;
}

a:link {
	color: #CC0000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #990000;
}

.BgLeft
{
	background-image: url(../Images/Bg-Left.gif);
	background-position: right top;
	background-repeat: repeat-y;
	width:24px;
}

.BgOuterLeft
{
	background-image: url(../Images/Body-Bg.gif); 	
	background-position: right top;
}

.BgRight
{
	background-image: url(../Images/Bg-Right.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width:24px;
}

.BgOuterRight
{
	background-image: url(../Images/Body-Bg.gif); 	
	background-position: left top;
}

.PageContainer
{
	background-color: white;
	height:100%;
}

.Header
{
	background-color: white;
}

.Navigation
{
	width:100%;
}

.MainNavigation
{
	background-position: left top;
	background-image: url(../Images/MainNavBg.gif);
	background-repeat: repeat-x;
	height:24px;
	width:100%;
	text-align:left;
}

.Content
{
	padding-top:15px;
	padding-bottom:30px;
}

.Small
{
	margin:0px;
	font-family:verdana, Arial, Helvetica, Sans-Serif;
	font-size:10px;
	color:black;
}

.SubNavigation
{
	background-position: left top;
	background-image: url(../Images/SubNavBg.gif);
	background-repeat: repeat-x;
	height:23px;
}

P.Byline
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#1D323D;
}

P
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}

.Normal
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}

.rDecoy
{ 
	display:none;
	position:relative;
	visibility: hidden;
}

h6
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin:0px;	
}

h5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	margin:0px;	
}

h5 A
{
	color: #660000;
	text-decoration: none;
} 

h5 A:link  {
	color: #660000;
}

h5 A:visited   {
	color: #704F4F;
}

h5 A:active    {
	color: #990000;
}

h5 A:hover {
	color: #CC3333;
	text-decoration: underline;
}


h4
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin:0px;
}

h3
{
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	margin:0px;
	margin-top:10px;
	margin-bottom:-10px;
	text-transform:uppercase;
}

LI
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	margin-bottom:5px;
}

OL LI
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	margin-bottom:5px;
}

UL LI
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	margin-bottom:5px;
}

UL LI   {
    vertical-align: baseline;
    list-style-type: square;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
