#maintable {
	border: thick solid #000000;
	background-color: #FF9933;

}

#navtable {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF9933;
	font-variant: normal;
	text-decoration: none;

}

#footertext {
	font-weight: bold;
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;


}
body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #FF9933;
}
.linkshow {
	color: #0000FF;
	text-decoration: underline;
}
.txtborder {
	border: thin solid #000000;
	padding: 3px;
	background-color: #FFFFFF;


}
.devlink {
	font-size: small;
	font-style: normal;

}
.textbox {
	text-align: justify;
	padding: 2%;
	overflow: auto;
	height: 362px;
}

