/* RESTYLIZED ELEMENTS */
html {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #e8f2fa;
	font-size: 100%; /* IE hack */

}

body {
	margin: 0;
	padding: 0;
	font-size: .80em;
	line-height: 1.8em;
	background: url("../webapp/images/layout/bg-top.jpg") repeat-x;
	background-color: #010000;
}


a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #b0b0b0;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

acronym {
	cursor: help;
	font-weight: bold;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.button {
	border: 1px solid #000000;
	background-color: #fafafa;
	font-size: 95%;
	padding: 0px .3em 0px .3em;
	_padding: 0;
	cursor: pointer;
}

.button-like {
	border: 1px solid #000000;
	background-color: #fafafa;
	font-size: 95%;
	padding: 0px .3em 0px .3em;
	_padding: 0;
	cursor: pointer;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	padding: 0;
	margin: 0;
	border: 0;
}

h2 {
	color: #da943b;
	font-size: 140%;
	padding: .8em 0 .4em 0;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;

}

h3 {
	/* if background color, set IE hack height */
	color: #da943b;
	font-size: 110%;
	padding: .8em 0;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;

}

h4 {
	color: #da943b;
	font-size: 100%;
	padding: 1em 0 0 0 ;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
}

hr {
	display: none;
}

img {
	border: none;
	
}

p {
	text-indent: 2em;
	text-align: justify;

	padding-bottom: 0;

}

table {
	padding-top: .5em;
}

table td {
	padding-top: .1em;
	padding-bottom: .1em;
}

table .textfield {
	width: 143px;
	_width: 137px;

	border: 1px inset #ffffff;
}

table textarea {
	border: 1px inset #ffffff;
	width: 99%;
	overflow: hidden;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}