body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FBFBFB;
}

.textLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.textfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
	font-weight: normal;
}

.textfootername {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	font-weight: bold;
	padding-left: 20px;
}

input {
	background-color: #FFFFFF;
	border: thin solid #666666;
}

textarea {
	border: thin solid #666666;
	background-color: #FFFFFF;
}

.mastertable {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.box { 
	border: #666666 thin solid; 
	background-color: #ffffff; 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formborders { 
	border: #666666 thin solid; 
	background-color: #EAEAEA; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: #01358F;
	font-weight: bold;
	}
a:visited {
	text-decoration: none;
	color: #01358F;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	color: #01358F;
	font-weight: bold;
	}
a:active {
	text-decoration: underline;
	color: #01358F;
	font-weight: bold;
	}
