body 			{ 
				margin-top: 10px; 
				margin-bottom: 0px; 
				margin-left: 0px; 
				margin-right: 0px; 
				background:	#FFFFCC;
				}
td				{ 
				font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
				font-size: 12px;
				}
td.hld_left		{
				text-align: left;
				background: #FFFFFF;
				border-left: 2px solid #000000;
				}
td.hld_right	{
				text-align: left;
				background: #FFFFFF;
				border-right: 2px solid #000000;
				}
td.gen_txt		{
				text-align: left;
				font-size: 12px;
				background: #FFFFFF;
				color: #000000;
				border-left: 2px solid #000000;
				padding: 0px 5px 0px 5px;
				}
td.gen_txt h1	{
				text-align: center;
				color: #990000;
				font-size: 24px;
				}
td.gen_txt h2	{
				text-align: left;
				color: #990000;
				font-size: 18px;
				}
td.gen_txt h3	{
				text-align: left;
				color: #990000;
				font-size: 14px;
				}
td.gen_txt h4	{
				text-align: center;
				color: #000000;
				}
td.gen_txt a	{
				color: #990000;
				text-decoration:none;
				font-weight:bold;
				}
td.gen_txt a:hover	
				{
				color: #990000;
				text-decoration: underline;
				}
td.gen_con_frmn		{
					background: #FFFFFF;
					color: #000000;
					text-align: left;
					padding: 6px;
					}
td.gen_con_frmf		{
					background: #FFFFFF;
					color: #000000;
					text-align: left;
					}
					
/*MENU START*/
 #menu {
    padding: 5px 30px;
    margin: 0 8px;
    #height: 26px;
    min-height: 26px;
    line-height: 26px;    
 }
 #menu li {  
    list-style: none;
    float: left;   
 }
 #menu li a {
    display: block;    
    padding: 0 10px;
    background: url(../img/mnu/link-border.png) no-repeat right;
    color: rgb(92,92,92);
    text-decoration: none;
	font-weight:bold;
 }
 #menu li.non-image a {
    background: transparent;
 }
 #menu li a:hover {
    color: rgb(147,38,38);
    text-decoration: underline;
	font-weight:bold;
 }
 
/*MENU END*/