/* ------------------------------------------------------------------- */
/* GLOBAL STYLES */
/* styles made available to all browsers */
/* ------------------------------------------------------------------- */

/* Color Scheme */
/* ------------------------------------------------------------------- */
/* blue: #088283 */
/* ------------------------------------------------------------------- */

body, html {
	font-size: 12px;
	text-align:left;
	line-height: 175%;
	font-family:"droid-sans-1","droid-sans-2", Geneva, Arial, Verdana, sans-serif;
	margin: 0px;
	padding:0px;
	color: #3c362C;
	background-color:#000;  
  -webkit-font-smoothing: antialiased;
}

table {
	border:0;
	font-size: 11px;
}

td {
	vertical-align:top;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: atrament-web-1,atrament-web-2,sans-serif;
  font-style: normal;
  font-weight: 400;
	color: #3c362C;
  text-align:left;
}

h2, h3, h4, h5, h6 {
}

h1 {
	font-size:46px; 
	line-height: 100%;
	text-transform: uppercase;
}

h2 {
	font-size: 26px;
	line-height: 125%;
  color:#36758E;	
}

h3 {
	font-size: 20px;
	line-height: 125%;
	margin:20px 0px 10px 0px;
}

label {
	font-size: 11px /* 11px; */
	font-weight:bold;
	margin:4px 0;
}

p {
	padding: 0px 0px 15px 0px;
	margin:0px;
}

hr {
	color:#EBEBEB;
	margin:4px 0px;
	padding:0px 0px;
	border-bottom:1px dashed #EBEBEB;
  border-top:0px;
  border-left: 0px;
  border-right: 0px;  
}

a {
	color: #36758E;
	text-decoration:none;
	border:0px;
  outline: none;

}

a:active {
  position: relative;
	text-decoration:none;
  outline: none;
}

a:visited {
	color:#36758E;
	text-decoration:none;
	border:0px;
  outline: none;	
}

a:hover {
	color:#36758E;
	text-decoration:none;
	border:0px;
}

img {
	border:0px;
}

ol {
  padding-left: 15px;
}

ul {
  padding-left: 0px;
  margin-left: 15px;
  list-style: square;
  /* list-style-image: url("/img/list_square_maroon.gif") */
}

li {

}

input[type=text],input[type=password] {
  outline: none;
  padding:8px 10px;
  border:1px solid #ccc;
  color:#333;
  font-size:18px;
}

input:focus, textarea:focus {
  border:1px solid #6bb0ce;
  -moz-box-shadow: 0px 0px 12px #6bb0ce;
  -webkit-box-shadow: 0px 0px 12px #6bb0ce;
}

textarea {
  outline: none;
  padding:4px 8px;
  border:1px solid #ccc;
  color:#333;
  font-size:16px;
}



/* End Redefine HTML elements */