.splCont{
		display:none;
		padding:3px 5px;
}
.splCont_visible{
		padding:3px 5px;
}
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
.arrowgreen{
	width: 250px; /*width of menu*/
	border-style: none none none none;
	border-color: #d0dce9;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(img/arrowgreen.gif) 100% 0;
    height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}

.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #070060;
}

.arrowgreen li a:hover{
	color: #000000;
	background-position: 100% -32px;
}


.arrowgreen li a.selected{
	color: #800080;
	background-position: 100% -64px;
}

.submenu div {
    visibility: hidden;
}
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/

.bottom-line{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:black;
	font-style: italic;
}

.bottom-line-odd{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:black;
    background-color:#f5f5f5;
}

.red-style-text{
 color: red;
 font-weight: bold;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('img/bg_button_a.gif') no-repeat scroll top right;
    color: #000066;
    display: block;
    float: inherit;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button_big {
    background: transparent url('img/bg_button_b.gif') no-repeat scroll top right;
    color: #000066;
    display: block;
    float: inherit;
    height: 48px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button_big span {
    background: transparent url('img/bg_button_span_b.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 15px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000066;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button_big:active {
    background-position: bottom right;
    color: #000066;
    outline: none; /* hide dotted outline in Firefox */
}

a.button_big:active span {
    background-position: bottom left;
    padding: 16px 0 4px 18px; /* push text down 1px */
}

th{
  background-color:#999999;
  text-align:center;
  font-size:smaller;
}

.table_row_odd{
  background-color:#f5f5f5;
}

.table_column_odd{
  background-color:#f5f5f5;
}

.body-text{
  text-align:justify;
}

.header{
  background: url(img/header.jpg);
  background-repeat: no-repeat;
  background-position:top;
}

.runing-string {
  color:#000033;
  font-weight:bold;
  font-style:oblique;
  font-size:24px;
}

.logo-img {
  position:absolute; 
  left: 300px;
  top: -20px;
}

.home-img {
  position:absolute; 
  left: 970px;
  top: 253px;
}
.mail-img {
  position:absolute; 
  left: 1000px;
  top: 253px;
}
h4.back_ref{
  text-align:center; 
}
