*, html {
margin: 0;
padding: 0;
}

html, body {
font-family: Arial, Arial, Helvetica, sans-serif;
text-align: center;
}

a img, iframe { border: 0; }

/* Headers */
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}

h1 { font-size: 140%; color: #666666; }
h2 { font-size: 130%; }
h3 { font-size: 120%; color: #ffffff; }
h4 { font-size: 110%; color: #ffffff; }
h5 { font-size: 100%; color: #525252; }
h6 { font-size: 90%; color: #343434; }

p, span {
font-size: 12px;
font-weight: normal;
color: #333333;
}
	
/* Lists */
ul, dl, dt, dd {
list-style: none;
}

ol {
list-style: decimal;
}

/* Forms */
form, fieldset {
border: 0;
}	

legend {
color: #333333;
}

input, textarea, select, button {
font-size: 100%;
font-family: Arial, Arial, Helvetica, sans-serif;
}

select {
margin: inherit;
}

/* Tables */
table {
border-collapse: collapse;
border: 0;
}

td, th, caption {
font-size: 100%;
font-weight: normal;
}

.divider {
border-bottom: 1px solid #d5d5d5;
margin-bottom: 4px;
}

/* Global Class */
.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}

.post {
color: #d7d7d7;
}

.white {
color: #ffffff;
}

.greyed {
color: #aeaeae;
}

.error {
color: #ff0000;
}

.jl-descr {
line-height: 1.5em;
}

.smallfont {
font-size: 10px;
}
