/* -------------------------------------------------------------------------- */
/*                                                               HTML REDFINE */
/*
	scrollbar-3d-light-color:#996600;
	scrollbar-arrow-color:#cccccc;
	scrollbar-base-color:#006600;
	scrollbar-dark-shadow-color:#996600;
	scrollbar-face-color:#006600;
	scrollbar-highlight-color:#FAC700;
	scrollbar-track-color:#333333;
	scrollbar-shadow-color:#996600;
*/

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font-size: 1.6em;
	font-style: italic;
	color: #003300;
}
h2 {
	font-size: 1.5em;
	font-style: italic;
	color: #003300;
}
h3 {
	font-size: 1.4em;
	font-style: italic;
	color: #003300;
}
h4 {
	font-size: 1.3em;
	font-style: italic;
	color: #003300;
}
h5 {
	font-size: 1.3em;
	font-style: italic;
	color: #003300;
}
h6 {
	font-size: 1.2em;
	font-style: italic;
	color: #003300;
}

input, textarea {
	color: #FFCCFE;
	background-color: #004C01;
	border: 1px solid #FFFF99;
}

/* -------------------------------------------------------------------------- */
/*                                                                LAYOUT      */

.outline {
	border: 1px solid #CCCCCC;
	background-color: #A6FFA6;

}
.tableheader {
	background-color: #003300;
	color: #FFFF66;

}
/* -------------------------------------------------------------------------- */
/*                                                            TEXT FORMATTING */

.highlight {
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #996600;
}
.smaller {
	font-size: 11px;
}

/* -------------------------------------------------------------------------- */
/*                                                                LINK STYLE  */
a:link {
	color: #006633;
	text-decoration: underline;
}
a:visited {
	color: #002F17;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}

.tableheader a {
	color: #FFFFFF;
}
#footer {
	font-size: 12px;
	padding: 5px;
	margin: 5px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #996633;
	border-right-color: #996633;
	border-bottom-color: #996633;
	border-left-color: #996633;


}
.right-align {
	text-align: right;
	font-size: 9px;
}
p {
	font-size: 1em;

}
.text-block {
	margin: 5px 22px 10px;
	padding: 5px 22px 10px;
	text-align: justify;

}
