﻿body {
	margin: 0;
	background-color: #f4f4f4;
	
}
form 
{
	margin: 0;
	padding: 0;
}
h1 
{
	font-weight: normal;
	color: #455D81;
	font-size: 16pt;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0;
}
h2
{
	font-size: large;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0;
	font-weight: normal;
}

hr 
{
	color: #000092;
	background-color: #000092;
	height: 1px;
	text-align: left;
	border: 0;
	margin-left: 0;
	margin-right: 0;
}
a:link, a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}

#mainContentSection 
{
	text-align: left;
	width: 100%;
	overflow: visible;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #083986;
}
#mainContentSection p, #mainContentSection table tr td 
{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #083986;
}

#footerStyle 
{
	background-color: #61799f;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;	
}
.signature, .signature a:link, .signature a:visited
{
	color: #D8D8D8;	
	font-size: 8pt;
}
.signature a:hover 
{
	color: Black;	
}


/* product */
.productsTable 
{
	background-color: #B9C8DB;
	width: 100%;
}
.productTitle 
{
	font-weight: bold;
}
.productDataLabel 
{
	width: 130px;
}
.productData 
{
  font-style: italic;	
}
.productDescription 
{
	border-bottom: solid 1px #000092;
}

/* ul / li styles for left menu... */
#leftlinksUl 
{
  position: relative;
  left: -11px;
  margin-top: 12px;
  list-style-image : url(../images/arrow.GIF); /* <url> | none    url("../images/BlueArrowBullet.png")*/
  list-style-position: outside; /* inside | outside */
  list-style-type: square; /* disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none*/
}

.leftlink 
{
	
}
#leftlinksUl>.leftlink>a:link, #leftlinksUl>.leftlink>a:visited 
{
	color: #455D81;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;	
}
#leftlinksUl>.leftlink>a:hover 
{
	color: #ff9900;		
}
#leftlinksUl>.leftlinkselected 
{
	
}
#leftlinksUl>.leftlinkselected>a:link, #leftlinksUl>.leftlinkselected>a:visited 
{
	color: #083986;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;	
}
#leftlinksUl>.leftlinkselected>a:hover {
	color: #ff9900;
}




/*******************
 * Sublinks
 *******************/
.leftSublinksUl 
{
  margin-left : 0px;
  padding-left: 12px;
  list-style-image: url("../images/arrow2.GIF"); /* <url> | none */
  list-style-position: outside; /* inside | outside */
  list-style-type: circle;
}
.leftSublinksUl li a:link, .leftSublinksUl li a:visited 
{
	color: #083986;
	font-size: 8pt;
	font-weight: normal;
}
.leftSublinksUl li a:hover 
{
	color: #ff9900;
	font-size: 8pt;
}
