/* Stylesheet for CatView pages */

@import url("../mosessoft.css");

body 
{ font-size:10pt; 
  font-family:Tahoma; 
	color:black; 
	background: #eeeeee url("images/cat_bg.gif") 
}

a:hover {
  background-color: #ffcc77;
}

.img_ralign { float: right }

.row_notcatview { 
	background-color:#eeeeee;
	border-width:1px;
	border-style:dashed;
}
.row_catview { background-color:#f5f4dd }