
div, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	direction: ltr;
}
body {
	background-color: #F9F9F9;
	color: #000000;
	overflow:hidden;
}
input, textarea {
	font-family:Arial, Arial Unicode, Lucida, Verdana; 
    font-size: 12px;
}
a.normlink:link, a.normlink:visited, a.normlink:active {
	color: #333399;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 0.05em;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a.normlink:hover {
	color: #333399;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 0.05em;
	border-bottom-style: solid;
	border-bottom-color: #333399;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.headingusers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.smallusers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CBCBCB;
}
.message {
	font-family: Arial, Arial Unicode, Lucida, Verdana;
	font-size: 12px;
}
a.message:link, a.message:visited, a.message:active {
	color: #333399;
	text-decoration: none;
	font-family: Arial, Arial Unicode, Lucida, Verdana;
	font-size: 12px;
	border-bottom-width: 0.05em;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a.message:hover {
	color: #333399;
	text-decoration: none;
	font-family: Arial, Arial Unicode, Lucida, Verdana;
	font-size: 12px;
	border-bottom-width: 0.05em;
	border-bottom-style: solid;
	border-bottom-color: #333399;
}
a.tooltip {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 100;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 0.05em;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
a.tooltip:hover {
	z-index: 150;
	background-color: #FFFFFF;
}
a.tooltip span {
	display: none
}
a.tooltip:hover span {
    display: block;
    position: absolute;
    top: 15px;
	left: -100px;
	width: 175px;
	padding: 5px;
	margin: 10px;
    border: 1px dashed #339;
    background-color: #E8EAFC;
	color: #000000;
    text-align: center
}
.box {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFF77;
	background-color: #FFFFCC;
	margin-top: 10px;
}
