/* CSS Document */



img
{  border-style: none;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg6.gif);
	background-attachment: fixed;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF6699;
}
a:active {
	text-decoration: none;
	color: #FF6699u;
}

.Thumbs {
	background-color: #fff;
	border: 1px solid #BDB0BC;
	padding: 5px;
	margin-right: 10px;
}

.border1 {
	border: dotted thin #999999;
}
.border2 {
	border: thin solid #000000;
}


.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style2 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
.style3 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; }








