/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
/*	background-image: url(bilder/bak.jpg);  */
/*	background-color:#C8C8C8;		*/
	color: #000000;
	margin: 10px;
	padding: 0px;
	font-size: 10px;
}

a:link, a:visited, a:hover{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	color: #334d55;
}

td{
font-size: 10px;
}

th{
font-size: 95%;
}

h1, h2, h3{
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 150%;
 color: #334d55;
}

h2{
 font-size: 140%;
 color: #334d55;
}

h3{
 font-size: 100%;
 color: #334d55;
}

.Date_Style{
	font-style: italic;
}

.Image_Style{
	font-style: normal;
}

#siteInfo{
	clear: both;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 0px;
	margin-top: 0px;
}