

body {
	font-family: "HelveticaNeue-Light", Helvetica, "Lucida Sans", "Lucida Grande", Calibri, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #6B6C6F;
}


input {

}

textarea, select {

}

h1, h2, h3, h4, h5, h6 {
   font-weight: normal; 
}

h1 {

}

h2 {
	margin-bottom: 1em;
}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

quote, code, fieldset {
    margin: 0;
}

p {

}

/* links */
a:link, a:visited {
	color: #6B6C6F;
   text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;	
}

a:active, a.active {
	outline: none;
}
a:focus {
	outline-style: none;
	outline-width: 0pt;
}
hr {
    height: 1px;
    color: #231F20;
}

ul, ol, dl {
    padding-left: 0px;
    margin-bottom: 1em;
}

li {
    padding-left: 0px;
}

table {
	margin: 0;
   width: 100%;
}

strong {
    font-weight: bold;
}

code {
    padding: 10px;
}


.smallcaps {
	font-variant: small-caps;
}
