body {
margin:0;
background-image: url(images/bg.jpg);
	background-attachment: fixed;
} 

p,td, body {
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
.foot {
	font-size: 10px;
}

li {
	list-style-type: square;
}
.logoteks {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/*Page title table */
table.mytable { width: 100%; padding: 0px; border: none; border-bottom: 1px solid #99CC00;}
table.mytable td { font-size: 18px; border: none; background-color: #Ffffff; vertical-align: middle; padding: 5px; font-weight: bold; color: #99CC00;}
table.mytable tr.special td { border-bottom: 1px solid #1050A9;  }


/*front subtitle table */
table.frontsubtable { width: 100%; padding: 0px; border: none; border-bottom: 1px solid #1050A9;}
table.frontsubtable td { font-size: 14px; border: none; background-color: #F4F4F4; vertical-align: middle; padding: 5px; font-weight: bold; color: #e75903;}
table.frontsubtable tr.special td { border-bottom: 1px solid #000000;  }


/*list*/
#navtablelist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 500px;
}

#navtablelist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#navtablelist li a { text-decoration: none; }


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

