
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */

body {
	margin: 20px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	background: #ffffff url() repeat-x;
	text-align: center;
	background-image : url(images/bk-huha.jpg);
	background-attachment: fixed;
	background-position:0% 0%;
	background-repeat: no-repeat;
}


tbody {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
}
td {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
}

h1 {
	font-size:12px;
	color:#666;
	font-weight:bold;
	margin:0;
	padding-right:5px;
	display:inline;
}

h2 {
	margin:0;
	display:inline;
	font-size:14px;
	color:#666;
	font-weight:normal;
}

h3 {
	margin:0;
	font-size:14px;
	color:#009900;
	float:left;
}



/* links */
a { 
	color: #3A5FCD;
	font-size:14px;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	font-size:14px;
	background-color: inherit;
}

.slogan {
	background-image : url(images/top-2.jpg);
}

.bg {
	background-image : url(img/bg.gif);
}
