@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";


/* bold styling */
.bolden {
font-weight:bold;
	}

/* this tag controls the display of the box */
div.thumbnail {
	width: 125px;
	height: 200px;
	float: left;
	margin: 20px 10px 30px 0px;
	padding: 10px;
	border-color:#999999;
	border-style:solid;
	border-width:thin;
}

/* Controls the big number */
div.thumbnail h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 18pt;
	text-decoration:none;
	color:#00549F;
	text-align:center;
}

/* Controls the small copy */
div.thumbnail p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 9pt;
	color:#CCCCCC;
	text-align:center;
}

