@CHARSET "UTF-8";

html {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 14px;
}

input, textarea, select {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 12px;
}

a {
	color: #e6511e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	margin: 0;
	padding: 0 0 1em 2em;
}

img {
	border: 0;
}

p {
	font-size: 1em;
	line-height: 1.1em;
	/*color: #caba9c;*/
	color: #ffffff;
	margin: 0;
	padding: 0 0 1em 0;
}

p b, strong, b {
	font-weight: bold;
}

h1, h2, h3, h4 {
	font-weight: 200;
	font-size: 1.5em;
	margin: 0.2em 0 0.6em 0;
	padding: 0;
	color: #ffffff;
}

#right-column h1, #right-column h2,
#right-column h3, #right-column h4 {
	margin: 0 0 0.2em 0;
}

h1 a, h2 a, h3 a, h4 a {
	color: #ffffff;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
}

h1 {
	font-weight: 200;
	font-size: 1.8em;
}

h2 {
	border-bottom: 1px dotted #ffffff;
}

