body {
	margin: 0px;
}
.top-strip {
	background-image:url(../images/top-strip.gif);
	background-repeat: no-repeat;
	background-color: #4d738f;
}
.text {
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	text-decoration: none;
}
.textbold {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
	text-decoration: none;
}
.heading-1 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #0099CC;
	line-height: 18px;
	text-decoration: none;
}
.heading-2 {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #0099CC;
	line-height: 18px;
	text-decoration: none;
}
.welcome {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #00AAD5;
	line-height: 18px;
	text-decoration: none;
}
.copyright {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	line-height: 18px;
	text-decoration: none;
}
.textfield {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #cccccc;
	padding: 2px;
}
.mandatory {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	line-height: 18px;
	text-decoration: none;
}
.click-here {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #0066FF;
	line-height: 18px;
}
.click-here a:link {
	color: #0066FF;
	text-decoration: underline;
}
.click-here a:visited {
	color: #0066FF;
	text-decoration: underline;
}
.click-here a:hover {
	color: #CC3300;
	text-decoration: none;
}