/*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;}


/*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;}

/*background alighnments*/
body.gray {
background:url(graybg.gif);
background-repeat:repeat-x;
background-color:#c9c9c9;}

body.bg2 {
background:url(bg2.gif);
background-repeat:repeat-x;
background-color:#ffffff;}

td.backone {
background-repeat:no-repeat;
background-position:top right;}
td.backtwo {
background-repeat:no-repeat;}

/*roll-over opacity for images*/
a.linkopacity img {
filter:alpha(opacity=10);
-moz-opacity: 0.1; 
opacity: 0.1;
-khtml-opacity: 0.1;}
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=100);
-moz-opacity: 1.0; 
opacity: 1.0;
-khtml-opacity: 1.0;}
a.linkopacity3:hover img {
filter:alpha(opacity=80);   
-moz-opacity: 0.8;   
opacity: 0.8;
-khtml-opacity: 0.8; }

/*gray boxes*/
td.opacityten {
background-color:#b7bac7;
filter:alpha(opacity=80);
opacity:0.8;}
