body { 
background-color: #DCDCDC;
background-image:url(images/tapeta4.jpg);
margin-top: 10px;
margin-left: 0px;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

a:link      { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: blue; text-decoration: underline; }
a:active    { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: red; text-decoration: underline; }
a:visited   { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: blue; text-decoration: underline; }
a:hover     { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: red; text-decoration: none; } 

.tab1
{ width: 800px; height: 100%; border: 0; }

.tab2
{ width: 100%; height: 100%; border: 0;  font-size: 14px; }

.tab3
{ width: 100%; border-collapse: collapse ; text-align: center; }

.td1
{ width: 100%; height: 60px; background-image:url(images/top.gif); background-repeat: no-repeat; background-position: top; padding: 3px 0px 0px 60px; }

.td2
{ width: 4px; height: 100%; background-image:url(images/bg.gif); background-repeat: repeat-y; }

.td3
{ width: 792px; height: 100%; background-color: #A9A9A9; border-bottom: 2px solid red; border-top: 2px solid red; font-size: 12px; }

.td4
{ width: 792px; height: 100%; background-color: #DCDCDC; background-image:url(images/tapeta.jpg); padding: 10px 10px 10px 10px; border-bottom: 2px solid red; }

.td5
{ width: 100%; height: 60px; background-image:url(images/bottom.gif); background-repeat: no-repeat; background-position: top; }

.td6
{ padding: 0px 0px 0px 20px; }

.td7
{ width: 400px; text-align: left; padding-left: 3px; }

.th1
{ border: 2px; border-color: black;  border-style: solid ;}

.tr1
{ height: 24px; }

.p1
{ text-indent: 30px; }

.p2
{ font-weight: bold; }

.w1
{ padding: 0px 0px 0px 30px; }

.link1
{ color: black; font-size:12px; }

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	position: absolute;
}

ul li {
	float: left;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: transparent #25b #25b #9ce;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 200px;
	text-align: center;
	padding: 2px 0;
	font-weight: bold;
	background-color: #000066;
	color: #def;
	border-top: 2px solid red;
}

ul a:hover {
	background-color: blue;
	color: #fff;
	border-top: 4px solid red;
}


