/*  VLCG CSS Styles for Print */

body {
	color: #000000;
	background-color: #ffffff;
		
}

/* Universal Class Styles */

.left {
	float: left;
	
}

.right {
	float: right;
	
}

.mar10 {
	margin: 10px 10px 10px 10px;

}

.hidden {
	display: none;
	
}

.middle {
	margin: 0 auto 0 auto;
	
}

/* Cancels div for screen users, because it's used only for handheld */
.no_mobile {
	display: none;

}

/* Cancels div for print users, because it's used only for screen */
.noprint {
	display:none;

}

.alternate {
	background-color:  #dddddd;
}

.tableheader {
	background-color:  #aaaaaa;
}

.headline {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

.screenframe {
	display: none;

}

.printframe {
	display: table;

}

.bold {
	font-weight: bold;

}

.s14px {
	font-size: 14px;

}

.clear {
	clear:both;

}

.center {
	text-align: center;

}
