*, html {
margin: 0;
padding: 0;
}

body {
font-family: Arial, Arial, Helvetica, sans-serif;
text-align: center;
background: #ffffff;
}

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: #3d6899; }

p, span {
font-size: 78%;
font-weight: normal;
color: #333333;
}

/* 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;
}

#para p {
margin-top: 10px;
line-height: 1.5em;
}

.jl-descr {
line-height: 1.5em;
}

