/*style document*/
body {
font: normal 10px arial, lucida, sans-serif; color: #555555; font-weight: none}
table {
font: normal 10px arial, lucida, sans-serif; color: #555555; font-weight: none}
td {
font: normal 10px arial, lucida, sans-serif; color: #555555; font-weight: none}
tr {
font: normal 10px arial, lucida, sans-serif; color: #555555; font-weight: none}

/*links stuff*/
a:link {
text-decoration: none; color: #5f6bb2;}
a:visited {
text-decoration: none; color: #5f6bb2;}
a:hover {
text-decoration: none; color: #ff9200;}

/*big text*/
.stylebig {font-size:14px;}

a:noborder {
border:none;}


/*black font*/
.black {
color:#000000}

.style8 {
color: #000000;
font-size: 14px;
font-weight: bold;}

.style11 {	color: #999999;
	font-size: 14px;
	font-weight: bold;}

/*background alighnments*/
body.bg {
background:url(bg.gif);
background-repeat:repeat-x;
background-color:#ffffff;}

td.backone {
background-image:url(hairpolice_bg.gif);
background-position:top left;
background-repeat:no-repeat;}
td.backtwo {
background-image:url(hairpolice_bg_main.gif);
background-position:top left;
background-repeat:no-repeat;}

/*roll-over opacity for images*/
a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.5; 
opacity: 0.5;
-khtml-opacity: 0.5;}
a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; }

a.linkopacity2 img {
filter:alpha(opacity=40);
-moz-opacity: 0.4; 
opacity: 0.4;
-khtml-opacity: 0.4;}
a.linkopacity2:hover img {
filter:alpha(opacity=90);   
-moz-opacity: 0.9;   
opacity: 0.9;
-khtml-opacity: 0.9; }

a.linkopacity3 img {
filter:alpha(opacity=40);
-moz-opacity: 0.4; 
opacity: 0.4;
-khtml-opacity: 0.4;}
a.linkopacity3:hover img {
filter:alpha(opacity=80);   
-moz-opacity: 0.8;   
opacity: 0.8;
-khtml-opacity: 0.8; }