.nof_formsHandler_label {  
  display: block;
  white-space: nowrap;
  text-align: right;
  padding-left: 5px;
  cursor: pointer
}
.nof_formsHandler_input_button {	color : rgb(255,255,204)}
.nof_formsHandler_input_reset {
  margin-right: 5px
}
.nof_formsHandler_input_submit { 
  margin-right: 5px
}
.nof_formsHandler_errorText {  
  color: rgb(255,0,0)
}
.nof_formsHandler_successText {  
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
  background-color: rgb(255,204,0);
  padding: 3px
}
.nof_formsHandler_text { 
  font-family: Georgia;
  font-size: 13px;
	color : rgb(255,255,204)
}
.nof_formsHandler_link { 
  color: rgb(31,75,140);
  font-size: 13px;
  font-weight: bold;
  text-decoration: none
}
.nof_formsHandler_header { 
  background-color: rgb(173,199,238);
  border: 2px solid rgb(127,186,243);
  padding: 5px
}
.nof_formsHandler_footer { 
  background-color: rgb(173,199,238);
  border: 2px solid rgb(127,186,243);
  padding: 2px
}
.nof_formsHandler_contentCell {	padding : 2px;
	color : rgb(255,255,204)}
.nof_formsHandler_columnHeadingRow { 
  background-color: rgb(211,208,208);
  font-weight: normal;
	padding : 3px;
	font-family : Georgia;
	font-size : 16px;
	font-style : normal;
	color : rgb(255,255,204)
}
.nof_formsHandler_textarea { 
   font-size: 16px;
  font-family: Georgia;
	color : rgb(0,0,0)
}
.nof_formsHandler_heading {  
  font-weight: bold;
  color: rgb(58,58,85);
  font-size: 14px
}
.nof_formsHandler_content {  
  background-color: rgb(237,237,237);
  padding: 2px;
  border-left: 2px solid rgb(127,186,243);
  border-right: 2px solid rgb(127,186,243)
}

A:active {
	font-family: Georgia;
 	font-size: 16px;
 	color: rgb(251,250,217)}



A {
	font-family: Georgia;
 	font-size: 16px;
 	color: rgb(251,250,217);
 	text-decoration: none }

A:link {
	font-family: Georgia;
 	font-size: 16px;
 	color: rgb(251,250,217);
 	text-decoration: none 
}

A:visited {
	font-family: Georgia;
 	font-size: 16px;
 	color: rgb(0,128,128);
 	text-decoration: none 
}

P {
	font-family: Georgia;
 	font-size: 16px;
 	color: rgb(132,109,74)}

BODY {
	font-family: Georgia,                                              Palatino,                                              "Times New Roman",                                              Times,                                              Serif;
 	font-size: 16px;
 	color: rgb(132,109,74);
	background-image : url( "./bg.jpg" )
}A:hover {
	font-family: Georgia;
 	font-size: 16px;
 	color: rgb(255,255,255);
	background-color : rgb(255,102,51)}

