body	{
            background: url(../images/1px.png) repeat-x #533b10;
        }

td   	{
			font-size:10pt;
			color:#f6f8b2;
		}

.texttitle		{
			font-size:13px;
			color:#f7c013;
			font-weight: bold;
		}

.texttitle2		{
			font-size:13px;
			color:#f7c013;
			/*font-weight: bold;  */
		}

.footer		{
			font-size:10pt;
	        color: #000000;
			text-align:center;
            /*padding: 0px 2px 0px 12px;     */

      }

.menu_special:link {
			font-size:13px;
			color:#f7c013;
			font-weight: bold;
			text-decoration: none
		}
.menu_special:visited {
			font-size:13px;
			color:#f7c013;
			font-weight: bold;
			text-decoration: none
		}
.menu_special:active {
			font-size:13px;
			color:#f7c013;
			font-weight: bold;
			text-decoration:none;
		}
.menu_special:hover {
			color: #f6f8b2;
			text-decoration:none;
		}


.menu_special2:link {
			font-size:13px;
			color:#f7c013;
			text-decoration: none
		}
.menu_special2:visited {
			font-size:13px;
			color:#f7c013;
			text-decoration: none
		}
.menu_special2:active {
			font-size:13px;
			color:#f7c013;
			text-decoration:none;
		}
.menu_special2:hover {
			color: #f6f8b2;
			text-decoration:none;
		}

.mytable {
			padding: 0px;
			border: none;
			border: 1px solid #d9ac1d;
		}
.mytable td {
			font-size: 12px;
			border: 1px solid #d9ac1d;
			/*background-color: #533b10;*/
			vertical-align: middle; padding: 4px;
		}

