/*****************************************************************************************/
/***  TAGS  ***
/*****************************************************************************************/

html, body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 2px 0 8px 0;
  padding: 0;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

#l_content li {
	list-style-type: square;
	list-style-position: inside;
}

#l_content a {
	color: #FF5400;
	text-decoration: none;
}



/*****************************************************************************************/
/***  GENERIC CLASSES  ***
/*****************************************************************************************/

.clickable {
	cursor: pointer;
}

label.error, span.required {
	color: red;
}
