/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size:12px;

}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size:12px;


}

.headingtext {
	font-family: Verdana;
	font-style: normal;
   	font-weight: 100;
	font-size:10px;
	color:#4B4B4B;
	margin-bottom:2px;
	margin-top: 3px;
	margin-left: 4px;
	text-align:left;
}
.borderset {
	border-right:1px;
	border-right-style:solid;
	border-right-color:#757575;
	height:100%;
}
.commentborder {
	border-top:1px;
	border-top-style:solid;
	border-top-color:#D2D3D6;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#D2D3D6;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#D2D3D6;
	height:100%
}
.normalfont {
	font-family: Verdana;
	font-style: normal;
    font-weight: 100;
	font-size:10px;
	color:#757575;
}
.normaltext {
	font-family: Verdana;
	font-style: normal;
    font-weight: 100;
	font-size:10px;
	color:#757575;
	margin-left:5px;
	text-align:left;
	word-wrap: break-word;
}
.commenttext {
	font-family: Verdana, Arial;
	font-style: normal;
	font-size:10px;
	color:#757575;
	margin-bottom:2px;
	margin-left:5px;
	margin-top:5px;
	text-align:left;
	word-wrap: break-word;
}
.loginform {
	text-align:left;
	margin:0px;
	width:auto;
	border-width:0px;
	font-family: Verdana;
	font-style: normal;
    font-weight: 100;
	font-size:10px;
	color: #757575;
	background-color: transparent;
	vertical-align:middle;
}
.lform {
	text-align:left;
	margin:0px;
	width:auto;
	border-width:1px;
	font-family: Verdana;
	font-style: normal;
    font-weight: 100;
	font-size:10px;
	color: #757575;
	background-color: #E4E5E9;
	vertical-align:top;
}
/* links */
a {
	width:95%;
	font-family: Verdana;
	font-style: normal;
    font-weight: 100;
	font-size:10px;
	color:#000000;
	margin-bottom:2px;
	text-align:left;
	text-decoration:none;
}
a:hover {
	color:#FF9900;
}


form {
	margin:0px;
}
