/* CSS definition file containing sitestyle stylesheets */
BODY {
	background-repeat : no-repeat;
	background-color : rgb(52,50,0);
	color : rgb(0,0,0);
	background-image : none}
	
A:link { color: rgb(0,128,128)}
A:active { color: rgb(0,128,128)}
A:visited { color: rgb(195,79,79)}
.nof_secureSite_label {  
  display: block;
  white-space: nowrap;
  text-align: right;
  padding-left: 5px;
  cursor: pointer
}
.nof_secureSite_input_button {
  margin-right: 5px
}
.nof_secureSite_input_reset {
  margin-right: 5px
}
.nof_secureSite_input_submit { 
  margin-right: 5px
}
.nof_secureSite_errorText {  
  color: rgb(255,0,0)
}
.nof_secureSite_text { 
  font-family: Arial;
  font-size: 13px
}
.nof_secureSite_link { 
  color: rgb(31,75,140);
  font-size: 13px;
  font-weight: bold;
  text-decoration: none
}
.nof_secureSite_header { 
  background-color: rgb(173,199,238);
  border: 2px solid rgb(127,186,243);
  padding: 5px
}
.nof_secureSite_footer { 
  background-color: rgb(173,199,238);
  border: 2px solid rgb(127,186,243);
  padding: 2px
}
.nof_secureSite_contentCell {
  padding: 2px
}
.nof_secureSite_columnHeadingRow { 
  background-color: rgb(211,208,208);
  padding: 3px;
  font-weight: bold
}
.nof_secureSite_heading {  
  font-weight: bold;
  color: rgb(58,58,85);
  font-size: 14px
}
.nof_secureSite_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)
}

.TextNavBar {
	font-family: Verdana;
	font-size: 8px;
	word-spacing : 0px;
	letter-spacing : 0px;
	text-align : center;
	background-image : none;
    border-top : 2px solid rgb(0,0,0);
	border-left : 1px solid rgb(0,0,0);
	border-right : 1px solid rgb(0,0,0);
	border-bottom : 1px solid rgb(0,0,0);
	line-height : 16px;
	background-color : rgb(251,252,233);
	background-repeat : no-repeat}
	

A:hover { color: rgb(113,158,32)}	


