/* CSS Document */

/*
NOTE: DIVs use 'id' and TD and other HTML tags use 'class' to identify the style
*/

/* TABLE DATA FORMATTING */
td.info{
	padding: 10px 20px 2px 10px;
	color: #858585;
	font:normal 10px/13px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	align: left;
	text-align: justify;
	
}

h2.subtitle{
	color: #858585;
	font:bold 14px/14px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}
