/*
*{
    margin: 0;
    padding:0;

    font-size: 12pt;
    line-height: 1.6em;
     
}
*/

#body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #000; 
    font-size: 12pt;
    background-color: #FFEB00;
    background-image: url(imgs/bg.gif);
    background-repeat:repeat;
    margin: 0;
    padding: 0;
}




body
{
font-size: 11pt;font-family:Verdana;
}

td
{
font-size: 11pt;font-family:Verdana;
}


P {font-size: 11pt;font-family:Verdana;}
TD {font-size: 11pt;font-family:Verdana;}
small {font-size: 9pt;font-family:Verdana;}

a:link {color:brown;}
a:visited {color:gray;}
a:hover {color:orange;}

H1 {font-family:Verdana; font-size:22pt;}
H2 {font-family:Verdana; font-size:18pt;}
H3 {font-family:Verdana; font-size:16pt; color: brown;}
H4 {font-family:Verdana; font-size:14pt}





.prices
{
	border-bottom: solid 1px #fff;
	padding:6px;
}


.prices h3
{
	font-family:Verdana;
	font-size:10pt;
	color: brown;
	margin:2pt;
}

.prices p
{
	padding: 2px;
	margin: 0;
	font-size:8pt;
}

li
{
	padding-bottom:5px;
}

.uk
{
	border: solid 2px #fff;

}


.uk p
{
	font-weight: bold;
	font-size:10pt;
}

.uk h3
{
	font-size:12pt;
}





.docs
{
    /*margin-left: 60px;*/   
    /*border: dotted 1px #ccc;*/
    margin-left:0;
    padding:0;
}

.docs li
{
    list-style: none;
}

.docs li a
{
    display: block;
    padding: 6px 6px 6px 24px;
    background-position: left center;
    background-repeat:no-repeat;
}


.docs li .xls
{
    background-image: url(imgs/docs/xls.png);
}

.docs li .doc
{
    background-image: url(imgs/docs/doc.png);
}

.docs li .pdf
{
    background-image: url(imgs/docs/pdf.png);
}