body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}
.bluetext {
	font-family: Tahoma;
	font-size: 11px;
	color: #024faf;
	text-decoration: none;
}
.bluelink {
	font-family: Tahoma;
	font-size: 11px;
	color: #024faf;
	text-decoration: none;
}
.bluelink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.whitebold {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	line-height:16px;
	font-weight:bold;
	text-decoration: none;
}
.page_title {
	font-family: Tahoma; 
	font-size: 20px;
	color: #000099;
	text-decoration: none;
	}
.whitenormal {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.bottomlink {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.bottomlink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.copytext {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.textarea {
	border:1px solid #cccccc;
	width:200px;
	height:15px;
	}
.textareabig {
	border:1px solid #cccccc;
	width:200px;
	height:70px;
	}
.button {
	background-color: #004DB2;
	font-family: Tahoma;
	font-size:11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding:2px 8px 2px 8px;
	border:1px solid #FFFFFF;
	}
.button:hover {
	background-color: #333333;
	font-family: Tahoma;
	font-size:11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding:2px 8px 2px 8px;
	border:1px solid #FFFFFF;
	}