/*global*/

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color:#000000;
}
body {
	background-color: #E4E3E3;
  margin:0;
  padding:0;
	/* scrollbar-face-color:#181C1F;
	scrollbar-highlight-color:#4C4F50;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#4C4F50;
	scrollbar-arrow-color:#F5EDE4;
	scrollbar-track-color:#07080A; */;
}

/*backgrounds*/
.site_bg {
	background-color: #E4E3E3;
	background-image: url(../images/index.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/*text*/


.text {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
.text2 {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.text3 {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top:20px;
}


.bold {
	font-weight: bold;
}
.title1 {
	font-family: tahoma, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left:0px;
	padding-bottom: 10px;
	padding-top:10px;
}

.title {
	font-family: tahoma, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left:0px;
	padding-bottom: 0px;
	padding-top:0px;
}
a#button1 {
    display: block;
    width: 78px;
    height: 37px;
    background-image: url(../images/news.jpg);
    margin: 0 auto;
}
a#button1:hover {
    background-image: url(../images/news_1.jpg);
}
a .alt { display: none;
}
a#button2 {
    display: block;
    width: 139px;
    height: 37px;
    background-image: url(../images/brochures.jpg);
    margin: 0 auto;
}
a#button2:hover {
    background-image: url(../images/brochures_1.jpg);
}
a .alt { display: none;
}
a#button3 {
    display: block;
    width: 65px;
    height: 37px;
    background-image: url(../images/faq.jpg);
    margin: 0 auto;
}
a#button3:hover {
    background-image: url(../images/faq_1.jpg);
}
a .alt { display: none;
}

a.prezence {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.prezence:link {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.prezence:visited {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #7D7D7D;
	text-decoration: none;
}
a.prezence:hover {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #DB6F73;
	text-decoration: none;
}
a.prezence:active {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #F5EDE4;
	text-decoration: none;
}

