* {
	margin: 0;
	padding: 0;
	border: 0;
}

*:focus {
	outline: none;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #7d7d7d;
	text-align: center;
	background: #e1e1e1 url(/img/background.gif) repeat-y center top;
}

h1, h2, h3 {
	text-align: left;
    font-weight: normal;
    color: #78a842;
    font-family: Arial, sans-serif;
    letter-spacing: -1px;
}

h1 {
	font-size: 20px;
    margin-bottom: 5px;
    height: 30px;
}

h2 {
	font-size: 15px;
    letter-spacing: 0;
}

h3 {
	font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    color: #5d5d5d;
}

p {
	margin-bottom: 25px;
}

p.explain {
	color: #949494;
}

p.introduction {
	font-size: 1.2em;
	color: #949494;
	margin-top: 7px;
}

p.tooltip {
	font-size: 0.9em;
	padding-left: 20px;
	background: url(/img/tooltip-icon.gif) no-repeat 0 3px;
}

p.last {
	margin-bottom: 0;
}

p.error {
	color: #ff0000;
}

a {
    outline: none;
    text-decoration: none;
    padding-bottom: 2px;
    color: #3a3a3a;
}

a:hover {
    color: #78a842;
}

a.img:hover {
	border: none;
}

a.readon {
	font-size: 0.9em;
	padding-left: 12px;
	background: url(/img/arrow-right-smaller.gif) no-repeat 0 3px;
}

span.smaller {
	font-size: 0.9em;
}

div.clear {
	clear: both;
}