
/* glowne znaczniki */
body, td, p, ul, ol, font
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* hiperlacza */
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Red;
	text-decoration: underline;
}


A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
	font-size: 12px;
	text-decoration: none;
} 

A.niebieskie {
	color: #3366CC;
} 

A.czerwone {
	color: red;
	font-weight: bold;
} 

/* teksty */
.duzy {
	font-size: 16px;	
	font-weight: bold;
}

.sredni {
	font-size: 11px;	
}

.maly {
	font-size: 10px;	
}

.czerwony {
	color: red;	
}

.zielony {
	color: Green;
}


/* tabele */
.podswietlony {
	background: #FFEF95;
}

.bg1 {
	background: #F9F9F9;
}

.bg2 {
	background: #F8F8F8;
}

/* formularze */
.form
{
	background-color :#ffffff;
	font-family: arial, helvetica;
	font-size: 12px;
	height: 20px;
}
