
#FormsTable { background-color: #ffffcc;
					 width: 400px; }
#FormLabel {  padding: 5px, 0px, 0px, 5px; }
#FormInput {  text-align:center; }
#ResultsTable { width: 100%; }

td.LabelCell { text-align: right;
				   width: 70px;
				   font-weight: bold;
                   padding: 0px,5px, 0px, 0px;
                  background-color: #ffffff; }
                  
td.TitleCell { background-color: #ffffcc;
				  padding: 0px,1px, 0px, 5px; }
td.DataCell { padding: 0px,1px, 0px, 5px; }
#TitleCell { font-weight: bold; }				  
#StarsCell { font-weight: bold;
				 font-size: 14pt;
				 text-align: right;
				 padding: 0px,5px, 0px, 0px;
				 color: #cc0033; }
td.ButtonCell { padding: 0px,3px, 0px, 3px; }
input.Button {  width: 180px; }
.Selected 	{ color: #cc0033; }
TD.PageNavCell { font-weight: bold;
					     font-size: 8pt; } 
Table.PageNavTable { width: 550px; }

TD.PageNavCell a {color: #000000;
	text-decoration: none;}   
TD.PageNavCell a:visited {color: #000000;}   

TD.PageNavCell a.PageNav:hover	{ color: #cc0033; }
TD.PageNavCell a:hover {color: red; }

