<style>/* Default CSS Stylesheet for a new Web Application project */{
}

a {
	color: #00008B;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #7F0080;
	text-decoration: underline;
}

body {
	color: #000000; /* Font Color */
	font-family: Arial;
	font-size: 10pt;
	font-style: normal; /* FontStyle */
	margin-bottom: 0px;
	margin-top: 0px;
}

h1 {
	color: Navy; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 16pt; /* Font Size */
	font-style: normal; /* FontStyle */
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	color: Navy; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 14pt; /* Font Size */
	font-style: normal; /* FontStyle */
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	color: Navy; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 12pt; /* Font Size */
	font-style: normal; /* FontStyle */
	margin-bottom: 0px;
	margin-top: 0px;
}

h4 {
	color: Navy; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 11pt; /* Font Size */
	font-style: normal; /* FontStyle */
	margin-bottom: 0px;
	margin-top: 0px;
}

h5 {
	font-family: Arial; /* Font Face */
	color: Highlight; /* Font Size */
	font-style: italic; /* FontStyle */
	text-align: Center;
	margin-bottom: 0px;
	margin-top: 0px;
}

h5:hover {
	color: #7F0080;
	text-decoration: underline;
}
	
small {
	color: #000000; /* Heading Font Color */
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Heading Font Size */
	font-weight: Bold; /* Heading Font Style */
	text-decoration: none; /* Heading Font Style */
}

.bi {
	font-style: italic; /* FontStyle */
	font-weight: bold; /* Font Style */
	text-align: Left; /* Align Text */
}

.bic {
	font-style: italic; /* FontStyle */
	font-weight: bold; /* Font Style */
	text-align: Center; /* Align Text */
}

.bl {
	font-weight: bold; /* Font Style */
	text-align: Left; /* Align Text */
}

.bu {
	font-weight: bold; /* Font Style */
	text-decoration: underline;
}

.buc {
	font-weight: bold; /* Font Style */
	text-align: Center; /* Align Text */
	text-decoration: underline;
}

.bui {
	font-style: italic; /* FontStyle */
	font-weight: bold; /* Font Style */
	text-decoratio.n: underline;
}

.buic {
	font-style: italic; /* FontStyle */
	font-weight: bold; /* Font Style */
	text-align: Center; /* Align Text */
	text-decoration: underline;
}

.categoryfont {
	color: #000086;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	text-decoration: none;
	vertical-align: top;
	}

.content {
	background-color: #FFFFFF; /* Background color */
	color: #000000; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 10pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: normal; /* Font Style */
	text-align: Left; /* Align Text */
	text-decoration: none; /* Font Style */
}

.content s{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.content1 {
	background-color: #FFFFFF; /* Background color */
	color: #000000; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 9pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: Bold; /* Font Style */
	text-align: Left; /* Align Text */
}

.contentcnt {
	background-color: #FFFFFF; /* Background color */
	color: #000000; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 10pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: normal; /* Font Style */
	text-align: Center; /* Align Text */
	text-decoration: none; /* Font Style */
}

.contenttable {
	background-color: #E7E3D7;
}

.contenttableheader {
	background-color: #E7E3D7; /* Background color */
	color: #000000; /* Heading Font Color */
	font-family: Arial; /* Font Face */
	font-size: 9pt; /* Heading Font Size */
	font-style: normal; /* Heading FontStyle */
	font-weight: Bold; /* Heading Font Style */
	text-align: Left; /* Align Text */
	text-decoration: none; /* Heading Font Style */
}

.contenttablehorizontal {
	background-color: #E7E3D7;
}

.errormessages {
	background-color: #FFFFFF; /* Background color */
	color: #C90D4F; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: Bold; /* Font Style */
	text-align: Center; /* Align Text */
	text-decoration: none; /* Font Style */
}

.footer {
	background-color: #FFFFFF; /* Background color */
	color: #000080; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: Bold; /* Font Style */
	text-align: Center; /* Align Text */
	text-decoration: none;
	vertical-align: Top; /* Align Text */
}

.footertext {
	color: #C6BFA5; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: Bold; /* Font Style */
	text-align: Center; /* Align Text */
	text-decoration: none;
	vertical-align: Top; /* Align Text */
}

.generalpage {
	background-color: #FFFFFF; /* Background Color */
	margin-bottom: 0px; /* Margins */
	margin-left: 0px; /* Margins */
	margin-right: 0px; /* Margins */
	margin-top: 0px; /* Margins */
}

.generaltable {
	background-color: #FFFFFF; /* Background Color */
}

.headings {
	background-color: #FFFFFF; /* Background color */
	color: #000000; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 10pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: Bold; /* Font Style */
	text-align: center; /* Align Text */
	text-decoration: none; /* Font Style */
}

.instructions {
	background-color: #E7E3D7; /* Background color */
	color: #000000; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: Normal; /* Font Style */
	text-align: Left; /* Align Text */
	text-decoration: none; /* Font Style */
}

.leftcolumn {
	background-color: #FFFFFF; /* Background color */
	color: #000000; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: Normal; /* Font Style */
	text-align: Left; /* Align Text */
	text-decoration: none;
	vertical-align: Top; /* Align Text */
	width: 15%;
}

.leftcolumn{
	height: 100%;
}

.leftcolumntext {
	color: #000000; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: Normal; /* Font Style */
	text-align: Left; /* Align Text */
	text-decoration: none;
	vertical-align: Top; /* Align Text */
	width: 15%;
}

.messages {
	background-color: #FFFFFF; /* Background color */
	color: #C90D4F; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: Bold; /* Font Style */
	text-align: Center; /* Align Text */
	text-decoration: none; /* Font Style */
}

.normal {
	background-color: #FFFFFF; /* Background color */
	color: #000000; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 11pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: normal; /* Font Style */
	text-align: Center; /* Align Text */
	text-decoration: none; /* Font Style */
}

.price {
	background-color: #FFFFFF; /* Background color */
	color: #000000; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 9pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: bold; /* Font Style */
	text-align: Left; /* Align Text */
	text-decoration: none; /* Font Style */
}

.rightcolumn {
	background-color: #C6BFA5; /* Background color */
	color: #000000; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	font-style: normal; /* Font Style */
	font-weight: Normal; /* Font Style */
	text-align: Left; /* Align Text */
	text-decoration: none;
	vertical-align: Top; /* Align Text */
	width: 15%;
}

.rightcolumntext {
	color: Navy; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	font-style: normal; /* Font Style */
	font-weight: Normal; /* Font Style */
	text-align: Left; /* Align Text */
	text-decoration: none;
	vertical-align: Top; /* Align Text */
	width: 15%;
}

.saleprice {
	background-color: #FFFFFF; /* Background color */
	color: #FF0000; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 11pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: bold; /* Font Style */
	text-align: Left; /* Align Text */
	text-decoration: none; /* Font Style */
}

.topbanner {
	background-color: #FFFFFF; /* Background color */
	color: #666666; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 28pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: Bold; /* Font Style */
	text-align: Left; /* Align Text */
	text-decoration: none;
}

.topfontpink {
	color: #7F0080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
}

.topsubbanner {
	background-color: #666666; /* Background color */
	color: #E7E3D7; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 9pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: Bold; /* Font Style */
	text-align: Center; /* Align Text */
	text-decoration: none;
}

.topsubbannertext {
	color: #E7E3D7; /* Font Color */
	font-family: Arial; /* Font Face */
	font-size: 9pt; /* Font Size */
	font-style: normal; /* FontStyle */
	font-weight: Bold; /* Font Style */
	text-align: Center; /* Align Text */
	text-decoration: none;
}

.table.simple
{
 border:0px none;
 border-collapse: collapse
 cellpadding:0; 
 cellspacing:0
 
}
table.lefttable
{
word-spacing: 0;
border-collapse: collapse; 
margin-top: 0; 
margin-bottom: 0; 
padding-left: 0; 
padding-right: 0 
}
p.margin
{
 margin-top: 0; 
 margin-bottom: 0
}
table.simple1
{
 BORDER:0px none;
 border-collapse: collapse
 CELLPADDING:0; 
 CELLSPACING:0;
 border-left-width: 0px; 
 border-right-width: 0px;
  border-top-width: 0px
}
p.margin1
{
 margin-top: 1;
 margin-bottom: 1
}
p.margin6
{
 margin-top: 6px;
 margin-bottom: 6px
}
td.border
{
      border-left-style: solid;
      border-left-width: 1px;
      border-right-style: none; 
      border-top-style: solid; 
      border-top-width: 1px; 
      border-bottom-style: solid; 
      border-bottom-width: 1px
}
td.border1
{
  border-left-style: none;
  border-left-width: medium;
  border-right-style: solid;
  border-right-width: 1px; 
  border-top-style: solid; 
  border-top-width: 1px; 
  border-bottom-style: solid; 
  border-bottom-width: 1px
}
img.border
{
border-style: outset; 
border-color: #000080
}
td.border2
{
border-left-style: none;
 border-right-style: none; 
 border-top-style: none;
 border-bottom-style: solid; 
 border-bottom-width: 1px
}
td.border3
{
 border-left-style: none;
 border-left-width: medium;
 border-right-style: none; 
 border-right-width: medium;
 border-top-style: solid; 
 border-top-width: 1px;
 border-bottom-style: solid; 
 border-bottom-width: 1px
}
td.border4
{
  border-left-style: none;
  border-right-style: none;
  border-top-style: solid;
 border-top-width: 1px; 
 border-bottom-style: none;
 border-bottom-width: medium
}
td.border4
{
  border-left: medium none; 
  border-right: 1.0pt solid windowtext; 
  border-top: medium none;
  border-bottom: 1.0pt solid windowtext;
  padding-left: 5.4pt; 
  padding-right: 5.4pt; 
  padding-top: 0in; 
  padding-bottom: 0in
}