body {
  font-family: Arial, Helvetica, sans-serif;
  font-size  : 13px;
  color      : #414141;
}


a:link, a:visited {
  color           : #414141;
  text-decoration : none;
}

a:hover {
  text-decoration : underline;
}

h2, h3, h4, h5, p, ol, form {
  margin : 0px;
}


h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px; 
  font-weight: bold; 
  font-style: normal;
  margin-bottom : 5px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px; 
  font-weight: bold; 
}

h3 {
  font-weight: normal;
  font-size	: 12px; 
  font-style	: italic;
  margin-bottom : 2px;
  /*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;
}




