A:link
{
	color: #C0C0C0 /* unvisited link */
}
 
A:visited
{
	color: #C0C0C0 /* visited links */
}
 
A:active
{
	color: #FFFFFF /* active links */
}
 
A:hover
{
	color: #FFFFFF /* hover links */
} 

h1
{
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: Silver; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	text-align: Center; /* Align Text */
}

h2
{
	font-family: Arial; /* Font Face */
	font-size: 9pt; /* Font Size */
	color: Black; /* Font Color */
	font-weight: Bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: Gray; /* Background color */
	text-align: Left; /* Align Text */
	margin-bottom: 0px;
}


.GeneralPage
{
	background-image: url("images/bg.jpg"); /* Background Image */
	margin-bottom: 10px; /* Margins */
	margin-left: 0px; /* Margins */
	margin-right: 0px; /* Margins */
	margin-top: 10px; /* Margins */
}

.GeneralTable
{
	background-color: transparent; /* Background Color */
}

.TopBanner
{
	font-family: Arial; /* Font Face */
	font-size: 28pt; /* Font Size */
	color: inherit; /* Font Color Black */
	font-weight: Bold; /* Font Style */
	text-decoration: none;
	font-style: normal; /* FontStyle */
	background-image: url("images/strong-banner.png"); /*Background Image */
	background-repeat: no-repeat;
	text-align: Left; /* Align Text */
	height: 190px;
}

.TopSubBanner
{
	font-family: Arial; /* Font Face */
	font-size: 9pt; /* Font Size */
	color: inherit; /* Font Color Black */
	font-weight: Bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-image: url("images/strong-subbanner.png"); /* Background Image */
	background-repeat: no-repeat;
	text-align: Center; /* Align Text */
	vertical-align: Top; /* Align Text */
	height: 47px;
}

.TopSubBannerText
{
	font-family: Arial; /* Font Face */
	font-size: 9pt; /* Font Size */
	color: inherit; /* Font Color Black */
	font-weight: Bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: Center; /* Align Text */
}

.LeftColumn
{
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: White; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: transparent; /* Background color */
	border-right: thin solid #666666;
	text-align: Left; /* Align Text */
	vertical-align: Top; /* Align Text */
	width: 13%;
}

.LeftColumnText
{
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: White; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: Left; /* Align Text */
	vertical-align: Top; /* Align Text */
	width: 96px;
}

.RightColumn
{
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: White; /* Font Color */
	font-style: normal; /* Font Style */
	font-weight: Normal; /* Font Style */
	text-decoration: none;
	background-color: transparent; /* Background color */
	text-align: Left; /* Align Text */
	border-left: thin solid #666666;
	vertical-align: Top; /* Align Text */
	width: 13%;
}

.RightColumnText
{
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: White; /* Font Color */
	font-style: normal; /* Font Style */
	font-weight: Normal; /* Font Style */
	text-decoration: none;
	text-align: Left; /* Align Text */
	vertical-align: Top; /* Align Text */
}

.Footer
{
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: White; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #666666; /* Background color */
	text-align: Center; /* Align Text */
	vertical-align: Middle; /* Align Text */
	height: 18px;
}

.FooterText
{
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: White; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: Center; /* Align Text */
	vertical-align: Top; /* Align Text */
}

.Instructions
{
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: Black; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: Gray; /* Background color */
	text-align: Left; /* Align Text */
}

.ErrorMessages
{
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: Red; /* Font Color */
	font-weight: Bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: Black; /* Background color */
	text-align: Center; /* Align Text */
}

.Messages
{
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: Red; /* Font Color */
	font-weight: Bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: Black; /* Background color */
	text-align: Center; /* Align Text */
}

.Headings
{
	font-family: Arial; /* Font Face */
	font-size: 9pt; /* Font Size */
	color: Black; /* Font Color */
	font-weight: Bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: Gray; /* Background color */
	text-align: Left; /* Align Text */
	padding-left: 3px;
}

.Content
{
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: Silver; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: Black; /* Background color */
	text-align: Left; /* Align Text */
}

.ContentTableHeader
{
	font-family: Arial; /* Font Face */
	font-size: 9pt; /* Heading Font Size */
	color: Black; /* Heading Font Color */
	font-weight: Bold; /* Heading Font Style */
	font-style: normal; /* Heading FontStyle */
	text-decoration: none; /* Heading Font Style */
	background-color: Gray; /* Background color */
	text-align: Left; /* Align Text */
}

.ContentTable
{
	background-color: Gray;
}

.ContentTableHorizontal
{
	background-color: Gray;
}

.Inputs
{
	font-family: Arial, Verdana, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: inherit; /* Font Color Black */
	font-weight: normal; /* Font Style */
	font-style: normal; /* Font Style */
	text-decoration: none; /* Font Style */
	background-color: inherit; /* Background color #FFFFFF */
	background-image: none; /* Background Image */
	border-style: inset; /* Border Style */
	border-width: 1px; /* Border Width */
	padding-left: 3px; /* Cell Padding */
	padding-right: 3px; /* CellPadding */
}

.DefaultTextArea
{
	border:1px dashed silver;
	background-color: black;
	overflow: auto;
	font-family: Arial;
	color: Silver;
	border-color: white;
	font-size: 8pt;
	padding: 6px;
}

.ShoppingCartText
{
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: White; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	vertical-align: top; /* Vertical Align Text */
	text-align: center; /* Align Text */

}

#pagetable
{
	height: 100%;
}

#pagesubtable
{
	height: 100%;
}

/* .Panel
{
	left: 423px; 
	position: absolute; 
	top: 216px;
}*/