 /******  GENERAL STYLES  ******/


div, td, p, table, input, select {	
	font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

form {	
	font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	text-align: left;
	visibility: visible;
	color: #000000;
	margin: 0;
	padding: 0;
}

input {
border : 1px solid #000000;
padding : 1px;
}

textarea {
width: 400px; /* Let's not worry about box model issues */
border : 1px solid #000000;
margin-left: 10px;
padding : 1px;
}

em {
	color: #666;
	font-weight: bold;
	font-style: normal;
}

em.nowrap {
	color: #666;
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
}

img	{
	border:	transparent;
}

img.nrm {
	border:	none;
}

img.extra_buffer {
	padding: 0;
	border:	none;
}

blockquote {
	border-left: dotted 1px #000;
	margin: 0 3em 0 1em;
	padding: 0 0 0 1em;
}





/******  <H>TAG STYLES  ******/


a, a:link, a:active, a:visited {
color: #422905;
text-decoration: underline;
}

a:hover {
color: black;
text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 16px;
	line-height: 1.2em;
	color: #000;
	margin: 0 0 1em 0;
	padding: 0;	
}

h2 span {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;

}

h2 em.nowrap {
	color: #4b4b4b;
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
}

h3 {
	line-height: 1.0em;
	color: #4b4b4b;
	margin: 1.5em 0 0.75em 0;
	padding: 0;	
}
