
/*-----------------------------------------------------------------------------------------------------------------*/
/* body's background */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	
}

td {
	font-size: 12px;
}

.ve-col-1,.ve-col-2,.ve-col-3,.ve-col-4,.ve-col-5,.ve-col-6,.ve-col-7,.ve-col-8,.ve-col-9,.ve-col-10,.ve-col-11,.ve-col-12{
	float:left;
}

.ve-col-1{
	width: 8.3333%;
}

.ve-col-2{
	width: 16.6667%;
}

.ve-col-3{
	width: 25%;
}

.ve-col-4{
	width: 33.3333%;
}

.ve-col-5{
	width: 41.6667%;
}

.ve-col-6{
	width: 50%;
}

.ve-col-7{
	width: 58.3333%;
}

.ve-col-8{
	width: 66.6667%;
}

.ve-col-9{
	width: 75%;
}

.ve-col-10{
	width: 83.3333%;
}

.ve-col-11{
	width: 91.6667%;
}

.ve-col-12{
	width: 100%;
}
