body,td,div,.p,a, input {font-family: verdana,sans-serif;  font-size: x-small; }

.alink
{
	font-weight: bold;
	text-decoration: none;
	color: #CCFFFF;
}

.blink
{
	text-decoration: none;
	color: #666666;
}

.clink
{
	text-decoration: none;
	color: #666666;
	font-size: xx-small;
}

.mh
{
	font-weight: bold;
	color: #FFFFFF;
}

.alink:hover, .blink:hover, .clink:hover
{
	text-decoration: underline;
}

.btn
{
	cursor : pointer;
	border : 1px #FFFFFF outset;
	color : #CCFFFF;
	background-color : #417AC7;
	font-family: verdana,sans-serif;
	font-size : xx-small;
	font-weight : bold;
}

.CommentTable
{
	width: 500px;
	border: 1px solid #C7C7C7;
	margin-bottom: 10px;
}

.CommentHeader
{
	border-bottom: 1px solid #C7C7C7;
	padding: 5px;
	color: #666666;
}

.CommentHeader A
{
	text-decoration: none;
	color: #417AC7;
}

.CommentHeader A:hover
{
	text-decoration: underline;
	color: #417AC7;
}

.CommentAuthor
{
	color: #417AC7;
	font-weight: bold;
}

.CommentDate
{
}

.CommentMessage
{
	padding: 5px;
	color: #666666;
}

.CommentMessage A
{
	text-decoration: none;
	color: #417AC7;
}

.CommentMessage A:hover
{
	text-decoration: underline;
	color: #417AC7;
}

.CommentReply
{
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	font-size: xx-small;
	border: 1px dashed #C7C7C7;
}

.CommentTo
{
	font-weight: bold;
	font-style: italic;
}