/* start file */

/*.justify-left {
	text-align:left;	
}

.justify-right {
	text-align:right;	
}

.justify-center {
	text-align:center;	
}

.red {
	color:#800;	
}

.green {
	color:#080;	
}

.blue {
	color:#008;	
}

.lightgreen {
	color:#0c0;	
}

.lightred {
	color:#c00;	
}

.lightblue {
	color:#00c;	
}

.box {
	border:1px solid #888;
	width:90%;
	padding:10px;
	background-color:#ddd;	
}

.size12pt {
	font-size:12px;	
}

.size14pt {
	font-size:14px;	
}

.size16pt {
	font-size:16px;	
}

.size18pt {
	font-size:18px;	
}

.size10pt {
	font-size:10px;	
}*/

.align-left {
	text-align:left;	
}

.align-right {
	text-align:right;	
}

.align-center {
	text-align:center;	
}



table .table_thick_border {
	font-size:11px;
	border-top:2px solid #777;
	border-right:2px solid #777;	
}

table .table_thick_border td {
	padding:5px;
	border-bottom:2px solid #777;
	border-left:2px solid #777;	
}


/* end file */