/* CSS Document */
body {
	scrollbar-face-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #808080;
	scrollbar-highlight-color: #272727;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #333333;
	scrollbar-darkshadow-color: #808080;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
    background-image: url(back.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	margin-top: 0px;
    background-position-x: center;

}
table {
	font-size: 14px;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


a:link {
	color: #E60000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #E60000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr {
	color: #121212;
	width: 90%;
}

.style1
{  font-size: 14px;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #555555;
	border-bottom-color: #000000;
	border-left-color: #555555;
}

.style-phbdr
{   table
    border-width: thin;
	border:1px solid #121212;
    background: url(../graphics/PHOTO-BORDER.jpg);
    border-collapse: collapse;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.style-border
{ table
  background: #000000;
  background: #000000 url(../graphics/PHOTO-BLACK.jpg);
  width: 350px;
  border-collapse: collapse;
  margin-bottom: 3px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 3px;
}

