@charset "utf-8";
/* CSS Document */
    .MyMenu{
		position: static;
		background: url(img/menur_bg.png) repeat-x; /*tab background image path*/
		font-family: Verdana, Geneva, sans-serif;
		height: 32px;
		list-style: none;
		/*padding: 0 0 0 0px;*/
		/*margin: 0 0 0 0px;*/
	}
/* ------------------------------------------------------------------------------------------------------ */
	.MyMenu li{
		float:left;
	}
/* ------------------------------------------------------------------------------------------------------ */
	.MyMenu li a{
		float: none;		
		display: block;
		padding:0 0 0 15px; /*Padding to accomodate left tab image. Do not change*/
		color: #FC3;
		text-decoration: none;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		font-weight: bold;
		height: 32px;
		line-height: 32px;
		text-align: center;
		cursor: pointer;	
	}
/* ------------------------------------------------------------------------------------------------------ */
	.MyMenu li a b{
		float: left;
		display: block;
		padding: 0 1px 0 0px; /*Padding of menu items*/
	}
/* ------------------------------------------------------------------------------------------------------ */
	.MyMenu li.current a, .MyMenu li a:hover{
		color: #FFF;
		/*background: url(img/menur_hover_left.png) no-repeat; left tab image path*/
		background-position: center  ;
	}
/* ------------------------------------------------------------------------------------------------------ */
	.MyMenu li.current a b, .MyMenu li a:hover b{
		color: #0F0;
		/*background: url(img/menur_hover_right.png) no-repeat right top; right tab image path*/
	}
/* ------------------------------------------------------------------------------------------------------ */
	object				{outline:none}
	.style_ba 			{border: 1pt solid #996600;}
	.style_bu 			{border-bottom: solid 1px #996600; border-left: solid 1px #996600; border-right: solid 1px #996600; }
	.style_bt 			{border-top: solid 1px #996600;}
/* ------------------------------------------------------------------------------------------------------ */

	.style1 			{color: #FFCC00; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
	.style4 			{font-family: Arial, Helvetica, sans-serif; font-weight:normal font-size: 14px; color: #070444; line-height: 30px; font-weight: normal; font-size: 14px;}

	.style77    		{text-decoration: underline; color: #FF0; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
	.style77 a:link 	{text-decoration: underline; color: #FF0;}
	.style77 a:visited 	{text-decoration: underline; color: #66F;}
	.style77 a:hover   	{text-decoration: underline; color: #0F0;}
	.style77 a:active 	{text-decoration: none; color: #FF0;}
	
	.style115 			{color: #FF9; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-align:justify; line-height:20px; margin:10px }
	.style116 			{color: #FFFFFF; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal;  text-align:justify; line-height:17px; margin:15px  }
	
	.style123 			{color: #FC0; 	 font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; }
	.style124 			{color: #FC0; 	 font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
	.style125 			{color: #FFFFFF; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; }
	.style126 			{color: #FFFFFF; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
	.style127 			{color: #FFCC00; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; }
	.style128 			{color: #FFCC00; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
	.style129 			{color: #FFFFFF; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; }
	.style130 			{color: #FFFFFF; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
	.style131 			{color: #FFFFFF; font-weight: bold; font-style: italic; font-size: small; }
	.style132 			{color: #FFFFFF; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: small; font-weight: bolder; }

	.style11 			{color: #070444; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold;}
	.style33 			{color: #990000; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
	.style44			{color: #990066; font-weight: bold; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px;}
    
