/* 
Stylesheet for web site Layout 
 MarpaRyStyle ® 2000  Marek Parys
*/
body {
    font-family: Arial;
    font-size: 11px;
    color: Black;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    background-color: white
}
table, tr, td, {
	font-family: Arial;
	font-size: 12px;
    border-color: Gray;
}
th {
	font-family: Arial, Helvetica, sans-serif;
    font-family: Arial;
	font-size: 10px; 
}
P {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    font-size: 12px;
}
A	{
    text-decoration: none;
    font-weight: bold;
}
A:LINK		{
	color: Navy;
}
A:VISITED	{
	color: Navy;
}
A:ACTIVE	{color: Navy;}
A:HOVER		{
    color: Blue;
    text-decoration: none;
    font-weight: bold;
}
H1{    
	font-family: Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight: bold;
	text-align: center;
	padding : 0px;
	padding-top: 0px;
}
H2 {    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;	
	padding : 0px;
	padding-top: 0px;
}
