/* CSS Document */


body {
	background-color:#F0EDE1;
	margin-top:10px;
	margin-bottom:10px;
	
}


/* text styles */
p, td, body {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
	color:#770000;
}
h4 {
	font-size: 1.1em;
	color:#770000;
}

#footertext {
	font-size:9px;
}
a {
	color:#440000;	
}
a:hover {
	color:#660000;
	text-decoration:none;	
}


td.header {
	padding: 11px;
	line-height:17px;
	font-size: 13px;
}

td.bod {
	padding: 12px;
	line-height:17px;
}


td.bottom {
	background-image:url(../images/tamta_20.jpg);
	background-position:bottom;
}


li.horizlist {	
	display: inline;
	list-style-type: none;
	padding-right:20px;
}
