/* shorthand: top, right, bottom, left */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size:1.4em;
	color: #000000;
}

h2 {
	font-size:1.2em;
	color: #4071B4;
}

h3 {
	font-size:1.1em;
	color: #4071B4;
}

p, td {
	font-size: 1em;
	line-height: 1.4em;
}

div.articles {
	float: left;
 	clear: both;
 	width: 100%;
	padding: 0;
	margin: 0;
 	background: url(../img/bg_h2.gif) top left no-repeat;
}

div.articles p {
	float: left;
	margin: 0;
	padding: 0.6em 0 1em 0;
	font-size: 1em;
 	line-height: 1.6em;
}

div.articles h2 {
	margin: 0;
	padding: 0.5em 0.6em 1em 0.6em;
}

div.articles img {
	float: right;
	padding-top: 2px;
}

div.topmenutextplace {
	padding-top: 8px;
}

div.topmenutext a, a:visited {
	color: #FFEB00;
}

div.topmenutext a:hover {
	/* text-decoration: underline; */
	color: #FFFFFF;
}

a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:hover {
}