:focus {
	outline: 0;
}

form, fieldset {
	padding: 0;
	margin: 0;
}

#content {
	margin: 20px 36px;
	background-color: #E5EDC2;
	color: #000000;
	font: 12px/16px Arial,Helvetica;
	width: 85%;
}

body, #text, td {
	font-size: 12px;
	font-family: Arial,Helvetica;
}

#text {
	line-height: 16px;
}

label {
	cursor: pointer;
	cursor: hand;
}

label.link {
	color: #568100;
}

a {
	color: #568100;
}

p {
	margin: 12px 0;
}

a.menu {
	text-decoration: none;
	margin-left: -13px;
	padding-left: 13px;
	position: relative;
	display: inline-block;
	line-height: 170%;
}

a.menu:hover {
	background: transparent url(../images/box.gif) left center no-repeat;
}

a.bottom, a.none {
	text-decoration: none;
}

a.bottom:hover {
	text-decoration: underline;
}

a .recommended {
	color: #6B911D;
	font-weight: bold;
}

a.button {
	text-decoration: none;
}

img.bordered {
	border: 1px solid #FFF;
}

img.bordered {
	border: 1px solid #FFF;
}

.important {
	color: #ED8B00
}

.itext, .itext2 {
	margin: 3px 0 0 1px;
}

.itext {
	width: 330px;
}

.klein {
	font-size: 11px;
}

div.hr {
	margin: 16px 0;
	border: none;
	border-top: 1px solid #448844;
}

div.hr hr {
	display: none;
}

.progressbar {
	background-color: #000000;
	height: 10px;
	padding: 0;
	margin: 0;
}

.test360table td {
	padding: 6px 0;
}

/* TinyMCE specific rules */
body.mceContentBody {
   font-family:Arial,Helvetica;
   font-size: 12px;
}

body.mceContentBody a {
	text-decoration: underline;
	color: #568100;
}