a:link    { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
a:visited { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
a:hover   { color: #CACACA; font-weight: bold; text-decoration: none;      }
a:active  { color: #FFFFFF; font-weight: bold; text-decoration: underline; }

a.invRow:link    { color: #000000; text-decoration: none; font-weight: normal; }
a.invRow:visited { color: #000000; text-decoration: none; font-weight: normal; }
a.invRow:hover   { color: #212121; text-decoration: none; font-weight: normal; }
a.invRow:active  { color: #000000; text-decoration: none; font-weight: normal; }

a.detailsButton:link{    color: #FFFFFF; border: 2px solid #FFFFFF; background-color: #538058; padding: 2px; margin: 0px 0px 3px; text-align: center; width: 175px; display: table; font: 13pt/15pt arial; font-weight: bold; text-decoration: none; }
a.detailsButton:visited{ color: #FFFFFF; border: 2px solid #FFFFFF; background-color: #538058; padding: 2px; margin: 0px 0px 3px; text-align: center; width: 175px; display: table; font: 13pt/15pt arial; font-weight: bold; text-decoration: none; }
a.detailsButton:hover{   color: #FFFFFF; border: 2px solid #FFFFFF; background-color: #426645; padding: 2px; margin: 0px 0px 3px; text-align: center; width: 175px; display: table; font: 13pt/15pt arial; font-weight: bold; text-decoration: none; }
a.detailsButton:active{  color: #FFFFFF; border: 2px solid #FFFFFF; background-color: #538058; padding: 2px; margin: 0px 0px 3px; text-align: center; width: 175px; display: table; font: 13pt/15pt arial; font-weight: bold; text-decoration: none; }

html, body{
  margin: 0px;
  padding: 0px;
  height: 100%;
  text-align: center
}

.contactItem input{ width: 170px; }
ul.tradeInputs, ul.tradeLabels{ list-style: none; padding-left: 10px; margin: 0px; line-height: 19pt; }

.pageTitle{ font: 20pt/20pt arial; font-weight: bold; }
.pageContent{ font: 13pt/15pt arial; font-weight: bold; letter-spacing: -1px; }

.left{ text-align: left; }
.center{ text-align: center; }

body,.normal { font: 10pt/11pt arial; }
.small { font: 8pt/9pt tahoma; }
.bold { font-weight: bold; }
.white{ color: #FEFEFE; }
.black{ color: #000000; }
.almostwhite { color: #FCFCFC; }
.lightgrey { color: #D6D6D6; }

.invCol { font: 8pt/10pt verdana;
		  font-weight: bold;
		  text-align: center; }
		  
.input { background-image: url(i/text_fade.jpg); border: 1px solid #404040; }

table#compare{ border-collapse: collapse; color: #000000; }
table#compare td.label{ background-image: url(i/text_fade.jpg);
			border-bottom: thin solid #CCCCCC;
			border-right: thin solid #CCCCCC;
			font-family: Arial, Sans-Serif;
			font-size: 8pt;
			font-weight: bold;
			padding: 4px 5px 4px 5px;
			text-align: left;
			width: 80px;
			letter-spacing: 0px; }

table#compare td.data{ border-right: thin solid #CCCCCC;
		   border-bottom: 1px solid #CCCCCC;
		   background: #FFFFFF;
		   font-family: Arial, Sans-Serif;
		   font-size: 9pt;
		   padding: 2px 5px 2px 5px; }
#compareButton{ width: 55px; height: 20px; font: 8pt arial; padding: 0px; }
