/* CSS Document */
body	{	
	font-size:	76%;
	font-family:	"Franklin Gothic Book", Verdana, Tahoma, Arial;
	color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-image: ''); */
/*	background-repeat: no-repeat;  */
/*	background-position: top left;	*/ 	
	}	
	
	
#main{width:800px; background-color:#E2EFE; border:0px solid #9e9e9e; margin: 0px auto 0; border-top:0; position:relative; overflow:visible; padding:0px 0 0px 0}

		
p, blockquote, ul, ol, dl, dd, li, dir, menu	{	
	font-size: 1.0em;
	}	
		
.small	{	
	font-size:	.85em;
	}	

.highlight {
	font-weight:	bold;
	}

.blackhighlight {
	font-weight:	bold;
	color: #000000;
	}	
	
.reverse {
	color: #FFFFFF;
	}

.RowOdd {
	background-color: #FFFFFF;
	text-align:center;
	}

.RowEven {
	background-color: #D9EFF8;
	text-align:center;
	}
		
h1	{	
	font-family:	"Franklin Gothic Book", Verdana, Tahoma, Arial;
	font-size:	1.25em;
	font-weight:	bold;
	font-style:	normal;
	margin:0;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	uppercase;
	}	
h2{font-size:14px; color:#0092CF; font-weight:normal; padding-bottom: 5px; margin:0px; }
h3	{	
	font-family:	"Franklin Gothic Book", Verdana, Tahoma, Arial;
	font-size:	1em;
	font-weight:	bold;
	font-style:	normal;
	margin:0;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	uppercase;
	}	
		
h4	{	
	font-family:	"Franklin Gothic Book", Verdana, Tahoma, Arial;
	font-size:	1em;
	font-weight:	normal;
	font-style:	normal;
	margin:0;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	uppercase;
	}	
	
h5	{	
	font-family:	"Franklin Gothic Book", Verdana, Tahoma, Arial;
	font-size:	1em;
	font-weight:	normal;
	font-style:	normal;
	margin:0;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	uppercase;
	}		
		
h6	{	
	font-family:	"Franklin Gothic Book", Verdana, Tahoma, Arial;
	font-size:	1em;
	font-weight:	normal;
	font-style:	normal;
	margin:0;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	uppercase;
	}			
	
/* Tables */		
		
table, tbody {
	font-size: 1em;
	text-transform:	none;
	font-family:	"Franklin Gothic Book", Verdana, Tahoma, Arial;
	padding-top: 5px; padding-bottom: 5px;
	}	
	
tr, td	{
	font-size: 1em;
	text-transform:	none;
	font-family:	"Franklin Gothic Book", Verdana, Tahoma, Arial;
	}			
		
th	{
	font-size: 1em;
	font-weight:	bold;
	text-transform:	none;
	font-family:	"Franklin Gothic Book", Verdana, Tahoma, Arial;
	background-color: #004960;
	color: #FFFFFF;
	}	
		
/* Links */		
			
a:link	{
	text-decoration:	none;
	font-weight:	normal;
	color: #0092CF;
	}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	normal;
	color: #0092CF;
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	normal;
	color: #0092CF;
	}	
		
a:hover	{	
	text-decoration:	underline;
	color: #0092CF;
	}	


/* Form elements */

.formbutton:link, .formbutton:visited, .formbutton:active{
background-color: #0092CF;
border: 1px #FFFFFF outset;
padding: 2px;
color:#FFFFFF;
text-decoration: none;
font: 1em "Franklin Gothic Book", Verdana, Tahoma, Arial;

}
.formbutton:hover{
background-color: #004960;
border: 1px #FFFFFF outset;
padding: 2px;
color:#FFFFFF;
text-decoration: none;
font: 1em "Franklin Gothic Book", Verdana, Tahoma, Arial;

}

input.przycisk {
border-right: #9B0000 1px solid; 
border-top: #9B0000 1px solid;
border-bottom: #9B0000 1px solid;
border-left: #9B0000 1px solid;
font-size: 11px; 
background-color: black; 
cursor: hand; 
color: white; 
font-family: tahoma,sans-serif; 
height: 19px;} 


/* Scrollbar - remove /* if active - see http://www.chillibomb.com/scroll_bars.htm for tool */

html, body{
SCROLLBAR-ARROW-COLOR: #FFFFFF;
SCROLLBAR-BASE-COLOR: #D9EFF8;
SCROLLBAR-FACE-COLOR: #004960;
SCROLLBAR-HIGHLIGHT-COLOR: #004960;
SCROLLBAR-SHADOW-COLOR: #004960;
SCROLLBAR-TRACK-COLOR: #FFFFFF;
/* SCROLLBAR-3DLIGHT-COLOR: #D9EFF8; */
/* SCROLLBAR-DARKSHADOW-COLOR: #D9EFF8; */
}

/* Print page in landscape option  */

@page
{
	size: landscape;
	margin: 2cm;
}



