body {
	background-color: #FFFFFF;
	margin: 0px;
}
td,div,table {
	color: #222222;
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
}
.Xtext1 {
	color: #222222;
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
}
a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	}
	a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	}
	a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.linkBottom {
	color: #222222;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	}
	.linkBottom:link {
	color: #222222;
	}
	.linkBottom:visited {
	color: #222222;
	}
	.linkBottom:hover {
	color: #000000;
	}
	.linkBottom:active {
	color: #222222;
}

.inputText {
	margin: 0px;
	color: #262626;
	background: url(images/form_BG.gif);
	border: 2px solid #FFFFFF;
	padding-left: 4px; 
	padding-top: 2px;
	font-family: Verdana;
	font-size: 10px;
}
.inputButton {
	margin: 0px;
	background-color: #F0F0F0;
	border: 2px solid #FBFBFB;
	border-right: 1px solid #C8C8C8;
	border-bottom: 2px solid #C8C8C8;
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}