/* the following is used in the index page */
.textlink {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
.textlink a:link    {color:#000000;text-decoration:none}
.textlink a:visited {color:#000000;text-decoration:none}
.textlink a:hover   {color:#CC0000;text-decoration:none}
.textlink a:active  {color:#000000;text-decoration:none}
/* the following is used in the prices page */
.smalltextlink {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}
.smalltextlink a:link    {color:#000000;text-decoration:none}
.smalltextlink a:visited {color:#000000;text-decoration:none}
.smalltextlink a:hover   {color:#CC0000;text-decoration:none}
.smalltextlink a:active  {color:#000000;text-decoration:none}
.smalltextlinkbold {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; color: #000000;}
.smalltextlinkbold a:link    {color:#000000;text-decoration:none}
.smalltextlinkbold a:visited {color:#000000;text-decoration:none}
.smalltextlinkbold a:hover   {color:#CC0000;text-decoration:none}
.smalltextlinkbold a:active  {color:#000000;text-decoration:none}

/* the following is used in the login page */
.searchtextbox {
	height: 14px;
	font-size: 10px;
	background-color: #E7E7E8;
	border: #BEBEBE solid 1px
}
.submit-button
{
color: #000000;
background: #E7E7E8;
border: 1px #BEBEBE solid
}
.smalltextlinkboldgrey {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; color: #666666;}
.smalltextlinkboldgrey a:link    {color:#666666;text-decoration:none}
.smalltextlinkboldgrey a:visited {color:#666666;text-decoration:none}
.smalltextlinkboldgrey a:hover   {color:#CC0000;text-decoration:none}
.smalltextlinkboldgrey a:active  {color:#666666;text-decoration:none}
/* the following is used in the index page */
.text {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #666666;}
.text a:link    {color:#666666;text-decoration:none}
.text a:visited {color:#666666;text-decoration:none}
.text a:hover   {color:#666666;text-decoration:none}
.text a:active  {color:#666666;text-decoration:none}
/* the following is used in the POWERED BY SECTION page */
.POWEREDBYtext {font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #CCCCCC;}
