/* CSS Document */


/**** COMMON CLASSES ****/

.clearboth {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.size10 {
	font-size: 10px;
}

.size11 {
	font-size: 11px;
}

.size12 {
	font-size: 12px;
}

.size14 {
	font-size: 14px;
}

.size16 {
	font-size: 16px;
}

.size18 {
	font-size: 18px;
}

.size24 {
	font-size: 24px;
}

.center {
	text-align: center;
}

.red {
	color: red;
}

.left {
	float: left;
}

.right {
	float: right;
}

.marginright {
	margin-right: 10px;
}

.marginleft {
	margin-left: 10px;
}

.marginbottom {
	margin-bottom: 10px;
}

.nomargin {
	margin: 0px;
}

.border {
	border: 1px solid #333;
}

.padding2 {
	padding: 2px;
}

.bg_grey {
	background-color: #DEDEDE;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.margintop10 {
	margin-top: 10px;
}