﻿html {
	margin: 0;
	padding: 0;
	}
	

h1 {
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
}
.notes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	}
	
.kowal {
font-size: .85em;
color: #294e56;
margin: 0 100px;
padding: 10px;
border: 1px solid #73afb7;
background-color: #fbef99;
}

.subtitle {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 0px;
}
.teppere{
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-align: center;     
}


a {
	color: #33c;
	text-decoration: none;
	}
	
h2#title {
	font-size: 22px;
	margin: 75px 0 0 15px;
	padding: 0;
	}
	
h2#title a {
	color: #fff;
	}
	
p#subtitle {
	margin: 5px 0 0 15px;
	padding: 0;
	color: #fff;
	}

table {
	border-collapse: collapse;
}

/*
----------------------------------
header
----------------------------------
*/

#header_span_body {
	height: 139px;
	background: url(../v5_background_top.jpg) no-repeat top center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	padding: 0 20px 0 20px;
	}
	
#header_table {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	}
	
#header_table td {
	text-align: left;
	}
 

