 body, html {  height: 100%;  width: 100%;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	margin-left: 0px;  background: #ffffff;                                         /* Background color */	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	color: black;	text-decoration: none;} hr  {  width: 100%;  background-color: black;  height: 2px; }#link1 {  font-size:11px;   font-family:verdana,arial,sans-serif;   line-height:14px;   color:#000000;  text-decoration: underline;}#text1 {font-size:10px; font-family:verdana,arial,sans-serif; color:#000000; line-height:12px; font-weight: normal;}  /* Sets the font in all the td  */td {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	text-decoration: none;}            /* ------------------------------------------------------------------------ */            /*               Table colors                                               */            /* ------------------------------------------------------------------------ */            td.top {            padding:0;            background-color:#ffffff;            border:solid;            border-top-width:0;            border-right-width:0;            border-bottom-width:0;            border-left-width:0;            border-color:#000000;            }            td.mainBox {            background-color:#EAF3FB;                                             /* mainbox color */            padding:0;            border:solid;            border-top-width:2px;            border-right-width:0;            border-left-width:2px;            border-bottom-width:2px;            border-color:#000000;            }                                    td.links {            padding:0;            background-color:#ABCDED;                                           /* links color */                  border:solid;            border-top-width:2px;            border-right-width:0;            border-bottom-width:2px;            border-left-width:2px;            border-color:#000000;            }                        td.ad {            padding:0;            background-color:#EAF3FB;                                            /* Rightbox color */            border:solid;            border-top-width:2px;            border-right-width:2px;            border-bottom-width:2px;            border-left-width:2px;            border-color:#000000;            }                        td.adGone {            padding:0;            background-color:#EAF3FB;                                                  /* 2nd rightbox color */            border:solid;            border-top-width:2px;            border-right-width:2px;            border-bottom-width:2px;            border-left-width:0;            border-color:#000000;            }                        /* This is not being used */            td.bottom{            padding:15px;            background-color:#ffffff;   /* B5DDF2;        */                                          /* bottom color */            border:solid;            border-top-width:0;            border-right-width:2px;            border-bottom-width:2px;            border-left-width:2px;            border-color:#000000;            }            /* ------------------------------------------------------------------------ */            /*                      Input type                                   values */            /* ------------------------------------------------------------------------ */                      input {          background-color:#ABCDED;                                              /* Use linkbox color */          color: #000000;           font-family: 'Comic Sans MS', System, Helvetica, sans-serif;           border: solid 2px;          font-size: 10pt;                    }                    textarea {          padding:5px;          background-color:#ABCDED;                                                /* Use linkbox color */          color: #000000;           font-family: Georgia, System, Helvetica, sans-serif;           border: none;          font-size: 10pt;          height: 150px;          width: 400px;          }                    #textarea_summary {          padding:5px;          background-color:#ABCDED;                                                      /* Use linkbox color */          color: #000000;           font-family: Georgia, System, Helvetica, sans-serif;           border: solid 2px;          font-size: 10pt;          width:400px;          height:50px          }                    textarea1 {          padding:5px;          background-color:#ABCDED;                                                         /* Use linkbox color */          color: #000000;           font-family: Georgia, System, Helvetica, sans-serif;           border: solid 2px;          font-size: 10pt;          width:400px;          height:200px          }                    select {                    background-color:#ABCDED;                                                              /* Use linkbox color */          color: #000000;           font-family: Georgia, Helvetica, sans-serif;           border: thin solid;          font-size: 10pt;          }/* Links and fonts */a {color: #000000;text-decoration: underline;font-size: 9pt}a:link {color: #000000;text-decoration: underline;font-size: 9pt}a:visited {color: #000000;text-decoration: underline;font-size: 9pt}a:hover {color: #000000;text-decoration: underline;font-size: 9pt}a.special:link {color:#000000;font-weight:normal;text-decoration:underline;white-space:nowrap;font-family:arial,sans-serif;font-size: 11px;     }a.special:visited {color:#000000;font-weight:normal;text-decoration:underline;white-space:nowrap;font-family:arial,sans-serif;font-size: 11px;     }a.special:hover {color:#000000;font-weight:normal;text-decoration:underline;white-space:nowrap;font-family:arial,sans-serif;font-size: 11px;     }b {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;text-decoration: none;}h1 {margin-bottom: 0;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;text-decoration: none;}h2 {margin-bottom: 0;font-size: 16px;font-family: Georgia, sans-serif;}            /* ------------------------------------------------------------------------ */            /*             styles for the star rater                                    */            /* ------------------------------------------------------------------------ */.star-rating{	list-style:none;	margin: 0px;	padding:0px;	width: 100px;	height: 20px;	position: relative;	background: url(images/star_rating1.gif) top left repeat-x;		}.star-rating li{	padding:0px;	margin:0px;	/*\*/	float: left;	/* */}.star-rating li a{	display:block;	width:20px;	height: 20px;	text-decoration: none;	text-indent: -9000px;	z-index: 20;	position: absolute;	padding: 0px;}.star-rating li a:hover{	background: url(images/star_rating1.gif) left bottom;	z-index: 1;	left: 0px;}.star-rating a.one-star{	left: 0px;}.star-rating a.one-star:hover{	width:20px;}.star-rating a.two-stars{	left:20px;}.star-rating a.two-stars:hover{	width: 40px;}.star-rating a.three-stars:hover{	width: 60px;}.star-rating a.three-stars{	left: 40px;}.star-rating a.four-stars{	left: 60px;}	.star-rating a.four-stars:hover{	width: 80px;}.star-rating a.five-stars{	left: 80px;}.star-rating a.five-stars:hover{	width: 100px;}		