body {
padding: 0;
margin: 0;
background-color: #030e35;
background-image:url('./graf/bg.jpg');
background-position: top;
background-repeat: repeat-x;
color: #062657;
font-family: arial, verdana, sans-serif;
font-size: 12px;
}

td {
	/*vertical-align: top;*/
	text-align: justify; 
}

.hr_line, .hr_line_nomargin {
	height: 1px; 
	background-image:url("./graf/line.gif"); 
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
}

.hr_line_nomargin {
	margin: 0px;
}

a{
	color: #0049DC;
	text-decoration: underline;
}

a:hover{
	color: #4873FF;
	text-decoration: none;
}

a.menu{
	font-size: 14px;
	color: white;
	text-decoration: none;
}

a.menu:hover{
	color: #FF6B6B;
	text-decoration: underline;
}

#bmenu a { color: #7789cb; text-decoration: none; }
#bmenu a:hover { color: white; text-decoration: underline; }

.red {color: #d50f0f;}

.letter, .letter18, .letter16, .letter14, .title, .title18, .title22{
	font-family: georgia, "times New Roman";
	font-size: 22px;
	font-weight: normal;
	/*font-variant: small-caps;*/
}

.title{ color: #d50f0f; font-size: 16px; }

.title18{ color: #d50f0f; font-size: 18px; }

.title22{ color: #d50f0f; font-size: 22px; }

.letter18{font-size: 18px;}

.letter16{font-size: 16px;}

.letter14{font-size: 14px;}

.mini {font-size: 9px;}

/* SLIDESHOW */
/*** set the width and height to match your images **/

#slideshow1 {
    position:relative;
    height:145px;
}

#slideshow1 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 145px;
    /*background-color: #FFF;*/
}

#slideshow1 DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow1 DIV.last-active {
    z-index:9;
}

#slideshow1 DIV IMG {
    /*height: 135px;*/
    display: block;
    border: 0;
    margin-bottom: 10px;
}

/*2*/

#slideshow2 {
    position:relative;
    height:145px;
}

#slideshow2 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 145px;
    /*background-color: #FFF;*/
}

#slideshow2 DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 DIV.last-active {
    z-index:9;
}

#slideshow2 DIV IMG {
    /*height: 135px;*/
    display: block;
    border: 0;
    margin-bottom: 10px;
}

/*3*/

#slideshow3 {
    position:relative;
    height:145px;
}

#slideshow3 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 145px;
    /*background-color: #FFF;*/
}

#slideshow3 DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow3 DIV.last-active {
    z-index:9;
}

#slideshow3 DIV IMG {
    /*height: 135px;*/
    display: block;
    border: 0;
    margin-bottom: 10px;
}
