@charset "utf-8";
body {
	background-color: #000000;
}

/* CSS Document */

.brd1 {
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FE7700;
	border-left-color: #FE7700;
                background-color: #444444;
	background-image: url(Samples/gallery1/images/bg_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FE7700;
	text-decoration: none;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.txt3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.brd2 {
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FE7700;
	border-left-color: #FE7700;
	background-color: #444444;
}
.brd3 {
	border: 0px solid #FE7700;
}

.brd4 {
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FE7700;
	border-left-color: #FE7700;
	background-color: #000000;
	background-image: url(Samples/gallery1/images/bg_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

a:link {
	text-decoration: none;
                color: #FFFFFF;
        
}
a:visited {
	text-decoration: none;
        color: #C0C0C0;
        
}

a:hover {
	text-decoration: none;
        color: #FFFF66;
        
}
