a:link 		{ text-decoration: none; color: #ff9900 }
a:active 	{ text-decoration: none; color: #ff9900 }
a:visited 	{ text-decoration: none; color: #ff9900 }
a:hover 	{ text-decoration: none; color: #ff9900 }

.a:link 	{ text-decoration: none; color: #ff9900 }
.a:active 	{ text-decoration: none; color: #ff9900 }
.a:visited 	{ text-decoration: none; color: #ff9900 }
.a:hover 	{ text-decoration: none; color: #ff9900 }

.b:link 	{ text-decoration: none; color: #ff9900 }
.b:active 	{ text-decoration: none; color: #ff9900 }
.b:visited 	{ text-decoration: none; color: #ff9900 }
.b:hover 	{ text-decoration: none; color: #797979 }

.c:link 	{ text-decoration: none; color: #797979 }
.c:active 	{ text-decoration: none; color: #797979 }
.c:visited 	{ text-decoration: none; color: #797979 }
.c:hover 	{ text-decoration: none; color: #797979 }

.d:link 	{ text-decoration: none; color: #BC4042 }
.d:active 	{ text-decoration: none; color: #BC4042 }
.d:visited 	{ text-decoration: none; color: #BC4042 }
.d:hover 	{ text-decoration: none; color: #ff9900 }

.e:link 	{ text-decoration: none; color: #666666 }
.e:active 	{ text-decoration: none; color: #666666 }
.e:visited 	{ text-decoration: none; color: #666666 }
.e:hover 	{ text-decoration: none; color: #ff9900 }

body 		{ margin-left:   0px;
			  margin-top:    0px;
			  margin-right:  0px;
			  margin-bottom: 0px;
			  
	
			 background-image: url();
			  background-repeat:	repeat-y;
			  background-position:	top;
			  background-color: 	#bc4042;
													}

td 			{ font-family: Arial, Helvetica, sans-serif;
			  font-size:   8pt;
	          color: 	   #797979;
                                                    }
.title		{ font-family: Arial, Helvetica, sans-serif;
			  font-size:   8pt;
			  font-weight: bold;
			  color: 	   #ff9900;
                                                    }	
.title2     { font-family: Arial, Helvetica, sans-serif;
			  font-size:   8pt;
			  font-style:  italic;
			  color: 	   #ff9900;

                                                    }
.tdbg       { background-image:		url(images/bg_image_left.gif);
			  background-repeat:	repeat-x;
			  background-position:	top;
			  background-color: 	#FFFFFF;

                                                    }
.highslide { cursor: url(highslide/graphics/arrowa.giif), pointer;
             outline: none;
                                                    }
.highslide img { 
	
}
.highslide:hover img {
	border: ;
}

.highslide-image {
	border: ;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Arial;
	color: #797979;
    font-size: 8pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.style1 {font-size: 10pt}
.style2 {color: #BC4042}