body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.row1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #434343;
	background-color: #FFFFCC;
	display: block;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 3px;
	border: 1px solid #000000;
	text-decoration: none;
}
.row2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #434343;
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 3px;
	border: 1px solid #000000;
	text-decoration: none;
}
dd {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #000000;
}
option {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #000000;
}
select {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #000000;
}
textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #000000;
}
input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #0099FF;
	text-decoration: none;
}
.topMenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333300;
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #000000;
	text-decoration: none;
}
.headingText {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}

.borders1 {
	background-color: #FFFFCC;
	border: 1px solid #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
}