/* CSS Document */
b, strong {
	font-weight: bold;
}
.alert {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.small {
	font-size: 10px;
	font-weight: normal;
}
img {
	border:none;
}
p {
	padding:0;
	margin:12px 0 12px 0;
}

