/* CSS Document */
/*

Some of the code is left over from old look.
Left it in to prevent having to redo all styling,
though its modified from its original state

*/

.head2{
  font-family: Arial, Helvetica, Sans-Serif, monospace;
  font-size:12px;
  font-weight:bold;
  color:black;
}
body, td, .text1, #ufe-system-content form table{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size:12px;
  font-weight:normal;
  color:black;
}

.text2{
  font-family: Arial, Helvetica, Sans-Serif, monospace;
  font-size:10pt;
  font-weight:bold;
  font-style:underline;
  color:black;
}

.repcaption{
  font-family: Arial, Helvetica, Sans-Serif, monospace;
  font-size:10pt;font-weight:bold;
  font-style:underline;
  color:black;
}
.skinny, .narrow{
  font-size:2px;
}

.small{
  font-family:Arial, Helvetica, Sans-Serif;
  font-size:10px;
  font-weight:bold;
  color:black;
}

i{
  font-style:italic;
}

b{
  font-weight:bold;
}
     
td.form-label{
  text-align: right;
  padding-right:5px;
}

.ufe-label{
  text-align:right;
}

.ufe-h4{
  font-weight:bold;
}

.right_column a{
  color:#666;
  border:0px;
}

.right_column a:visited{
  color: #666;
  padding:4px 2px 2px 0px;
  margin:2px;
  margin-left:0px;	
}

.right_column a:hover {
  /*background-color: #003366;*/
  color: #003366;
}

#page_contents ul{
  list-style-type: disc;
  font-size:12px;
  font-family: Geneva,Arial,Helvetica,sans-serif;
}

.ufe-form tbody tr td h1, .head1, #ufe-system-content h1, h2{
  color: #003366;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
}


.app_contents{
  background-color:#fff;
  width: 600px;
}

