@charset "utf-8";
/* CSS Document */

/* Content Grid Control */

/* Column Widths */

div.gc-col-full {
	width:100%;
	}
	
div.gc-col-150 {		/* Companions gc-col-606 */
	width:150px;
	}
	
div.gc-col-200 {		/* Companions gc-col-556 */
	width:200px;
	}
	
div.gc-col-556 {		/* Companions gc-col-200 */
	width:556px;
	}
	
div.gc-col-606 {		/* Companions gc-col-150 */
	width:606px;
	}

/* Column Floating */

div.gc-col-both {
	clear:both;
	text-align:left;
	}

div.gc-col-left {
	clear:left;
	float:left;
	text-align:left;
	}
	
div.gc-col-right {
	clear:right;
	float:right;
	text-align:left;
	}
