body {
	font: 12px Verdana;
	color: #191924;
}
h1, h2, h3, h4, h5, h6 {
	font: 100% bold Georgia, "Times New Roman", Times, serif;
	color: #232332;
	line-height: 26px;
	margin-bottom: 10px;
}
h1 {
	font-size: 28px; /* 20px */
}

h2 {
	font-size: 26px; /* 20px */
}

h3 {
	font-size: 24px; /* 18px */
}

h4 {
	font-size: 22px; /* 16px */
}

h5 {
	font-size: 20px; /* 14px */
}

h6 {
	font-size: 18px; /* 14px */
}

p {
	font: 12px Verdana;
	color: #191924;
	line-height: 25px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
span.italic {
	font-style: italic;
}
span.test {
	padding: 100px;
	background: #fff;
	color: #333;
	display: block;
}
a {
	font: 12px bold Verdana;
	color: #191924;
	text-decoration: underline;
}
	a:hover {
		text-decoration: underline;
	}
	a.external {
		padding-right: 15px;
		background: url("../gfx/external.png") right no-repeat;
	}
div#content_home img, div#content_home a img, div#content_home p img, div#content_big img, div#content_big a img, div#content_big p img {
	margin: 10px;
	text-align: center;
	border: 1px solid #999999;
	padding: 2px;
}
	div#content_home img.left {
		float: left;
	}
	div#content_home img.right {
		float: right;
	}
#content_home ul, #content_home ol, #content_big ul, #content_big ol {
	margin: 10px 10px 20px 10px;
	padding-left: 15px;
}
	div#content_home ul.left, div#content ol.left {
		float: left;
	}
	div#content_home ul li, #content_big ul li {
		list-style-type: none;
		list-style-image:url("../gfx/listitem_bullet.jpg");
		line-height: 15px;
	}
	div#content_home ol li, #content_big ol li {
		list-style-type: decimal;	
	}
	#content ul.float, #content_home ul.float{
		width: 400px;
		clear: both;
		float: left;
		list-style:square inside url("../gfx/listitem_bullet.jpg");
	}
		#content ul.float li, #content_home ul.float li {
			width: 200px;
			float: left;
			padding: 1px 0px 3px 0px;
			line-height: 15px;
			list-style:square inside url("../gfx/listitem_bullet.jpg");
		}
	#content_big ul.float{
		width: 680px;
		clear: both;
		float: left;
	}
		#content_big ul.float li {
			width: 330px;
			float: left;
			padding: 1px 0px 3px 0px;
			list-style-type: none;
			list-style-image:url("../gfx/listitem_bullet.jpg");
			line-height: 15px;
		}

address {
	font: 12px Verdana;
	color: #191924;
	margin: 10px 0px 10px 10px;
	font-style: normal;
}
	address a {
		font-weight: bold;
	}

table { margin: 1em; border-collapse: collapse; }
td, th { padding: .3em; border: 0px #ccc solid; }

