body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
 	background-color: #dae4eb;
	background: top repeat-x url('/images/page_background.jpg');
 	font-family: Verdana, Tahoma, sans-serif;
 	font-size: 12px;
}

textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  background-color: #ffffff;
  border: 1px solid #CCC4B4;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 2px;
    border: 1px solid #C7BEA9;
}


/* input[type="text"],
input[type="email"],
input[type="password"],
select {
    height: 25px;
    line-height: 25px;
} */


textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

small, .t11 {
 	font-family: Tahoma,sans-serif;
 	font-size:11px;
}

blockquote {
	border-left:2px solid #D3D3D3;
	padding-left:10px;
}

a.link {
	color: #4770b3!important;
}

a:hover {
	color: #E58600;
}
	
	
a:visited {
	color: #4D728C;
}

a.txtlink {
	color:white;
	padding:5px 5px 5px 10px;
	text-decoration:underline;
	display:block;
}

form, input {
	margin: 0px;
}

h1 {
	color:#38650a;
	font-family: Montserrat, Arial;
	font-weight:normal;
	font-size:26px;
	margin:0px 0px 14px 0px;
}

h2 {
	color:#38650a;
	font-family: Montserrat, Arial;
	font-weight:normal;
	font-size:20px;
	margin:0px 0px 14px 0px;
}

h3 {
	color:#38650a;
	font-family: Montserrat, Arial;
	font-weight:normal;
	font-size:18px;
}

p {
	margin:0px 0px 13px 0px;
}

table {
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
