/*a:visited {text-decoration: underline; color: #4040FF}*/

body
{
    font-family:Verdana, Tahoma, helvetica, Sans-Serif;
    background-color: #ffffff;
    font-size:75%;
}

/*paryškintam didesniam tekstui*/
.txt2{
    font-family:Verdana, Tahoma, helvetica, Sans-Serif;
    color: #000000;
    font-weight:bold;
    font-size:110%;
    line-height:200%
}
/*"page" lentelių plotis*/
.table{
    width:100%;
}
/*lentelės plotis ir lygiavimas centre*/
.main {
    width:70%;
    margin: auto;
}
/*pagrindinės lentelės kraštas*/
.tbl {
    border:1px solid #CCCCCC;
    border-collapse: collapse;
}
/*lentelės pirmojo stulpelio plotis, spalva, aukštis*/
.pr {
    border: 1px solid #CCCCCC;
    text-indent:5px;
    width:700px;
    height:40px;
}
/*lentelės antrojo stulpelio plotis, spalva, aukštis*/
.pr2 {
    border: 1px solid #CCCCCC;
    text-indent:5px;
    width:200px;
    height:40px;
    text-align:center;
}
/*table image*/
.table_image{
    height:50px;
    text-indent:30px
}
/*"page" lentelių numeravimas*/
.nr_page{   
    width:20px;
    text-align:right;
    vertical-align:bottom;
}

/*"page" celės teksto pastūmimas*/
.x{
    padding-left:35px
}

/*"page" celės teksto pirmos eilutės pastūmimas*/
.first{
    text-indent:15px
}
/*"page" celės teksto pirmos numeravimo antro lygio pastūmimas*/
.second{
    text-indent:30px
}
/*mini help'ų lentelė*/
.small
{
    height: 30px;
    margin-top: 0; 
	margin-bottom: 0;
    font-size:80%;
    color:#000000;
	line-height: 130%
}

/*paveiksliuku pavadinimui*/
.pav
{
    height:20px;
    text-align:center;
    font-size:90%;
}

/*pastaboms*/
.note
{
    height:30px;
}

/*numeravimui, trumpam tekstui*/
.nr
{
    width:10px;
    text-align: right;
}

/*numeravimui, ilgam tekstui*/
.nr2
{
    width:10px;
    text-align: right;
    vertical-align:top;
}

/*antraštei*/
h1
{
    color:#FFFFFF;
    background-color:#435A5A;
    padding: 14px;
    font-size:150%;
    font-family:Georgia,Times New Roman,serif
}

h2
{
    color:#000000;
    padding:14px;
    font-size:140%;
    font-family:Georgia,Times New Roman,serif
}

ul
{
    height:10px;
    list-style-type:inherit;
    color:#435A5A;
}
li
{
    height:20px;
}

a:hover {color:red;}   /* mouse over link */

img.special
{
    border: 1px #CCCCCC solid;\
}
