.clear {clear:both;}
.hide {display: none;  white-space : nowrap;  visibility : hidden;}
.hide2 {display: none;}

.floatleft {float:left;}
.floatright {float:right;}

.gray {color:#919191;}

#maincontainerwrapper a, #maincontainerwrapper a:visited { text-decoration: none;color:#3e3e3e; }
#startcontainerwrapper a, #startcontainerwrapper a:visited { text-decoration: none;color:#3e3e3e; }

/* Float container*/
.fc:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
    margin-top: 20px;
    font-size: 10px;
}
