/* Default CSS Stylesheet for a new Web Application project */{}

a:link    {color: RGB(54,41,22); font-weight:bold; text-decoration:none;}
a:visited {color: RGB(54,41,22); font-weight:bold; text-decoration:none;}
a:hover   {color: #B9C7B0; font-weight: bold; text-decoration:none;}

.GeneralPage
{

margin-top: 0px; /* Margins */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
vertical-align: top; /*Vertical Alignment */
font:Arial, Helvetica, sans-serif;
}

.LeftColumn
{
font-family: Arial, serif; /* Font Face */
font-size: 10pt; /* Font Size */
font-weight: bold; /* Font Weight */
color: RGB(54,41,22); /* Font Color */
margin-left:0;
}

.LeftColumnText
{
font-family: Arial, serif; /* Font Face */
font-size: 10pt; /* Font Size */
font-weight: bold; /* Font Weight */
color: RGB(54,41,22); /* Font Color */
}

.footernav
{
	font-family: Arial; /* Font Face */
    font-size: 8pt; /* Font Size */
    color: RGB(54,41,22); /* Font Color */
}


.GeneralText
{
	font-family: Arial; /* Font Face */
    font-size: 10pt; /* Font Size */
	font-weight: bold; /* Font Weight */
    color: RGB(54,41,22); /* Font Color */
}

.GeneralTitle
{
	font-family: Arial; /* Font Face */
    font-size: 13pt; /* Font Size */
	font-weight: bold; /* Font Weight */
    color: RGB(54,41,22); /* Font Color */
}

.ProductName
{
	font-family: Arial; /* Font Face */
    font-size: 10pt; /* Font Size */
    color: RGB(54,41,22); /* Font Color */
	font-weight: bold; /* Font Weight */
}

.ProductDesc
{
	font-family: Arial; /* Font Face */
    font-size: 10pt; /* Font Size */
    color: RGB(54,41,22); /* Font Color */
	/*font-weight: bold; /* Font Weight */
}

.PageTitle
{
	font-family: Arial; /* Font Face */
    font-size: 16pt; /* Font Size */
    color: RGB(54,41,22); /* Font Color */
	font-weight: bold; /* Font Weight */	
}

.Price
{
	font-family: Arial; /* Font Face */
    font-size: 12pt; /* Font Size */
    color: RGB(54,41,22); /* Font Color */
	font-weight: bold; /* Font Weight */
}

.PageSubtitle
{
	font-family: Arial; /* Font Face */
    font-size: 11pt; /* Font Size */
    color: RGB(54,41,22); /* Font Color */
	font-weight: bold; /* Font Weight */
	text-decoration: none;  /* removes underline */
}

.AddMessages
{
	font-family: Arial; /* Font Face */
    font-size: 10pt; /* Font Size */
    color: RGB(54,41,22); /* Font Color */
}	

.AddMessagesBold
{
	font-family: Arial; /* Font Face */
    font-size: 10pt; /* Font Size */
    /*color: #b9c7b0; /* Font Color */
    color: RGB(54,41,22); /* Font Color */
	font-weight: bold; /* Font Weight */
	font-style:italic;
}	

.AddMessagesSage
{
	font-family: Arial; /* Font Face */
    font-size: 10pt; /* Font Size */
    color: #b9c7b0; /* Font Color */
	font-weight: bold; /* Font Weight */
}	

.Headings
{
	font-family: Arial; /* Font Face */
    font-size: 12pt; /* Font Size */
    color: RGB(54,41,22); /* Font Color */
}	

.Messages
{
	font-family: Arial; /* Font Face */
    color: RGB(54,41,22); /* Font Color */
}	

.Label
{
	font-family: Arial; /* Font Face */
    font-size: 10pt; /* Font Size */
    color: RGB(54,41,22); /* Font Color */
}	

.ContentHomePage
{
	font-family: Arial; /* Font Face */
    font-size: 9pt; /* Font Size */
	font-weight:bold;
    color: RGB(54,41,22); /* Font Color */
}	

.Content
{
	font-family: Arial; /* Font Face */
    font-size: 11pt; /* Font Size */
    color: RGB(54,41,22); /* Font Color */
}	

.ContentRed
{
	font-family: Arial; /* Font Face */
    font-size: 11pt; /* Font Size */
    color: #CC0000; /* Font Color */
}	

.ContentBold
{
	font-family: Arial; /* Font Face */
    font-size: 11pt; /* Font Size */
    color: RGB(54,41,22); /* Font Color */
	font-weight: bold; /* Font Weight */
}	

.ContentSmall
{
	font-family: Arial; /* Font Face */
    font-size: 9pt; /* Font Size */
    color: RGB(54,41,22); /* Font Color */
}	

.ContentTopNav
{
	font-family: Arial; /* Font Face */
    font-size: 13pt; /* Font Size */
	font-weight: Bold; /* Heading Font Style */
    color: RGB(54,41,22); /* Font Color */
}	

.ContentTopNavSag
{
	font-family: Arial; /* Font Face */
    font-size: 13pt; /* Font Size */
	font-weight: Bold; /* Heading Font Style */
    color: #b9c7b0; /* Font Color */
}	

.ContentTableHeader
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Heading Font Size */
/*color: RGB(54,41,22); /* Heading Font Color */
color: #B9C7B0; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
/*background-color: #B9C7B0; /* Background color */
background-color: RGB(54,41,22); /* Background  Color */
}

.ContentTable
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Heading Font Size */
color: RGB(54,41,22); /* Heading Font Color */
/*background-color: #B9C7B0; /* Background color */
}

.ContentTableChkOut
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Heading Font Size */
color: RGB(54,41,22); /* Heading Font Color */
background-color: RGB(54,41,22); /* Background color */
}

.ContentTableHorizontal
{
/*background-color: #B9C7B0; /* Background color */
background-color: RGB(54,41,22); /* Background  Color */
	font-family: Arial; /* Font Face */
    font-size: 10pt; /* Font Size */
}

.ContentTableHorizontal
{
/*background-color: #B9C7B0; /* Background color */
background-color: RGB(54,41,22); /* Background color */
}

.LinkNoUnderline
{
	font-family: Arial; /* Font Face */
    font-size: 9pt; /* Font Size */
    color: RGB(54,41,22); /* Font Color */
	font-weight: bold; /* Font Weight */
	text-decoration: none: /* removes underline */
}

H1 
{
	font-family: Arial; /* Font Face */
	font-size:16pt;
	margin:0; 
	padding:0; 
	font-weight: bold; /* Font Weight */
	color: RGB(54,41,22);}

H2
{
	font-family: Arial; /* Font Face */
	font-size:14pt; 
	margin:0; 
	padding:0; 
	font-weight: bold; /* Font Weight */
	color: RGB(54,41,22);
}

H3
{
	font-family: Arial; /* Font Face */
	font-size:12pt; 
	margin:0; 
	padding:0; 
	font-weight: bold; /* Font Weight */
	color: RGB(54,41,22);
}

a.linkbutton:link{text-decoration:none;}

.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}

