/* ---------- DEFAULT CSS ---------- */
/* Contains basic HTML-elements. */

/* Reset ... */
* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

.clear {clear: both; line-height: 0px; float: none;}

/* ---------- BODY ---------- */
body {
  background: #ccc;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 10px;
  color: #CFD2DA;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* ---------- LINKS ---------- */

a {
	color: #8b1117;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #8b1117;
}

/* ---------- IMAGE HANDLING ---------- */
img {
	border: none;
	vertical-align: top;
}


/* ---------- HORIZONTAL LINE ---------- */
hr {
	display: none;
}


/* ---------- TYPO AND LAYOUT ---------- */
h1, h2, h3, h4, h5, h6, p, address {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


/* ---------- LIST ---------- */
ul, ol, dl {
	
	list-style-position: outside;
}

li {
	
	list-style-image: none;
	list-style-type: none;
}

dt,dd {}




/* ---------- TABLE ---------- */
table {
	line-height: 1.5em;
}

thead {}
tbody {}

tr, th, td {}

tr {}
th {}
td {}




/* ---------- FORM ---------- */
form, fieldset, legend, label, input, option, select, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

form {display: inline;}

fieldset {
	border: none;
}

legend {
	display: none;
}

label {
	
}

input {
}

select {
}
option {
}

textarea {
}