.messagetable {
	border: 2px solid #000000;
	background-color: #CCCCCC;
	width: 300px;
	background-position: center center;
	background-image: url(dotw.png);
	background-repeat: repeat;
}

.messagetable a:link {
	color: #0000FF;
	text-decoration: underline;
}
.messagetable a:visited {
	color: #0000FF;
	text-decoration: underline;
}
.messagetable a:hover {
	color: #990000;
	text-decoration: underline;
}
.messagetable a:active {
	color: #B02923;
	text-decoration: underline;
}

.tdheader
{
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;;
	padding: 2px;
	text-align: center;
	font-variant: small-caps;
	background-position: center center;
	background-image: url(dot.png);
	background-repeat: repeat;
}			
.alt-1
{
	color: #000000;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-bottom-width: thin;
    font-size: 8pt;
	font-weight: bold;
}

.date
{
	color: #666666;
	font-size: 8pt;
	font-style: italic;
}

.time
{
	color: #666666;
	font-size: 8pt;
	font-style: italic;
}

.small
{
	font-weight: normal;
    font-size: 8pt;

}