/* RESTYLIZED ELEMENTS */
html {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	color: #222222;
	font-size: 100%; /* IE hack */

	background: url('../webapp/images/layout/bg-grad-line.gif') repeat-x top;
}

body {
	margin: 0;
	padding: 0;
	font-size: .70em;
	line-height: 1.8em;

	background: url('../webapp/images/layout/bg-footer.gif') repeat-x bottom;

}

address {
	font-style: normal;
}


a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #b22e2e;
}

a:hover {
	text-decoration: none;
}

acronym {
	cursor: help;
	font-weight: bold;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.float-right {
	float: right;
	position: relative;
}

.submit-input {
	width: 67px;
	height: 21px;

}

.red {
	color: #b22e2e;
}

.bold {
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	padding: 0;
	margin: 0;
	border: 0;
}

h3 {
	font-size: 120%;
	margin: 0;
	float: left;
}

h2 {
	padding: .2em .7em .1em .2em;
	font-size: 110%;
	font-family: "Trebuchet MS", "Arial CE", Arial, Helvetica, serif;

	margin: 0;
	margin-bottom: .3em;
	text-transform: uppercase;
	background-image: url('../webapp/images/layout/bg-dotted-square.gif');
	text-align: right;

	_height: 10px;
}

h4 {
	font-size: 110%;
	color: #b22e2e;
	margin: 0;	
	padding: .5em 0;
}

hr {
	display: none;
}

hr.visible {
	display: block;
	border: none;
	border-top: 1px solid #eaeaea;
}

.hr {
	background-image: url('../webapp/images/layout/dot.gif');
	background-position: top;
	background-repeat: repeat-x;
}

img {
	border: none;
	
}

p {
	text-indent: 2em;

	padding-bottom: 0;
}

table {
	padding-top: .5em;
	width: 100%;
}

table td {
	padding-top: .1em;
	padding-bottom: .1em;
}

table .text {
	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;
}
