body {  font-family: Arial, sans-serif; font-size: 83%; line-height: 1.2; color: #000; background-color: #A7A9FE; MARGIN: 0px 0px; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px;}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.hleft { text-align: left;}
.vcenter {  vertical-align: middle;}
.vtop {vertical-align: top;}
.hcenter { text-align: center; }
.hright {  text-align: right; }
.font-1 {  font-size: 80%; }
.font-2 { font-size: 70%; }
.font_arial { font-family: Arial, sans-serif; }


h3 {  font-size: 90%; font-weight: bold; } /* top navigation menu */
h4 {  font-size: 90%;}  /* section location */
h5 {  font-size: 16px; font-style: italic; color: #FF0000; text-align: left; margin-top: 0px; } /* red tittle in tables */

.deactive { display: none; }
.block { display: block; }

.blue {  color: #0000FF;}
.white { color: #FFFFFF;}
.yellow { color: yellow; }
.red {color: #FF0000;}
.black {
	color: #000000;
}
.grey01 {
	background-color: #909090;
}
.grey02 {
	background-color: #ADADAD;
}
.grey03 {
	background-color: #DFDFDF;
}

.back_blue {
	background-color: #A7A9FE;
}
.back_red {
  background-color: #FF0000;
}
.back_green {
  background-color: #00FF00;
}
.back_yellow {
	background-color: yellow;
}
.back_white {
	background-color: white;
}

.yellow_bolder {
	font-weight: bolder;
	color: #FFFF00;
}

.bold {	font-weight: bold; }

.border1 {  border: 1px #333333 solid; padding: 5px; background-color: #C4C4FF;} /* main page borders */
.border2 {  border: 1px #333333 solid; padding: 5px; background-color: white;} /* system reports pages borders */

.user { font-family: Arial, sans-serif; font-size: 90%; line-height: 1.0; color: #000; } /* user page font */

td.main { font-family: Arial, sans-serif; font-size: 83%; line-height: 1.2; color: #000; } /* main page table font */

.readonly { /* read only field in a form */
	background-color: #C4C4FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.bgcol_grey {  background-color: #CCCCCC; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px;} /* grey table background in Contact section */

#rightnav { position: absolute; top: 200px; left: 620px; width: 400px; padding: .5em 1em .5em 1em; border-left: 2px solid black; font-size: 90%; } /* right navigation menu */

#rightnav h2 {font-size: 110%; border-top: 1.5px solid blue; background-color: #0099FF; padding: .2em; text-indent: 0em; }
 
#rightnav table.star { font-size: 100%; }

#content { position: absolute; top: 200px; left: 3px; width: 600px; padding: .5em 1em .5em 1em;}
#content h2 {font-size: 100%; border-top: 1.5px solid red; background-color: #FFAAAA; padding: .2em; text-indent: 0em; }

h3 a:link {  color: #0000FF; text-decoration: underline}
h3 a:active {  color: #FF0000; text-decoration: none; background-color: #FFFFFF}
h3 a:visited { color: #0000FF; text-decoration: underline }
h3 a:hover { color: #0000FF; text-decoration: none; background-color: #FFFFFF }

