/* Main styles */

body
{
    margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	background-color:rgb(240, 240, 240);
}

    /* Menu links */

    a.menuLink:link, a.menuLink:visited, a.menuLink:active
    {
	    text-decoration:none;
	    color:rgb(0,0,0);
	    font-weight:bold;
	    font-family:verdana;
	    font-size:10px;
    }

    a.menuLink:hover
    {
	    color:rgb(100,100,100);
    }

    /* end Menu links */

    /* Main links */

    a:link
    {
	    text-decoration:none;
	    color:rgb(0,0,0);
	    font-weight:bold;
	    font-family:verdana;
	    font-size:10px;
    }

a:visited
    {
	    text-decoration:none;
	    color:rgb(0,0,0);
	    font-weight:bold;
	    font-family:verdana;
	    font-size:10px;
    }

a:active
    {
	    text-decoration:none;
	    color:rgb(0,0,0);
	    font-weight:bold;
	    font-family:verdana;
	    font-size:10px;
    }

    a:hover
    {
	    color:rgb(100,100,100);
    }

    /* end Main links */

.main
{
    font-family:verdana;
    font-size:9px;
    font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
    text-align:justify;
}

.akapit
{
	text-indent:15px;
    font-family:verdana;
    font-size:9px;
    font-weight:bold;
    text-align:justify;
	color:rgb(80, 80, 80);
}

.text
{
    font-family:verdana;
    font-size:9px;
    font-weight:bold;
    text-align:justify;
	color:rgb(80, 80, 80);
}

.textRight
{
    font-family:verdana;
    font-size:9px;
    font-weight:bold;
    text-align:right;
	color:rgb(80, 80, 80);
}

.textCenter
{
    font-family:verdana;
    font-size:9px;
    font-weight:bold;
    text-align:center;
	color:rgb(80, 80, 80);
}

.list1
{
	list-style:disc outside;
    font-family:verdana;
    font-size:9px;
    font-weight:bold;
    text-align:justify;
	color:rgb(80, 80, 80);
}

.list2
{
	list-style:none outside;
    font-family:verdana;
    font-size:9px;
    font-weight:bold;
    text-align:justify;
	color:rgb(80, 80, 80);
}

.list3
{
	list-style-type:decimal;
	list-style-position:outside;
    font-family:verdana;
    font-size:9px;
    font-weight:bold;
    text-align:justify;
	color:rgb(80, 80, 80);
}

.cytat
{
	font-style:italic;
    font-family:verdana;
    font-size:10px;
    font-weight:bold;
    text-align:justify;
	color:rgb(80, 80, 80);
}

.title
{
    font-family:verdana;
    font-size:11px;
    font-weight:bold;
    text-align:left;
	color:rgb(0, 0, 0);
}

.titleCenter
{
    font-family:verdana;
    font-size:11px;
    font-weight:bold;
    text-align:center;
    color:rgb(0, 0, 0);
}

.akapitTitle
{
	text-indent:15px;
    font-family:verdana;
    font-size:11px;
    font-weight:bold;
    text-align:left;
	color:rgb(0, 0, 0);
}

.przypis
{
    font-family:Arial;
    font-size:10px;
    text-align:left;
	font-style:italic;
	color:rgb(0, 0, 0);
}

.menu
{
    background:url('../graph/menumiddle.jpg') no-repeat;
	padding-left:20px;
	padding-top:10px;
    font-family:verdana;
    font-size:10px;
    font-weight:bold;
    text-align:left;
}

TD.data
{
	background-color:rgb(250, 250, 250);
}


.editor
{
	font-family:verdana;
	font-size:10px;
}

.input
{
	font-family:verdana;
	font-size:10px;
}

.submit
{
	font-family:verdana;
	font-size:12px;
}

.menutop
{
    background:url('../graph/menutop.jpg') no-repeat;
    height:17px;
}

.menubottom
{
    background:url('../graph/menubottom.jpg') no-repeat;
    height:28px;
}

.top
{
	background:url('../graph/main.jpg');
	padding-bottom:3px;
    font-family:verdana;
    font-size:10px;
    font-weight:bold;
    text-align:center;
}

.page
{
	font-weight:bold;
	font-family:verdana;
	font-size:13px;
}

/* end Main styles */

/* News Styles */

TD.bottom
{
    background:url('../graph/foot.jpg');
}

TD.title
{
    background:url('../graph/head.jpg');
    height:22px;
}

/*
.title
{
	padding-left:3px;
    font-family:verdana;
    font-size:11px;
    font-weight:bold;
}
*/

.content
{
    font-family:verdana;
    font-size:9px;
    font-weight:bold;
    text-align:justify;
	color:rgb(0,0,0);
}

.foot
{
	text-indent:3px;
    font-family:Verdana;
    font-size:9px;
	color:rgb(70,70,70);
}

    /* News Links */
    
    a.news:link, a.news:visited
    {
        text-decoration:underline;
	    color:rgb(0,0,0);
	    font-weight:bold;
	    font-family:verdana;
	    font-size:11px;
    }

    a.news:hover
    {
        text-decoration:none;
	    color:rgb(100,100,100);
    }

    /* end News links */

/* end News styles */

