/* Body style  */
body {
	background-color: #e8d200;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/* Font style */
.fontBlack {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
}

.fontBrown {
	color: #827133;
	font-family: Tahoma;
	font-size: 12px;
}

/* textBox style */

.login {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color: #ffdf6f;
	border: 1px solid #827133;
}

