/*2.0 Creator Typography CSS*/
body {
	font-family: "Times New Roman", Times, serif;
}
.userComment p {
	font-size:11px;
}
#commentAddForm textarea {
	font-family:Arial, sans-serif;
	font-size:15px;
}
#commentAddForm input, #commentAddForm div.charLimitInfo {
	font-size:9px;
	letter-spacing:0.5px;
}
#commentButton {
	font-size: 19px;
}
.commentName {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
.commentDate, .commentTime, .commentAdmin, .commentAdmin a {
	font-size: 12px;
}

