a:link { color: #333333; }
a:visited { color: #333333; }
a:hover { color: #FFFFFF; }
a:active { color: #333333; }

a.whitey:link { color: #FFFFFF; }
a.whitey:visited { color: #FFFFFF; }
a.whitey:hover { color: #999999; }
a.whitey:active { color: #FFFFFF; }

a.detailsButton:link{    color: #6c1913; border: 2px solid #c3c3c3; background-color: #fef5d8; padding: 2px; margin: 0px auto 3px; text-align: center; width: 175px; display: block; font: 13pt/15pt arial; font-weight: bold; text-decoration: none; }
a.detailsButton:visited{ color: #6c1913; border: 2px solid #c3c3c3; background-color: #fef5d8; padding: 2px; margin: 0px auto 3px; text-align: center; width: 175px; display: block; font: 13pt/15pt arial; font-weight: bold; text-decoration: none; }
a.detailsButton:hover{   color: #6c1913; border: 2px solid #c3c3c3; background-color: #fdeeb9; padding: 2px; margin: 0px auto 3px; text-align: center; width: 175px; display: block; font: 13pt/15pt arial; font-weight: bold; text-decoration: none; }
a.detailsButton:active{  color: #6c1913; border: 2px solid #c3c3c3; background-color: #fef5d8; padding: 2px; margin: 0px auto 3px; text-align: center; width: 175px; display: block; font: 13pt/15pt arial; font-weight: bold; text-decoration: none; }

ul.tradeInputs, ul.tradeLabels{ list-style: none; line-height: 19pt; }
ul.socialButtons{ list-style: none; padding: 0px; margin: 0px; }
ul.socialButtons li{ clear: left; font: 16pt/36pt arial; font-weight: bold; }
ul.socialButtons li img{ border: 0px; float: left; margin-right: 5px; }

.touch { color: #ffa101; }
.off   { color: #999999; }
.pageTitle{ font: 20pt/20pt arial; font-weight: bold; }
.pageContent{ font: 13pt/15pt arial; font-weight: bold; letter-spacing: -1px; }
.normal { font: 10pt/13pt arial; }
.small { font: 8pt/11pt arial; letter-spacing: 2px; }
.u { text-decoration: underline; }
.center{ text-align: center; }
.left{ text-align: left; }
.right{ text-align: right; }

.button { border: 1px solid #000000;
	  border-right: 2px solid #000000;
	  border-bottom: 2px solid #000000;
	  background-color: #c4c4c4;
	  letter-spacing: 1px;
	  font: 8pt/8pt tahoma; }
	  
.mousebutton { border: 1px solid #000000;
	       background-color: #adadad;
	       letter-spacing: 1px;
	       font: 8pt/8pt tahoma; }
	       
.input { background-image: url(i/text_fade.jpg); border: 1px solid #000000; }
#compareButton{ width: 55px; height: 20px; font: 8pt arial; padding: 0px; }
.contactItem input{ width: 170px; }

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; }
