/* CSS Document */

body {
margin:0px;
}
.top {
background-image:url(images/top_bg.gif);
background-repeat:repeat-x;
}
.logo {
width:492px;
	background-image:url(images/logo_tara.jpg);
	background-repeat:repeat-y;
	height:176px;
}
.menu {
width:543px;
background-image:url(images/menu.gif);
background-repeat:repeat-y;
height:43px;
}
.banner {
background-image: url(images/banner_tara.jpg);
height:196px;
}
.title {
font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
font-size:24px;
color:#000000;
}
.titlesmall {
font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
font-size:15px;
color:#000000;
}

.text {
font-family:Tahoma, Arial;
font-size:11px;
color:#525252;
line-height:13px;
}
.schema {
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#508d01;

}
.footer {
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#ffffff;
}
.yellow {
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#ffd200;
}
.newsheadline {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#508d01;
|