
.SmallFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000
}

.Title {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial;
	font-size: 20px;
	color:#999999;
	background-color: #FFFFFF;
	padding-left:5px;
}
.Subject {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial;
	font-size: 15px;
	color:#000000;
}
.TableBorder {
	padding:5px;
	border: 1px solid #DDDDDD;
	background-color: #F8F8F8;
}
.HR {
	border: 1px inset #00FFFF;
}
.CommentText {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial;
	font-size: 13px;
	color:#000000;
}
.PostedText {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial;
	font-size: 11px;
	color:#CCCCCC;
}
.Input {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial;
	font-size: 15px;
	color:#FF0000;
	height: 25px;
	width: 98%;
	border: 1px solid #CCCCCC;
}
.InputComment {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial;
	font-size: 15px;
	color:#FF0000;
	height: 75px;
	width: 98%;
	border: 1px solid #CCCCCC;
	
}
.Button {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial;
	font-size: 25px;
	color:#000000;
	border: 4px solid #000000;
	background-color: #FFFFFF;
	height: 40px;
	width: 150px;
	padding-bottom: 10px;
	font-weight: bold;
}

