﻿body 
{
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background_repeat.jpg);
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #ffffff;
	color: #000000;
}

a:link 
{
	color: #663300;
}
a:visited 
{
	color: #003366;
}
a:active 
{
	color: #663300;
}
a.BottomLinks:link 
{
	color: #663300;
	font-size: 11px; 
}
a.BottomLinks:visited 
{
	color: #003366;
	font-size: 11px; 
}
a.BottomLinks:active 
{
	color: #663300;
	font-size: 11px; 
}
a.BoldText:link 
{
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
a.BoldText:visited 
{
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
a.BoldText:active 
{
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
a.BoldText:hover 
{
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
a.BoldTextWhite:link 
{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
a.BoldTextWhite:visited 
{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
a.BoldTextWhite:active 
{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
a.BoldTextWhite:hover 
{
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
}
.Grey
{
    color: #CCCCCC; 
}
.WhiteBold
{
    font-weight: bold;
    color: #FFFFFF; 
}
.BodyBold
{
   font-weight: bold; 
}
.TanBold 
{
    color: #663300;
    font-weight: bold;
}
.ErrorMessage
{
    font-weight: bold;
    color: #d50000;
}
.ProductLineSection
{
    font-weight: bold;
    background-color: #CCCCCC;
}
.PageTitle
{
   font-weight: bold; 
   font-size: 16px; 
}

.PageTitleWhite
{
   color: #FFFFFF;
   font-weight: bold; 
   font-size: 16px; 
}

.PageSubTitleWhite
{
   color: #FFFFFF;
   font-weight: bold; 
   font-size: 14px; 
}

.small
{
    font-size: 10px;
}

.pdfborder
{
    border: solid 1px black;
}

.DataGrid
{
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #000000;
}

.DataGridHeader
{
	font-size: 11px;
	color: White;
	font-weight: bold;
	background-color: Maroon;
	text-align: center;
}

.DataGridItem
{
	background-color: #FFFFFF;
	vertical-align: top;
}

.DataGridAltItem
{
	background-color: #CCCCCC;
	vertical-align: top;
}

.DataGridFooter
{
	font-size: 8px;
	color: #ffffff;
	font-weight: bold;
	background-color: Maroon;
	text-align: center;
	vertical-align: top;
}
