html{
	height: 100%;
}

body {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	margin: 0px;
	background-image: url(images/bg.gif);
	background-color: #7c7689;
	background-repeat: repeat-x;
	color: #ea841a;
	height: 100%;
}

input.but{
	background-color: #ea841a;
	color: #ffffff;
	font-weight: bold;
	height: 24px;
	width: 140px;
	border: 0px solid #01174A;
}
input.txt100{
	background-color: #ffffff;
	border: 1px solid #ea841a;
	height: 18px;
	width: 100px;
	padding-left: 5px;
	font-size: 11px;
	margin-bottom: 10px;
}
input.txt200{
	background-color: #ffffff;
	border: 1px solid #ea841a;
	height: 18px;
	width: 200px;
	padding-left: 5px;
	font-size: 11px;
	margin-bottom: 10px;
}
textarea.txt200{
	background-color: #ffffff;
	border: 1px solid #ea841a;
	height: 100px;
	width: 200px;
	padding-left: 5px;
	font-size: 11px;
	margin-bottom: 10px;
}

td.nav{
	height: 33px;
	line-height: 33px;
	padding-left: 20px;
}

td {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	color: #7c7689;
}

p {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	color: #7c7689;
}

a {
	text-decoration: none;
	color: #ea841a;
}

a:hover {
	text-decoration: underline;
	color: #ea841a;
}

a.nav {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
}

a.nav:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #ea841a;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #7c7689;
	margin-top: 0;
	padding-top: 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #7c7689;
	margin-top: 0;
	padding-top: 0;
}

.footer {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 10px;
	font-weight: bolder;
	color: #999999;
	text-transform: uppercase;


}

.footerLink {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 10px;
	color: #000000;


}

.footerLink:hover {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;


}

li {
	list-style-type: square;
	padding-bottom: 5px;
}

.spacing {

	padding: 10px 0px 0px;
	margin: 0px;
}
