@charset "utf-8";
/* CSS Document */

body{
	background: #EBEBEB url(images/bodybg_line.jpg) top left repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	text-align:justify;
}
.search input{
	width: 185px;
	height: 18px;
	border: solid 1px #babdbe;
}

/*- Menu Tabs E--------------------------- */

    #tabsE {
      float:left;
      width:100%;
      line-height:normal;
	  font-size: 12px;
	  font-weight: bold;

      }
    #tabsE ul {
	margin:0;
	padding:0px 10px 0 0px;
	list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("tableftE.gif") no-repeat left top;
      margin:0;
      padding:0;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background: url(images/tabrightE.gif) no-repeat right top;
      padding:10px 15px 9px 15px;
      color:#FFF;
	  border-right: solid 1px #000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
	  border-right: solid 1px #000;
      }
    #tabsE a:hover {
      background-position:0% -34px;
      }
    #tabsE a:hover span {
      background-position:100% -34px;
      }  

	#tabsE #current a {
		background-position:0% -34px;
	}
	#tabsE #current a span {
		background-position:100% -34px;
	}
	/* menu complete */

#marqueecontainer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: 5B5B5B;
	text-decoration: none;
	position: relative;
	width: 240px; /*marquee width */
	height: 65px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 0px;
}	
	
	
.links_1{
	color: #3c87cc;
	text-decoration: none;
}
.links_1 a{
	color: #3c87cc;
	text-decoration: none;
}
.links_1 a:hover{
	color: #3c87cc;
	text-decoration: underline;
}
.green_title{
	font-size: 14px;
	font-weight: bold;
	border-bottom: dotted 1px #8dad00;
	color: #8dad00;
	padding-bottom: 3px;
}
.red_title{
	font-size: 14px;
	font-weight: bold;
	border-bottom: dotted 1px #c71a00;
	color: #c71a00;
	padding-bottom: 3px;
}
.orange_title{
	font-size: 14px;
	font-weight: bold;
	border-bottom: dotted 1px #d97d00;
	color: #d97d00;
	padding-bottom: 3px;
}

.title{
	color: #000;
	text-decoration: none;
	font-size:22px;
	font-weight: normal;
}

.title_1{
	color: #3c87cc;
	text-decoration: none;
	font-size:17px;
	font-weight: bold;
}
.title_2{
	color: #000;
	text-decoration: none;
	font-size:17px;
	font-weight: bold;
}
.title_3{
	color: #3c87cc;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
}
.title_3 a{
	color: #3c87cc;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
.title_3 a:hover{
	color: #3c87cc;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
	text-decoration: underline;
}

.bottom_menu{
color: #b4b4b4;
font-size: 12px;
text-decoration: none;
}
.bottom_menu a{
color: #3c87cc;
font-size: 12px;
text-decoration: none;
}
.bottom_menu a:hover{
color: #3c87cc;
font-size: 12px;
text-decoration: underline;
}

.footer{
color: #404040;
font-size: 11px;
line-height: 20px;
text-decoration: none;
}
.footer a{
color: #3c87cc;
font-size: 11px;
text-decoration: none;
}
.footer a:hover{
color: #3c87cc;
font-size: 11px;
text-decoration: underline;
}

.righttablinks{
	margin: 0px;
	padding: 0px;
	list-style:none;
	font-size: 11px;
	color: #5f5e5e;
	
}
.righttablinks ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
	font-size: 11px;
	line-height: 18px;
	color: #0351a2;
	
}
.righttablinks ul li{
	background: url(images/arrow_2.gif) 0px 5px no-repeat;
	padding-left: 10px;
	color: #5f5e5e;
}
.righttablinks ul li a{
	color: #0351a2;
	text-decoration: none;
}
.righttablinks ul li a:hover{
	color: #0351a2;
	text-decoration: underline;
}