.uppercase {
	text-transform: uppercase;
}
.nounderline {
	text-decoration: none;
}



.hidden {
	display: none;
}
.two_thirds{
	width: 66.6%;
}
.w60{
	width: 60%;
}
.half{
	width: 50%;
}
.w40{
	width: 40%;
}
.third{
	width: 33.3%;
}
.w30{
	width: 30%;
}
.quarter{
	width: 25%;
}
.relative{
	position: relative;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}