body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 10px;
}

a img{
	border: none;
}

.example{
	color: #999;
	font-size: 10px;
	text-decoration: italic;
}

.greyed{
	color: #999;
}
strong{
	font-weight: 900;
	font-weight: bold;
	font-size: 11px;
}

table{
	padding: 0px;
	background-color: #D8DFEA;
	border: 1px solid #627AAD;
	border-top: 0px;
	width: 300px;
}

.top{
 border-top: 1px solid #627AAD;	
}

.widthLimit{
	width: 250px;
	border: none;
}