/* 
Stylesheet for web site Layout 
 MarpaRyStyle ® 2001  Marek Parys
*/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    background-color: white
}
table, tr, td, {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    border-color: Gray;
}
P {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    font-size: 12px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
    color: #A3A3A1;
    font-size: 10px;
    font-weight: normal;
}
A	{
    text-decoration: none;
    font-weight: bold;
}
A:LINK		{ color: #C58728}
A:VISITED	{ color: #AA8E3C;}
A:ACTIVE	{color: #F0B200;}
A:HOVER		{
    color: Navy;
    text-decoration: none;
    font-weight: bold;
}

H1 {    font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 36pt;
	font-weight: normal;
	text-align: center;
}
H2 {    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	padding : 0px;
	padding-top: 0px;
}
H3 {
	font-size: 13.5pt;
	font-weight: bold;
	color: #003366;
	text-align: center;
}
H4 {
	font-size: 10.5pt;
	font-weight: bold;
	color: #003366;
	text-align: center;
}
B	{
    font-weight: 700
}
IMG {
    border-color: Gray;
    border-style: inset;
}


