.normaltext {
	font-family: tahoma, arial;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
}
.greentext {
	font-family: tahoma, arial;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	color: #BEB79C;
}
.messagetext {
	font-family: tahoma, arial;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	color: #ff0000;
}
.browntext {
	font-family: tahoma, arial;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #660000;
}
.browntext a:link {
    color: #0066FF;
	text-decoration:none;
}

.browntext a:visited {
	color: #660000;
	text-decoration:none;
}

.browntext a:hover {
	color: #0E52B9;
	text-decoration:none;
}

.smalltext {
	font-family: tahoma, arial;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
.smalltext a:link {
	color: #333333;
	text-decoration:underline;
}
.smalltext a:visited {
	color: #333333;
	text-decoration:none;
}
.smalltext a:hover {
	color: #333333;
	text-decoration:none;
}
.textbox {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	white-space: normal;
	height: 18px;
	width: 162px;
	border: 1px solid #999999;
}
.textarea{
	font-family: tahoma, arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	white-space: normal;
	height: 100px;
	width: 300px;
	border: 1px solid #999999;
}
#contentbox1 {
		background-color:#FFFFFF;
		font-family:tahoma, arial;
		color:#4f4e4e;
		width:576px;
		height:350px;
		padding-left:0px;
		padding-right:10px;
		text-align:justify;
		overflow:scroll;
		scrollbar-3dlight-color:#dcdcdc; 
	    scrollbar-arrow-color:#ff9900; 
	    scrollbar-base-color:#FFFFFF; 
	    scrollbar-darkshadow-color:#FFFFFF; 
	    scrollbar-face-color:#EBEBEB;
	    scrollbar-highlight-color:#FFFFFF; 
	    scrollbar-shadow-color:#dcdcdc; 
		}
.listinghead{
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background:#666666;
	text-align:left;
}
.listingtd1{
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background:#ffffff;
	text-align:left;
}
.listingtd2{
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background:#E2E2E2;
	text-align:left;
}
.pscript{
	vertical-align:super;
	font-family: tahoma, arial;
	font-size: 9px;

}

