/* body */

body {
  background-color: #EFECEC;
/*  background-image: url('/images/bg.gif');
  background-position: left;
  background-repeat: y-repeat;
  background-attachment: fixed;*/
  font-family: Arial;
  font-size: 12px;
  color: #000000;
}

.topinput {
  font-family: Arial;
  font-size: 12px;
  color: #000000;
/*  border: 2px inset;*/
  width:60px;
}

/* Links */

a:link {
  color: #992C01;
  font-family: Arial;
  font-size: 12px;
  }
a:active {
  color: #992C01;
  font-family: Arial;
  font-size: 12px;
  }
a:visited {
  color: #992C01;
  font-family: Arial;
  font-size: 12px;
  }
a:hover {
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  }

a.smallref:link {
  color: #992C01;
  font-family: Arial;
  font-size: 10px;
  }
a.smallref:active {
  color: #992C01;
  font-family: Arial;
  font-size: 10px;
  }
a.smallref:visited {
  color: #992C01;
  font-family: Arial;
  font-size: 10px;
  }
a.smallref:hover {
  color: #000000;
  font-family: Arial;
  font-size: 10px;
  }

a.menu:link {
  color: #992c01;
  font-family: Arial;
  font-size: 12px;
  }
a.menu:active {
  color: #992c01;
  font-family: Arial;
  font-size: 12px;
  }
a.menu:visited {
  color: #992c01;
  font-family: Arial;
  font-size: 12px;
  }
a.menu:hover {
  color: #333333;
  font-family: Arial;
  font-size: 12px;
  }

a.amenu:link {
  color: #333333;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  }
a.amenu:active {
  color: #333333;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  }
a.amenu:visited {
  color: #333333;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  }
a.amenu:hover {
  color: #992C01;
  font-family: Arial;
  font-size: 12px;
  text-decoration: underline;
  }

.bbmenu{
  color: #666666;
  font-family: Arial;
  font-size: 11px;
}

a.bmenu:link {
  color: #666666;
  font-family: Arial;
  font-size: 12px;
  }
a.bmenu:active {
  color: #666666;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  }
a.bmenu:visited {
  color: #666666;
  font-family: Arial;
  font-size: 12px;
  }
a.bmenu:hover {
  color: #992C01;
  font-family: Arial;
  font-size: 12px;
  }           

a.black:link {
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  }
a.black:active {
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  }
a.black:visited {
  color: #666666;
  font-family: Arial;
  font-size: 12px;
  }
a.black:hover {
  color: #992C01;
  font-family: Arial;
  font-size: 12px;
  }           


/* TABLE, TD */

TD {
  font-color: #000000;
  font-family: Arial;
  font-weight: normal;
  font-size:12px;
  /*padding:0px;*/
}

TD.top {
  font-color: #000000;
  font-family: Arial;
  font-weight: normal;
  background:  #f6f6f6;
}

TD.right {
  background-image: url('/images/bgr.gif');
  background-position: left;
  background-repeat: repeat-y;
  vertical-align: top;
}

TD.right_1 {
  padding-left:50px;
  padding-top:30px;
  padding-bottom:20px;
  font-color: #000000;
  font-family: Arial;
  font-weight: normal;
  background-image: url('/images/bgrw.gif');
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: top;
}



TD.content {
  color: #000;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  padding-top: 0px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  text-align: justify;
  vertical-align: top;
  background:  #f6f6f6;
}

TD.news {
  color: #333;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  text-align: left;
  vertical-align: top;
  border-left:1px solid #f1f1f1;
  width: 220px;
}


TD.footer {
  color: #000000;
  font-family: arial,sans serif;
  font-weight: normal;
  font-size: 12px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
  vertical-align: middle;
}

TD.copy {
  color: #000;
  font-family: arial;
  font-weight: normal;
  font-size: 12px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  vertical-align: top;
}



/* DIV, SPAN */
DIV.content {
  color: #000000;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 15px;
  text-align: justify;
  vertical-align: top;
  background:  #f6f6f6;
}


DIV.search {
  padding-left: 5px;
  padding-top: 10px;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
}

DIV.lenn {
position: relative;
}

input.search {
  font-family: Arial;
  font-size: 11px;
  color: #000000;
  width: 100px;
}



/* OTHERS */

P.caption {
color: #992C01;
font-family: Arial, sans serif;
font-size: 18px;
font-weight: normal;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 10px;
margin: 0px;
}



P.smallcaption {
color: #333333;
font-family: Arial, sans serif;
font-size: 12px;
font-weight: bold;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 10px;
margin: 0px;
}


P {
color: #333;
font-family: arial;
font-size: 12px;
font-weight: normal;
padding-top: 0px;
padding-bottom: 10px;
margin: 0px;
}


UL.menu {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right:10px;
  color: #797469;
  font-family: sans serif;
  font-weight: normal;
  font-size: 12px;
}


LI.menu {
  margin-top: 2px;
  margin-left: 20px;
  padding-left: 0px;
  color: #797469;
  font-family: arial;
  font-weight: normal;
  font-size: 12px;
/*  list-style-image:url('/images/li1.gif');*/
  list-style-type:square;
}
select {
  font-family: arial;
  font-weight: normal;
  font-size: 12px;
}




#global_nav_container {
	position: absolute;
	top: 148px;
	left: 26px;
	width: 500px;
}

#global_nav {

	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

#global_nav td {
	border-bottom: solid 1px #ddd;
	height: 20px;
	text-align: center;	
}

#global_nav td.highlight {
	background-color: white;
	opacity: 0.7;
	border-bottom: none;	
}


.global_nav td a {
 text-decoration: none;	
}

.global_nav {
	border-collapse: collapse;
	padding: 8px;
	width: 100%;
}

.global_nav_l2 {
	display: none;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;	
	position: absolute;
}

.global_nav_l2 td {
	text-align: center;	
	background-color: white;
	opacity: 0.7;
	height: 20px;
}
.global_nav_l2 td.highlight a {
	color: black;
}

.global_nav_l2.visible {
	display: table;	
}