<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
	margin: 0px auto;
	padding: 0px;
	width: 997px;
	text-align: center;

}

.GeneralTable
{
background-color: ; /* Background Color */
	margin: 0px auto;
	padding: 0px;
	width: 997px;
	text-align: center;
}

.TopBanner
{
font-family: Arial; /* Font Face */
font-size: 14pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #EAF4FF; /* Background color */
text-align: Center; /* Align Text */
}

.TopSubBanner
{
	color: #003399; /* FontStyle */
	text-decoration: none;



background-color: ; /* Background Image */
	text-align: center; /* Align Text */
	font: normal 12px Verdana;
	margin: 0em 1.5em 0em 0em;
	padding: 0em;
}

.LeftColumn
{
	color: #EAF4FF; /* FontStyle */
	text-decoration: none;




background-color: ; /* Background Image */
	text-align: left; /* Align Text */
	vertical-align: top;
	font: bold normal 10pt Arial;
	background: url(images/bg_lft_menu_shawdow.gif) repeat-y left top;
	width: 20%;
}

.RightColumn
{
	color: #EAF4FF; /* Font Style */
	text-decoration: none;
	background-color: White; /* Background color */
	text-align: left; /* Align Text */
	vertical-align: top;
	font: bold normal 10pt Arial, Helvetica, sans-serif;
	width: 13%;
}
.Footer
{
	text-decoration: none;
	margin: 0em auto;
	padding: 0em;
	text-align: center;
}

.Instructions
{
	color: Black; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: Ivory; /* Background color */
	text-align: left; /* Align Text */
	font: normal 11px Arial;
	margin: 0px;
	padding: 0px;
}

.ErrorMessages
{
font-family: Arial; /* Font Face */
font-size: 12pt; /* Font Size */
color: Red; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Arial; /* Font Face */
font-size: 12pt; /* Font Size */
color: #0000A0; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: White; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Arial; /* Font Face */
font-size: 12pt; /* Font Size */
color: #B90000; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: White; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
	color: Black; /* FontStyle */
	text-decoration: none; /* Font Style */



background-color: ; /* Background color */
	text-align: left; /* Align Text */
	font: normal 10pt Arial;
	margin: 0px;
	padding: 0px;
}

.ContentTableHeader
{
	color: Black; /* Heading FontStyle */
	text-decoration: none; /* Heading Font Style */

background-color: ; /* Background color */
	background-image: url(images/bg_cart_header1.gif); /* Background Image */
	text-align: center; /* Align Text */
	font: bold normal 10pt Arial;
}

.ContentTable
{
	background-color: #EEEEEE;
	margin-right: auto;
	margin-left: auto;
}

.ContentTableHorizontal
{
background-color: #EEEEEE;
}

</Style>
