body {
background: #859384;
color: #000000;
margin: 0;
padding: 0;
}

.bg-pattern {
background-image: url(img/pattern.jpg);
background-repeat: repeat-y;
background-position: center top;
border: 1px solid #333333;
}

.bg-column {
	background-image: url(img/column.jpg);
	background-repeat: repeat-y;
	background-position: center top;

}

.bg-header {
height: 247px;
background-image: url(img/header.jpg);
background-repeat: no-repeat;
background-position: center top;
}

.bg-menu {
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bm1 {
background-image: url(img/block1.jpg);
background-repeat: no-repeat;
background-position: left top;
}

.bm2 {
background-image: url(img/block2.jpg);
background-repeat: no-repeat;
background-position: left top;
}

.bm3 {
background-image: url(img/block3.jpg);
background-repeat: no-repeat;
background-position: left top;
}

.bm4 {
background-image: url(img/block4.jpg);
background-repeat: no-repeat;
background-position: left top;
}

.bm5 {
background-image: url(img/block5.jpg);
background-repeat: no-repeat;
background-position: left top;
}

.bm6 {
background-image: url(img/block6.jpg);
background-repeat: no-repeat;
background-position: left top;
}

.bm7 {
background-image: url(img/block7.jpg);
background-repeat: no-repeat;
background-position: left top;
}

.text-menu {
border: 0px;
font-family: verdana, tahoma;
font-weight: bold;
font-size: 14px;
color: #000000;
text-align: justify;
}

.text-small {
    font-family:  verdana, tahoma;
    font-weight: bold;	
	font-size: 9px;
	color: #000000;
	text-align: justify;
}

.text-usmall {
	font-family: verdana, tahoma;
	font-weight: bold;
	font-size: 9px;
	color: #000000;
	text-align: justify;
	text-decoration : underline;
}

.cc {
padding: 5px;
font-family: verdana, tahoma;
font-weight: bold;
font-size: 10px;
color: #000000;
text-align: justify;
text-decoration : underline;
}

a {
	font-family: verdana, tahoma;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	text-align: justify;
	text-decoration : none;
}

a:hover {
    font-family: verdana, tahoma;
	font-weight: bold;
	color: #FFF7D0;
	font-size: 14px;
	text-align: justify;
}

.text-normal {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 100%;
	color: #000000;
	text-align: justify;
	font-style: normal;
}

.text-selected {
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 100%;
color: #654127;
text-align: left;
font-style: normal;
}

.sm {
position: relative;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 100%;
color: #654127;
text-align: left;
right: 11px;
font-style: normal;
}

.text-italic {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 100%;
	color: #000000;
	text-align: justify;	
	font-style: italic;
}

.text-underlined {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 100%;
	color: #000000;
	text-align: justify;
	font-style: normal;
	text-decoration : underline;
}