body {
  font-family: Arial, Helvetica, sans-serif;
  font-size  : 11px;
  color      : #414141;
}


a:link, a:visited {
  color           : #7F0000;
  text-decoration : underline;
}

a:hover {
  text-decoration : underline;
}

h2, h3, h4, h5, p, ol, form {
  margin : 0px;
}



h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size		: 20px; 
  color			: #6f8597;
  color			: #1d2a57;
  font-weight		: normal; 
  font-style		: normal;
  margin-top		: 10px;
  margin-bottom		: 5px;
}

.container_h1 {
  float			: left;
  width			: 540px;
}

.print {
  float			: left;
  
  padding		: 10px 0px 0px 0px;
}
.print a:link, .print a:link {
 font-size		: 11px;
 text-align		: right;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size		: 16px; 
  color			: #6f8597;
  font-weight		: bold; 
  font-style		: normal;
  /*letter-spacing : 1.1px;*/
}

.h2 a {
  text-decoration : none;
}

.input_txt { 
	color:#000000;
	border:1px #fff solid;
	background:#f2f2f2;
	font-size:12px; 
}		

.input_subm { 
	width		: 40px;
	font-family     : Verdana, Arial, Helvetica, sans-serif; 
	font-size       : 10px; 
	font-weight     : bold; 
	border          : 1px #fff solid;
	color           : #000000;
}

.clear {
	clear    : both;
	height   : 0px;
	overflow : hidden;
}


select {
	font-size: 9px;
	width: 100%;
	color: #000000;
	font-family: verdana,arial;
	background-color: #f2f2f2;
	border-top: #ccc3ad 1px solid;
	border-right: #ccc3ad 1px solid;
	border-left: #ccc3ad 1px solid;
	border-bottom: #ccc3ad 1px solid;
}




