/*######## Common #########*/
	body{
		margin:0px;
		text-align:center;
		font-family:Verdana;
		font-size:11px;
		width:100%;
		background: fixed #fde6d6 url(http://cdn.exent.com/freeride_marketing/website/siteImages/channels/food/header/backgroundStripe.gif) top center;
	}

.center{
	margin-left:auto;
	margin-right:auto;	
}

.bold{
	font-weight:900;
}

.pointer{
	cursor:pointer;
}

.defaultMouse{
	cursor:default;
}

.clearSides{
	clear:both;
}

.black{
	color:#424242;
}

.mainColor{
	color:#990000;
}

.noSelection{ 
	-moz-user-select:none; 
} 