/* RESTYLIZED ELEMENTS */
html {
	font-family: "Arial CE", Helvetica, Arial, sans-serif;

	color: #346a99;

	font-size: 100%; /* IE hack */
}

body {
	margin: 0;
	padding: 0;
	font-size: .80em;

	background-color: #ffffff;

	background-image: url('../webapp/images/layout/bg-line2.gif');
	background-repeat: repeat-x;
	background-position: top;
}


a, a:link, a:visited, a:active {
	text-decoration: none;
	color : #ffffff;
	font-weight : bold;
}

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

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

b {
	font-weight: normal;
	font-style: oblique;
	text-transform: lowercase;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

h1 {
	/*font-size: 3.0em;*/
	font-size: 2.4em;
	padding: 0;
	margin:0;
	font-weight : bolder;
	/*color:#66ccff;*/
	color:#DDDDDD;
	letter-spacing : 2px;
	font-style : normal;

}

h1 a img {
	border: none;
}

h2 {
	font-weight:bold;
        font-family: "trebuchet MS",verdana, geneva, arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	color : #1E0F46;
	margin-top : -5px;
	background-color : #f9f9f9;	
}

h3 {
	font-size: .85em;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 5px;
	margin-top: 2px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: .2em 0 .2em 0;
	padding-left: 20px;
	margin-left: 0px;
	position: relative;
	z-index: 2;
	background-image : url(../webapp/images/menu/bg_ul.jpg);
	background-repeat : repeat-y;
}
/*
.textured-bg {
	background-image: url('../webapp/images/layout/bg-h3.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;

	position: relative;
	z-index: 1;
}
*/
label {
	font-size: .90em;
	padding: .2em;
	position: relative;
	width: 100%;
	color: #427fab;
}

p {
	margin-top: 0;

	text-indent: 2em;

}

ul {
	list-style-type: none;
	margin: 0 10px 0 10px;

	padding: 0;
}

.textfield {
	width: 95%;
	margin: .2em;
}

.textfield-80 {
	width: 80%;
	margin: .2em;
}

.button-padding {
	padding: 4px;
	float: right;
}

.button {
	border: 0px solid #ffffff;

	background-image: url('../webapp/images/buttons/button.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #427fab;

	/*color: none;*/
	width: 18px;
	height: 14px;
	
	cursor: pointer;

	font-size: 0%;
}