.center {text-align: center;}

.font
	{
	font-family:Calibri, "Calibri Light", Arial
}

.orange
	{background-color: yellow;
	opacity: 0.8;
	color: red;
	font-weight: bolder;
}

.green
	{background-color: greenyellow;
	opacity: 0.8;
	color: red;
	font-weight: bolder;
}

.border 
	{
	border: solid 2px black
	}

.td_width_onethird
	{
	width:33%
}

.table_hor_center
	{
	text-align: center;
}

.td_vertical_top
	{
	vertical-align: top;
}
	
	