/* CSS Document */



/*----------------- [Commons] ---------------------*/
/*-------------------------------------------------*/



a:link img            { border: none; }

a:link visited img    { border: none; }

a img                 { border-style: none; }

a                     { color: #C83A14; text-decoration: none; }

a:hover               { text-decoration: underline; }

form                  { margin: 0px; }

.left                 { float: left; }

.right                { float:right; }

ul                    { margin: 0; }

b                     { font-weight: bold; }

/*td                    { background-color: #fff; }*/



/*----------------- [General] ---------------------*/
/*-------------------------------------------------*/


body                    { font: normal 12px Arial, Helvetica, sans-serif; color: #ADB9C9; background: url(images/body_bg.gif) top left repeat; margin: 0; }

#wrapper                { width: 900px; height: auto; margin: 0 auto; background-color: #fff; }

/*----------------- [Header] ---------------------*/
/*-------------------------------------------------*/

.menuBG                 { height: 43px; background: url(images/menu_bg.gif) top left no-repeat; }

.middleLftTd            { background: url(images/middle_lft_bg.gif) top left repeat-y; }

/*.menuBox                   { width: auto; height: 31px; margin: 0 20px 0 20px; float: left; }

.menu                   { width: auto; height: 31px; background: url(images/menu_bg1.gif) top left no-repeat; padding-left: 15px; float: left; }

.menu a                 { font: bold 14px/2em Arial, Helvetica, sans-serif; color: #fff; text-decoration: none; background: url(images/menu_bg2.gif) top right no-repeat; float: left; padding-right: 15px;  } */

/*-----------------------------------------------menu----------------------------------*/
#tabsF {
      float:left;
      width: 100%;
	  margin: 0 20px 0 20px;
	  height: 31px;
	  display: inline;
      /*background:#efefef;*/
      /*font-size:93%;*/
	  /*border-bottom:1px solid #666;*/
}
#tabsF ul {
	width: auto;
	height: 31px;
	display: inline;
	/*padding:0 0 0 50px;*/
	list-style:none;
	float: left;
}
#tabsF li {
      display:inline;
	  width: auto;
	  height: 31px;
	  float: left;
}
#tabsF a {
      float:left;
      background:url(images/tableftF.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 6px;
      text-decoration:none;
	  color:#fff;
	  font: bold 14px Arial, Helvetica, sans-serif;
}
#tabsF a span {
      float:left;
      display:block;
	  height: 16px;
      background:url(images/tabrightF.gif) no-repeat right top;
      padding:9px 25px 6px 17px;
      color:#fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
/*#tabsF a span {float:none;}*/
/* End IE5-Mac hack */
#tabsF a:hover span {
      color:#000;
}
#tabsF a:hover {
      background-position:0% -31px;
}
#tabsF a:hover span {
      background-position:100% -31px;
}

#tabsF a.actLnk  span {
	  font: bold Arial, Helvetica, sans-serif; text-decoration: none; color: #000; float: left;
	
}
#tabsF a.actLnk   {
      background-position:0% -31px;
}
#tabsF a.actLnk span {
      background-position:100% -31px;
}

/*-------------------------------------------------------------------------------------------*/

/*----------------- [Middle Section] ---------------------*/
/*--------------------------------------------------------*/

.contents               { width: 572px; height: auto; background: url(images/content_box_top_img.jpg) top left no-repeat; padding-bottom: 50px; font: normal 13px/1.5em Arial, Helvetica, sans-serif; color: #333;  }

.contents h1            { font: normal 30px Arial, Helvetica, sans-serif; color: #C95404; margin: 0 20px 10px 20px; }

.contents p             { margin: 0 20px 10px 20px; } 

.nameHead               { font: bold 15px Arial, Helvetica, sans-serif; color: #BC4C00; font-style: italic; }


/*----------------- [Footer Section] ---------------------*/
/*--------------------------------------------------------*/

.footer                 { padding: 10px 0 10px 0; font: normal 11px Arial, Helvetica, sans-serif; color: #888; background: url(images/footer_bg.gif) top left repeat-x; }

.footer a                 { font: normal 11px Arial, Helvetica, sans-serif; color: #626262; text-decoration: none; padding: 0 10px 0 10px; }

.footer a:hover            { color: #C85D14; }
 
.footer span                 { font: normal 11px Arial, Helvetica, sans-serif; color: #C85D14; text-decoration: none; padding: 0 10px 0 10px; }

