/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
	vertical-align: top;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	vertical-align: top;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}


.boxesLogo {
			font:12px Helvetica;
			color: #000;
			text-align: center;
			border: 1px solid #cccccc;
			margin: 0px 0 20px 0;
			padding: 10px;
			background-color:#ffffff;
}

.boxes {
	font:12px Helvetica;
	color: #000;
	text-align: left;
	border: 1px solid #cccccc;
	margin: 0px 0 20px 0;
	padding: 10px;
	background-color:#ffffff;
	
	
	
}
.OutBox {
	border: 1px solid #cccccc;
	width: 960px;
	overflow:hidden;
	padding: 10px;
	background-color: #EFEFEF;
	margin: 0 auto;		
}
.boxesFooter {
	font:10px Helvetica;
	color: #000;
	text-align: left;
	border: 1px solid #cccccc;
	margin: 0px 0 20px 0;
	padding: 10px;
	background-color:#ffffff;
}
.bf1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	line-height: 16px;
}
.hf1 {

	font-family: MS Sans Serif, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 18px;
}
.ff1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	line-height: 12px;

}
.hf2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	background-color : transparent;
	text-transform: uppercase;
}
.bf2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	text-align: justify;
}
.ff2 {
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 11px;
	color: #666666;

}
