﻿body,td,th {
	font-family: Tahoma;
	font-size: 8pt;
	color: #555555;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000066;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.TextBox
{
	border: solid 1px #7f9db9;
	font-family: Tahoma;
	font-size: 8pt;
	background-color: #f3f9ff;
	height: 15px;
	padding-left: 4px; 
	padding-top: 3px;
}
.commentbox
{
    position: relative;
    background-color: #ececec;
    width: 98%;
    padding: 7px;
}

.commentfooter{
    background: url(../Images/arrow.gif) 20px 0 no-repeat; 
    padding-left: 60px;
    padding-top: 1px;
    margin-bottom: 5px;
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}
.CommentSender
{
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #006600;
    text-decoration: none;
    font-weight: bold;
}
.CommentDate
{
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #000000;
    font-style: italic;
}
.CommentTitle
{
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #000066;
    font-style: italic; 
}
