table.d1 {
			background: #F3EBB1;
			border-width: 1px;
			border-color: "black";
			border-style: solid;
			} 

table.d2 {
			font-family: Verdana;
			font-size: .8em;
			background: #ccff66;
			border-width: 1px;
			border-color: "black";
			border-style: solid;
			} 
      
table.d3 {
			font-family: Verdana;
			font-size: .8em;
			background: #cccc66;
			border-width: 1px;
			border-color: "black";
			border-style: solid;
			} 
      
table.cmrbar {
			background: #CCCCCC;
			border-width: 1px;
			border-color: #666600;
			border-style: solid;
			} 
      
table.error {
			font-family: Verdana;
			font-size: .8em;
			color: red;
			background: white;
			border-width: 1px;
			border-color: red;
			border-style: dashed;
			} 

img {
			border: 0px;
	}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

table.survey_thanks {
			font-family: Verdana;
			font-size: 1.2em;
			color: black;
			} 
