/* Styles that affect the text tile */

div {-moz-box-sizing:border-box;box-sizing:border-box;}

#texttile_container{
	width: 120px;
	margin: auto;
	background-color: #b4cad5;
	border: 1px solid #000;
	font-family: verdana;
	font-size: 11px;
	font-color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}


#texttile_container h1{font-size: 13px; font-weight: bold; padding: 0px; margin: 0px; border-bottom: 1px dashed #000; padding-bottom: 5px; text-align:center;}
	#texttile_container h1 a {color: #2c5972; font-weight: bold; font-size: 13px; text-decoration: none;}

#texttile_container p{padding: 3px; text-align: left; color: #000; line-height: 15px; text-align: center; font-size: 12px;}
 
#texttile_container p a{text-decoration: none; color: #2c5972; font-weight: bold;}