body {
	 background-image: url(if/bg_body.gif);
	background-repeat: repeat-x;
	}


TD {
	font-size:12px;
	font-family:arial;
	}
	
.gray {
	color:#CCCCCC;
	}
	
	
.darkGray {
	color:#999999;
	}
	
	
.field {
	font-size:11px;
	font-family:Verdana;
	}
	
.error {
	font-size:11px;
	font-family:Verdana;
	color:#FF0000;
	font-weight:bold;
	}
	
	
.note {
	font-size:11px;
	font-family:Verdana;
	color:#0000FF;
	font-weight:bold;
	}
	
.active {
	font-size:11px;
	font-family:Verdana;
	color:#FF0000;
	}
	
	
.move {
	font-size:11px;
	font-family:Verdana;
	color:#999999;
	}
	
	
.delete {
	font-size:11px;
	font-family:Verdana;
	text-decoration:line-through;
	}
	
.success {
	font-size:11px;
	font-family:Verdana;
	color:#009900;
	font-weight:bold;
	}
	
.title {
	font-size:12px;
	font-family:Verdana;
	color:#c00;
	font-weight:bold;
	}
	
	
a {
	color: #c00;
	text-decoration: none;
	}	
