body {
	margin: 0 0 0 0px;
	background-image:url(../site_images/new_01.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	color:#644b4b;
	font-family:Tahoma;
}
a {
	color:#644b4b;
	text-decoration:none;
	cursor:pointer;
}
a:link{
	color:#644b4b;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color:#fa9a02;
	text-decoration:none;
	cursor:pointer;
}
.maintable{
	margin-left:3px;
}
.cats{
	font-weight:600;
}
.file_container{
	margin-top:5px;
}
.container{
	padding-top:5px;
}
.span_from{
	padding-top:2px;
	display: inline-block; 
	width:420px;
}
.sent_to{
	padding-top:2px;
	display: inline-block; 
	width:150px;
	font-weight:600;
}
.topmenu{
	line-height:16px;
	padding-bottom:2px;	
	border-bottom: 1px solid #644b4b;
	display: inline-block; 
	width:130px;
}
.errorbox{
	background:url(../site_images/new_27.jpg);
	background-repeat:repeat-x;
	height:30px;
	padding-top:4px;
	border: 1px dashed #644b4b;
	text-align: center;
	font-weight:bold;
}
/* Styles used for the Info Popup Box*/
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
}