	body
		{
			/*font-family: 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;*/
			margin: 0;
			padding: 0;
			background-color: #ccc;
		}
		.titletext
		{
			font-family: verdana, arial, sans-serif;
			font-size: 17px;
			font-weight: bold;
			color: #fff;
		}
		.stdtext
		{
			font-family: verdana, arial, sans-serif;
			font-size: 12px;
			color: #555;
		}
		.smtext
		{
			font-family: verdana, arial, sans-serif;
			font-size: 10px;
			color: #fff;
		}
		.boldtext
		{
			font-family: verdana, arial, sans-serif;
			font-size: 12px;
			color: #555;
			font-weight: bold;
		}
		.itext
		{
			font-family: verdana, arial, sans-serif;
			font-size: 12px;
			color: #555;
			font-style: italic;
		}
		.ibtext
		{
			font-family: verdana, arial, sans-serif;
			font-size: 12px;
			color: #555;
			font-style: italic;
			font-weight: bold;
		}
		.stdtext_wh
		{
			font-family: verdana, arial, sans-serif;
			font-size: 12px;
			color: #fff;
		}
				
		.a_link:link { text-decoration: underline; color:#555 }
		.a_link:visited { text-decoration: underline; color:#555 }
		.a_link:hover { text-decoration: underline; color:#777 }

		.a_link_wh:link { text-decoration: underline; color:#fff }
		.a_link_wh:visited { text-decoration: underline; color:#fff }
		.a_link_wh:hover { text-decoration: underline; color:#fff }
		
		table 
		{ 
			width: 100%;
			/*height: 100%;*/
			empty-cells: show; 
			border-collapse: collapse;
			border-spacing: 1px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			table-layout: none;
			/*border:#ffffff 2px solid;*/
		}
		.tbl_pic
		{ 
			width: 150px;
		}
		.bdr_top
		{
			border-top:#ffffff 2px solid;
		}
		.bdr_bot
		{
			border-bottom:#ffffff 2px solid;
		}
		.bdr_lft
		{
			border-left:#ffffff 2px solid;
		}
		.bdr_rgt
		{
			border-right:#ffffff 2px solid;
		}
		.tr_1 {height: 90px;}
		.tr_1sm {height: 70px;}
		.tr_2 {height: 180px;}
		.tr_3 {height: 270px;}
		.tr_4 {height: 60px;}
		.td_lft {width: 230px;}
		.td_lft {width: 230px;}
		.td_ctr {width: 500px;}