/* 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: #e8eff4;

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


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

#text-content a, #text-content a:link, #text-content a:visited, #text-content a:active {
	text-decoration: underline;
	color: #346a77;
}

a:hover {
	color: #ffffff;
}

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: 160%;
	padding: 0;
	margin:0;
}

h1 a img {
	border: none;
}

h2 {
	font-size: 135%;
	font-variant: small-caps;
}

h3 {
	font-size: .85em;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 5px;
	margin-top: 5px;

	background-image: url('../webapp/images/layout/list-double-dot.gif');
	background-repeat: no-repeat;
	background-position: center left;

	font-weight: normal;
	letter-spacing: 1px;

	padding: .4em 0 .4em 0;
	padding-left: 20px;
	margin-left: 5px;

	position: relative;
	z-index: 2;

}

#text-content #text h3 {
	font-size: .9em;
	color: #346a77;
	border-top: solid #eeeeee 1px;
}

.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%;
}

p {
	margin-top: 0;

	text-indent: 2em;

}

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

	padding: 0;
}

.textfield {
	width: 95%;
	border: 1px outset #ffffff;
	margin: .2em;

	background-image: url('../webapp/images/buttons/bg-textfiled-strip.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
}

.textfield-80 {
	width: 75%;
	border: 1px outset #ffffff;
	margin: .2em;

	background-image: url('../webapp/images/buttons/bg-textfiled-strip.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
}

.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%;
}

.head {
	/*background-color: #427fab;*/
	    background-color: #8ba4b7;
    	color: #FFFFFF;
}

.head td {
	padding:3px;
}


table{
	text-align: left;
}

#text a{
	color: #B5C8D6;
}
#text .head a, #text .head a:visited, #text .head a:active{
	color: #FFFFFF;
        font-weight: bold;
}
#text h3 {
        color: #69BEE3;
}
