/* 
Stylesheet for web site Layout 
 MarpaRyStyle ® 2000  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;
}
th {
	font-family: Arial, Helvetica, sans-serif;
    color: #105A94;
    font-size:10px;
    font-weight: normal;
}
P {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    font-size: 12px;
}
A	{
    text-decoration: none;
    font-weight: bold;
}
A:LINK		{
	color: Black;
}
A:VISITED	{
	color: Black;
}
A:ACTIVE	{color: #105A94;}
A:HOVER		{color: #FB015A;
    text-decoration: none;
    font-weight: bold;
}

H1 {    font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	text-align: center;
}
H2 {    
	font-family: Arial, Helvetica, sans-serif;
	color: #747B80;
	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: 14pt;
	font-weight: bold;
	color: #003366;
	text-align: left;
}
B	{
    font-weight: 700
}
IMG {
    border-color: Gray;
    border-style: inset;
}

