/* PRINCIPAL ELEMENTS */

body {
	background-color: #DDDDBA;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FF6600;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #FF6600;
	scrollbar-shadow-color: #FF6600;
	scrollbar-track-color: #CCCC99;
}

iframe {
	background-color: #FFFFFF;
	border: 1px solid #FF6600;
	color: #000000;
	font-size: 10pt;
}

p {
	font-size: 10pt;
	text-indent: 3em;
}

table {
	text-align: justify;
}

.bgbuttonnok {
	background-image: url("imgs/bg_buttonnok.gif");
	border: 1px solid #999999;
	color: #000000;
	font-size: 10pt;
}

.bgbuttonok {
	background-image: url("imgs/bg_buttonok.gif");
	border: 1px solid #999999;
	color: #000000;
	font-size: 10pt;
}

.bodyiframe {
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FF6600;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #FF6600;
	scrollbar-shadow-color: #FF6600;
	scrollbar-track-color: #CCCC99;
}

/* FORM ELEMENTS */
.input {
	background-image: url("imgs/bg_input.gif");
	border: 1px solid #999999;
	color: #000000;
	font-size: 10pt;
}

/* LINKZ ELEMENTS */
.link {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.linkcopy {
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: italic;
	text-decoration: none;
}

.linkcopy:hover {
	text-decoration: underline;
}

.linklocation {
	color: #0099FF;
	font-size: 9pt;
	text-decoration: none;
}

.linklocation:hover {
	text-decoration: underline;
}

.linklogin {
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.linklogin:hover {
	text-decoration: underline;
}

.linkmoreinfo {
	color: #EE9948;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
}

.linkmoreinfo:hover {
	text-decoration: underline;
}

.sitemap {
	color: #EE9948;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.sitemap:hover {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

.sitemap2 {
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
}

/* TEXTS ELEMENTS */
.text {
	font-size: 10pt;
}

.text1 {
	font-size: 9pt;
}

.text3 {
	color: #1a1a1a;
	font-size: 10pt;
}

.textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #000000;
	font-size: 10pt;
}

.textcopy {
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: italic;
}

.textformred {
	color: #FF0000;
	font-size: 9pt;
}

.textmemorial01 {
	font-size: 9pt;
	font-weight: bold;
}

.title {
	color: #0d89c9;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
}

.title2 {
	color: #0d89c9;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

/* POPUP HINT BOX STYLE */
#hintbox{
	background-color: #FFFFE0;
	border: 1px solid #000000;
	border-bottom: 3px solid #000000;
	border-right: 3px solid #000000;
	font-size: 11PX;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 3px;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 150px; /*Default width of hint.*/
	z-index: 100;
}
