a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover  { text-decoration: none; color: #666; text-shadow: #ccc 0px 0px 4px; }
a:active  { text-decoration: none; color: #333; }
a:link:hover { text-decoration: none; color: #666; }
a:visited:hover { text-decoration: none; color: #666; }

body,table,tr,td,p,form,input,font { 
  font-family: lucida grande, arial, helvetica, sans-serif;
  font-size: 11px; 
}

body {
  color: #555555;
  background-color: #FFFFFF;
  margin: 20px 100px 20px 100px;
  background-image: url(imgz/bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}

b {
  color: #000000;
  font-weight: normal;
}

div {
 padding: 10px;
}

div.right {
	border-right: 1px solid gray;
} 

div.left {
	border-left: 1px solid gray;
}

div.top {
	border-top: 1px solid gray;
} 

div.bottom {
	border-bottom: 1px solid gray;
} 

div.cover {
	float: left;
}
	
div#divcpi {
	height: 230px;
	}
	
div#divta {
	height: 100px;
	}
	
div#divpws {
	height: 260px;
	}
	
div#divxm {
	height: 90px;
	}
	
div.links {
	text-align: justify;
}

div.review {
	padding: 10px; 
	width: 38%;
}

div.rleft { float: left; text-align: left; }
div.rright { float: right; text-align: right; }

span.black {
	color: black;
}

#cc-footer {
  text-align: center; 
  font-size: 8px; 
  margin-top: 20px; 
  color: #aaa; 
  letter-spacing: 2px;
}

#result {
  color: black;
}