body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    scrollbar-arrow-color:#375280;
    scrollbar-face-color:#ffffff;
    scrollbar-highlight-color:#375280;
    scrollbar-3dlight-color:#ffffff;
    scrollbar-shadow-color:#375280;
    scrollbar-darkshadow-color:#ffffff;
    scrollbar-track-color:#ffffff;
    }

.txtnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2F2F2F;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	}

.txtnormal:hover {
	color: #000000;
	text-decoration: underline;
	}

.fieldmessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #C2C2C2;
	}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #EEEEEE;
	text-align: center;
	border: 1px solid #C0C0C0;
	}

