

	
/* Generic Formatting
----------------------------------------------- */
  
.xsmall {
	font-size: 10px;
	} 
	
.small {
	font-size: 11px;
	}

.large {
	font-size: 13px;
	}

.red {
	color: #CC0000;
	font-style:italic;
	}

.green{
	color: #339900;
	font-style:italic;
	}
	
.orange {
	color:  #ff9933;
	}
	
.alignRight {
	text-align: right;		
	}