#body {
	margin : 0px 0px 0px 20px;
}
.tdborder {
	border : 1px solid black;
}
td {
 	font-size : 14px;
 	line-height : 150%
}
.title {
    color : white;
    background-color : #009999;
    padding : 5px;
}
.indent {
	margin : 0px 10px 0px 25px;
	font-size : 12px;
}
a {
	color : blue;
	text-decoration : none;
}
a:hover {
 	top : 1px;
	left : 1px;
	position : relative;
	background-color : #d6ebbe;
	text-decoration : none;
}
.dotline{
	border-bottom : 1px dashed black;
}
.atborder {
	border : 2px dotted red;
	padding : 5px 5px 5px 10px;
	margin : 5px 0px 5px 0px;
	background-color : #ffeeee;
}
.comment {
	margin-left : 30px;
}
#TB td {
    font-size : 12px;
}
.online {
	padding : 5px;
	font-size : 10px;
    color : #990099;
    background-color : #e8e8e8;
	text-align : center;
	line-height : 110%;
}
