/*   paint/    page style      */

.top_para{
	text-align : left;
	margin-left : 25px;
}
.table_label{
	width : 120px;
}
.titlerow	{
	font-size: 95%;
	font-family: Garamond ,Serif;
	background: white;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	width:58px;
}
.oddrow	{
	font-size: 95%;
	background: #687AB4;
	text-align: center;
}
.evenrow	{
	font-size: 95%;
	background: white;
	text-align: center;
}
.oddcolumntitle	{
	font-size: 90%;
	background: #687AB4;
	text-align: left;
	font-weight: bold;
}
.evencolumntitle	{
	font-size: 90%;
	background: white;
	text-align: left;
	font-weight: bold;
}
.small	{
	font-size:70%;
	font-weight: bold;
}
.align_bottom	{
	vertical-align:bottom;	
}
.align_left	{
	float:left;	
}
.align_right	{
	float:right;	
}
.picture	{
	padding:5px;	
}

@media only screen and (max-device-width: 768px) {
	.oddcolumntitle, .evencolumntitle	{
		font-size: 70%;
	}
	.table_label{
		width : auto;
	}
	.top_para{
		margin-left : 0px;
	}
	img	{
		max-width:100%;
		width:auto;
		height:auto;	
	}
	.align_left, .align_right	{
		float:none;	
		display:block;
	}

}