body {
	margin: 0px;
}
.welcome {
	font-family: "Tahoma";
	font-size: 18px;
	font-weight: bold;
	color: #003060;
	padding-top: 10px;
}
.textbox {
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #003060;
}
.topNavigation {
	background-image: url(../images/navBG.jpg);
	background-repeat: repeat-x;
	height: 41px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003060;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #003060;
}
.pageHeading {
	font-family: "Tahoma";
	font-size: 18px;
	font-weight: bold;
	color: #003060;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
}
.formData {
	background-color: #efefef;
	font-family: Tahoma;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding: 5px;
}
.text {
	font-family: "Tahoma";
	font-size: 12px;
}
.h1 {
	font-family: "Tahoma";
	font-size: 16px;
	font-weight: bold;
	color: #3f7e00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003060;
	padding-left: 5px;
}

.h2 {
	font-family: "Tahoma";
	font-size: 14px;
	font-weight: bold;
	color: #025466;  
	padding-left: 5px;
}

select {
	font-family: "Tahoma";
	font-size: 12px;
}
.button {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003060;
	height: 24px;
	border: 1px;
}
.highlight {
	font-family: "Tahoma";
	font-size: 12px;
	background-color: #E6F2FF;
	border: 1px dotted #003060;	
	padding: 5px;
}
.footer {
	font-family: "Tahoma";
	font-size: 10px;
	background-color: #E6F2FF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003060;
	height: 26px;
}

