/* text */
h1 {
	margin						: .9em 0 .9em 0;
	color						: #ffffff;
	font-size 					: 1.3em;
}
h2 {
	margin						: .9em 0 .9em 0;
	color						: #ffffff;
	font-size 					: 1.2em;
	font-weight					: bold;
}
h3 {
	margin						: .3em 0 .6em 0;
	color						: #336600;
	font-weight					: bold;
	font-size 					: 1.1em;
}
font {}
p {
	margin						: 0 0 .9em 0;
}

a {
	color						: #fff;
	font-weight					: normal;
	text-decoration				: none;
}
a:hover	{
	color						: #000;
	font-weight					: normal;
	text-decoration				: underline;
}

ol {
	font-family					: Arial, Helvetica, sans-serif;
	font-size 					: 1em;
	margin						: 0px 0px .9em 23px;
	padding						: 0;
}

ul {
	font-family					: Arial, Helvetica, sans-serif;
	font-size 					: 1em;
	margin						: 0px 0px .9em 16px;
	padding						: 0;
}

/* other text */
.tiny {
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size 					: .8em;
}
.small {
	font-family					: Arial, Helvetica, sans-serif;
	font-size 					: .95em;
}
.large {
	font-size 					: 1.2em;
}

/* image */
image {
	margin						: 0;
	padding						: 0;
	border						: none;
}
.image_left {
	float						: left;
	margin						: 2px 10px 4px 0px;
	border						: none;
	clear						: both;
}
.image_right {
	float						: right;
	margin						: 2px 0px 4px 5px;
	border						: none;
	clear						: both;
}
.icon_left {
	float						: left;
	margin						: 0 5px 5px 0;
}
.icon_right {
	float						: right;
	margin						: 0 0 5px 5px;
}

/* other */
.paragraph {
	display						: block;	
	clear						: both;
}

.left {
	float						: left;
	clear						: left;
}
.right {
	float						: right;
	clear						: right;
}
/* dividers */
hr {
	display						: block;
	width						: 100%;
	height						: 1px;
	color						: #99CC33;
	margin-top					: 1em;
	clear						: both;	
}
.hr {
	display						: block;
	width						: 100%;
	height						: 1px;
	color						: #99CC33;
	margin-top					: 1em;
	clear						: both;	
}
.divider {
	border-bottom				: 1px dotted #99CC33;
	display						: block;
	width						: 100%;
	height						: 0px;
	margin						: 2px 0 1px 0;
	text-align					: right;
	clear						: both;	
}

/* special text */
.title {
	font-weight					: bold;
	color						: #ffffff;
}

.intro {
	font-size 					: 1em;
	font-weight					: bold;
	color						: #669900;
}
.text {
	font-weight					: normal;
}
.visual {
	float						: left;
	margin						: 20px 0 10px 30px;
}
a.tooltip {
	color						: #fff;
	font-weight					: normal;
	text-decoration				: none;
	border-bottom				: 1px dotted #fff;
}
a:hover.tooltip {
	color						: #000;
	font-weight					: normal;
	text-decoration				: none;
	border-bottom				: 1px dotted #fff;
}

.tooltip_text {
	display						: none;
	visibility					: hidden;
}
