.menu {                      
	border:none;
	margin:0px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	width:942px;
	height:36px;
	background:transparent url(../images/public/main_menu_bg.jpg) bottom center no-repeat;
}

	.menu ul {
		list-style:none;
		margin:0;
		padding:0 0px 0 0px;
	}
	
	.menu li {
		line-height: 19px;
		vertical-align:baseline;
		float:left;
		padding:0px 0px 0px 0px;
	}
	
	.menu li a {
		color:#1D62B1;
		display:block;
		font-weight:bold;
		line-height:32px;
		padding:0 23px 0 23px;
		text-align:center;
		text-decoration:none;
		font-size: 11px;
	}
	
	.menu li a:hover {
		color:#F6362C;
		text-decoration:none;
		background: url(menu/images/menu-bg_hover.gif) top left repeat-x;
	}
	
	.menu li ul {
		border-top:1px solid #ffffff;
		border-left:1px solid #E2E2E2;
		border-right:1px solid #E2E2E2;
		border-bottom:1px solid #E2E2E2;
		display:none;
	height:auto;
		line-height:19px;
		position:absolute;
		width:270px;
		z-index:200;
	}
		
	.menu li li {
		display:block;
		float:none;
		padding:0px;
		margin:0;
	}
	
	.menu li ul a {
		display:block;
		font-size:11px;
		font-style:normal;
		font-weight:bold;
		padding:0px 20px 0px 20px;
		background: #f5f5f5;
		margin:0;
		text-align:left;
	}
		
	.menu li ul a:hover{
		background:#e2e2e2;
		color:#F6362C;
		opacity:1.0;
	}



html {
	font-family: Arial, Tahoma, Verdana;
	color: #494949;
	font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #f8f8f8;
	text-align:center;

}

.main_frame {
	width: 942px;
	margin: 0 auto;
	padding: 0 0 0 0;


	
	}
.main_frame2 {
	width: 920px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: #ffffff;

	
	}

.content_area
 {
	text-align: center;
	width: 920px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	height:100%;
        background: transparent url(../images/public/work_area_bg.jpg) left top repeat-x;
	
    }


td, th {
	text-align: justify;
	vertical-align: top;

}

h1 { 
	margin: 0 0 17px 35px;
	padding: 0;
	font-weight: bold;
	font-size: 15px; 
	text-align: left; 
	color:#F6362C;
}

h2 { 

	font-size: 13px;
	text-align: left;
	color:#494949;
	margin:0;
	padding:0;

}

h3 { 
	margin: 0 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 15px; 
	text-align: center; 
	color:#F6362C;
}
h4 { 
	margin: 0 0 10px 5px;
	padding: 0;
	font-weight: bold;
	font-size: 15px; 
	text-align: left; 
	color:#1D62B1;
}
h5 { 
	margin: 0 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 15px; 
	text-align: center; 
	color:#1D62B1;
}



p {
	margin: 8px 0;
	padding: 0;
	text-indent: 5px;
	text-align: justify;
	font-family: Tahoma;
	color: #494949;
	font-size: 12px;
	line-height: 16px;

}



ul {
	margin: 0;
	padding: 0 0 0 0px;
}

li {
	font-family: Tahoma;
	color: #494949;
	font-size: 12px;
	margin: 4px 0;
	list-style-type: none;
	/* background: transparent url(../images/public/li.jpg) left top no-repeat;*/
	padding: 0 0 0 22px;

}
.tab ul, .submenu ul {
		list-style:none;
		}

.tab li, .submenu li {
	list-style-type: none;

}

.no_margin ul {
	margin: 0;
	padding: 0 0 0 0px;
}

.no_margin li {
	font-family: Tahoma;
	color: #494949;
	font-size: 11px;
	margin: 4px 0;
	list-style-type: none;
	background: transparent url(../images/public/li.jpg) left center no-repeat;
	padding: 0 0 0 22px;
}


.done  ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.done li {
	margin: 6px 0;
	list-style-type: none;
	background: transparent url(../images/public/done.jpg) left top no-repeat;
	padding: 0 0 0 22px;
	vertical-align:top;
}

.rmb  ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.rmb li {
	margin: 6px 0;
	list-style-type: none;
	background: transparent url(../images/public/li.jpg) left top no-repeat;
	padding: 0 0 0 22px;
	vertical-align:top;
}


a:link {
	color: #1D62B1; decoration: underline;
}
a:visited {
	color: #1D62B1; decoration: underline;
}

a:active {
	color: #1D62B1; decoration: underline;
}
a:hover {
	color: #F6362C; decoration: none;
}

.small_size1 { 
	height: 10px; 
	font-size: 1px;
}

.small_size2 { 
	height: 5px; 
	font-size: 1px;
}


.clear {
	font-size: 0;
	clear: both;
	height: 0px;
	line-height: 0;
}

.clear_01 {
	font-size: 1px;
	clear: both;
	height: 15px;
	line-height: 0;
}


form {
	padding: 0;
	margin: 0;
}

.text_area
	{
	font-size: 12px;
	}
.text
	{
	font-size: 12px;
	}
.input_area {
	width: 178px;
}



/*  HEADER */
.header {
	height: 88px;


}

#header_lp {
	width: 200px;
	float: left;
	padding:0 10px 0 10px;
	margin:0 ;
}
#header_cp{
	width: 692px;
	float: left;
	margin: 0;
	padding:0 0px 0 20px;


}
#header_cp_lp{
	width: 452px;
	float: left;
	padding:0 0px 0 0;
	text-align: center;

}
#header_cp_rp{
	width: 240px;
	float: left;
	padding:0 0 0 0;

}


.logobox
{
	padding: 10px 0 0 10px;
}

.logo {
    background: transparent url(../images/public/trea_sitelogo.jpg) left top no-repeat;
    display: block;
    height: 49px;
    width:200px;
    text-decoration: none;

}
.slogan
{
	padding: 20px 0 0 0;
}
.icons
{
	text-align: left;
	padding: 10px 0 0 0;
	text-align:right;
}
.icons .home 
{
    background: transparent url(../images/public/home_icon.jpg) left top no-repeat;
    height: 12px;
    line-height: 12px;
    vertical-align: baseline;
    padding: 0 0 0 25px;
    text-decoration: none;
    font-size:10px; 	

}
.icons .contacts 
{
     background: transparent url(../images/public/contacts_icon.jpg) left top no-repeat;
    height: 12px;
    line-height: 12px;
    vertical-align: baseline;
    padding: 0 0 0 25px;
    text-decoration: none;
    font-size:10px; 	

}
.icons .sitemap
{
    background: transparent url(../images/public/sitemap_icon.jpg) left top no-repeat;
    height: 12px;
    line-height: 12px;
    vertical-align: baseline;
    padding: 0 0 0 25px;
    text-decoration: none;
    font-size:10px; 	

}
.icon_spacer a:
{
    background: transparent url(../images/public/icons_spacer.jpg) left top no-repeat;
    height: 12px;
    width: 2px;
    text-decoration: none;
    padding: 0 0 0 25px;
}

#online_order
{
	padding: 10px 0 0 53px;
}

#online_order .order_button {
    background: transparent url(../images/public/order_bg.jpg) left top no-repeat;
    display: block;
    height: 43px;
    line-height:40px;
    vertical-align:baseline;
    width:189px;
    text-decoration: none;
    color:#ffffff;
    font-size:15px;
    font-weight:bold;
	cursor: pointer;


}

#online_order .order_button :hover{
    background: transparent url(../images/public/order_bg_hover.jpg) left top no-repeat;
    display: block;
    height: 43px;
    width:189px;
	cursor: pointer;
    text-decoration: none;
    color:#ffffff;

}

/* END. header */




#left_part {
	width: 581px;
	margin:0 0 0 20px;
	float: left;
	text-align:justify;
	background: none;
}

#left_part .children_box{
	width: 180px;
	margin:0 0 0 0px;
	padding: 10px 0 0 0;
	float: left;
	text-align:center;
	height: 237px;
	background: transparent url(../images/public/4children_block.jpg) left top no-repeat;
}
#left_part .students_box{
	width: 180px;
	margin:0 0 0 19px;
	padding: 10px 0 0 0;
	float: left;
	text-align:center;
	height: 237px;
	background: transparent url(../images/public/4students_block.jpg) left top no-repeat;
}
#left_part .adults_box{
	width: 180px;
	margin:0 0 0 19px;
	padding: 10px 0 0 0;
	float: left;
	text-align:center;
	height: 237px;
	background: transparent url(../images/public/4adults_block.jpg) left top no-repeat;
}


#right_part {
	width: 266px;
	float: left;
	padding: 0 19px 0 19px;
	font-family: Arial;
	background: #ffffff;
	text-align:justify;
}



/* Footer */

                      
.footer {
	margin: 0 0 20px 0; 
	background: transparent url(../images/public/footer_bg.jpg) center top repeat-x;
	text-align: center;
	padding: 20px 0 0 0;

}


/*  END. FOOTER   */


.img_border {
	background: #ffffff;
	border: solid #e0e0e0 1px;
	padding: 2px 2px 2px 2px;
	margin: 0 0 0 0;
	text-align: center;
}


.ielts_marker
    {
	width:98px;
        height: 40px;
        text-align: left;
        background: transparent url(../images/public/ielts_frame.jpg) left center no-repeat;
        vertical-align: baseline;
	padding: 20px 42px 20px 40px;
	margin: 0;
	font-weight: bold;

    }

.toefl_marker
    {
	width:98px;
        height: 40px;
        text-align: left;
        background: transparent url(../images/public/ielts_frame.jpg) left center no-repeat;
        vertical-align: baseline;
	padding: 20px 30px 20px 40px;
	margin: 0;
	font-weight: bold;

    }

.cam_exams_marker
    {
	width:242px;
        height: 40px;
        text-align: left;
        background: transparent url(../images/public/cam_exams_frame.jpg) left center no-repeat;
        vertical-align: baseline;
	padding: 20px 70px 20px 40px;
	margin: 0;
	font-weight: bold;

    }

.s_marker {
        height: 18px;
        text-align: left;
        background: transparent url(../images/public/marker.jpg) left center no-repeat;
        line-height: 18px;
        vertical-align: baseline;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	font-weight: bold;

    }

.totop {
        height: 18px;
        text-align: left;
        background: transparent url(../images/public/totop.jpg) left center no-repeat;
        line-height: 18px;
        vertical-align: baseline;
	padding: 0 0 0 20px;
	margin: 0 0;
	font-weight: normal;

    }

.r_menu_content .r_menu_l1 {
        height: 18px;
        text-align: left;
        background: transparent url(../images/public/marker.jpg) left center no-repeat;
        line-height: 18px;
        vertical-align: baseline;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	font-weight: bold;
	color: #1D62B1;

    }
.r_menu_content .r_menu_l2 {
        height: 18px;
        text-align: left;
        background: transparent url(../images/public/marker.jpg) left center no-repeat;
        line-height: 18px;
        vertical-align: baseline;
	padding: 0 0 0 20px;
	margin: 0 0 0 40px;
	font-weight: normal;
	color: #1D62B1;

    }
.r_menu_l1 {
        height: 18px;
        text-align: left;
        background: transparent url(../images/public/marker.jpg) left center no-repeat;
        line-height: 18px;
        vertical-align: baseline;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	font-weight: bold;
	color: #1D62B1;

    }
.r_menu_l2 {
        height: 18px;
        text-align: left;
        background: transparent url(../images/public/marker.jpg) left center no-repeat;
        line-height: 18px;
        vertical-align: baseline;
	padding: 0 0 0 20px;
	margin: 0 0 0 40px;
	font-weight: normal;
	color: #1D62B1;

    }

.dwnld_marker {
        height: 18px;
        text-align: center;
        background: transparent url(../images/public/dwnld_marker.jpg) no-repeat;
        line-height: 18px;
        vertical-align: baseline;
	padding: 0 0 0 12px;

    }

.enlarge {
        height: 16px;
        text-align: left;
        background: transparent url(../images/public/enlarge.jpg) left center no-repeat;
        line-height: 16px;
        vertical-align: baseline;
	padding: 0 0 0 25px;

    }

.enlarge_right {
        height: 16px;
        text-align: right;
        background: transparent url(../images/public/enlarge.jpg) right center no-repeat;
        line-height: 16px;
        vertical-align: baseline;
	padding: 0 25px 0 25px;

    }



.ban_comments {
	margin: 0 0 12px 0;
}

.ban_comments_02 {
	margin: 8px 0 16px 0;
}

.ban_comments_03 {
	margin: 0 0 0 0;
}

.poster_img  {
    text-align:center;
}


.com_01 {
	font-weight: bold;
	font-size: 9px;
	text-align: center;
}

.com_02, .com_02 a {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin: 0 0 4px 0;
	text-decoration: none;
	color: #494949;
}

.com_03_link {
	text-align: center;
}

.com_03_link span, .com_03_link a {
	background: transparent url(../images/public/corner_link.gif) left center no-repeat;
	padding: 0 0 0 15px;
	text-decoration: none;
	color: #494949;
	font-size: 10px;
}

.gray {
	background: #C9C9C9;
}

.iner {
	padding: 10px 10px 0 10px;

}

.inerlogin {
	padding: 10px;
	background: transparent url(../images/public/folders.jpg) left top no-repeat;
}

/* Other parts styles */

#razdel {
	padding: 1px 0 0 0;
}

#razdel .caption {
	color: #E67817;
	height: 23px;
	line-height: 23px;
	vertical-align: baseline;
	padding: 0;
	overflow: hidden;
}

.site_url {
	float: left;
}

#razdel .caption h1 {
	float: right;
	font-size: 14px;
	line-height: 32px;
	vertical-align: bottom;
}

#razdel .afisha {
	background: #c9c9c9 url(../images/public/afisha_header.gif) right top no-repeat;
}

#razdel .zaly {
	background: #c9c9c9 url(../images/public/zaly_header.gif) right top no-repeat;
}

#razdel .content {
	padding: 0 0 0 20px;
	border: 0;
}

#razdel .sub_caption, #razdel .sub_caption a {
	background: transparent url(../images/public/sm_marker.gif) left top no-repeat;
	padding: 0 0 0 25px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #F6362C;
	text-decoration: none;
}

#razdel .sub_caption a {
	background: transparent;
	padding: 0;
}

.small_text {
	font-size: 10px;
}

a.a2 {
	background: transparent url(../images/public/goto.jpg) left center no-repeat;
	padding: 0 0 0 25px;
        height: 16px;
        line-height: 16px;
	text-decoration: none;
        vertical-align: baseline;
	color: #494949;
	margin: 10px 0 0 0;
	display: block;
}

.align_center {
	text-align: center;
	margin: 10px 0 0 0;
}

.poster_links {
        margin: 10px 0 0 110px;
 	text-align:left;
        height: 16px;
        text-align: left;
        background: transparent url(../images/public/enlarge.jpg) left center no-repeat;
        line-height: 16px;
        vertical-align: baseline;
	padding: 0 0 0 25px;

}
.poster_links_left {
        margin: 10px 0 0 3px;
 	text-align:left;
        height: 16px;
        background: transparent url(../images/public/enlarge.jpg) left center no-repeat;
        line-height: 16px;
        vertical-align: baseline;
	padding: 0 0 0 22px;

}

a.a1 {
	background: transparent url(../images/public/corner_link.gif) left center no-repeat;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #494949;
	font-weight: bold;
}

a.aright {
    background: transparent url(../images/public/corner_link.gif) right center no-repeat;
    padding: 0 20px 0 0;
    text-decoration: none;
    color: #494949;
    font-weight: bold;
}

a.aleft {
	background: transparent url(../images/public/corner_link_left.gif) left center no-repeat;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #494949;
	font-weight: bold;
}

a img{
	border: none;
}

.punktir {
	padding: 0 0 10px 0;
	border-bottom: dashed #494949 1px;
	margin: 0 0 15px 0;
}

.album_image_border_01 {
    width: 280px;
    float: left;
    background: #DEE4F2;
}

.album_image_border_01_right {
    width: 275px;
    float: left;
    margin: 0 0 0 20px;
    background: #DEE4F2;
}

.img_inner {
    height: 180px;
}

.table_cell {
    background: #ffffff;
    text-align: center;
    vertical-align: top;
}

.img_inner img {
	background: #ffffff;
	border: solid #D9DEE1 1px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
	text-align: center;

}

.album_spaycer {
    height: 20px;
    clear: both;
}

.pager {
    margin-top: 14px;
}
.breadcrumbs {
	height:18px;
	font-family: Tahoma, Verdana, Arial Narrow, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	color: #F6362C;
        line-height: 18px;
        vertical-align: baseline;
        background: transparent url(../images/public/marker.jpg) left center no-repeat;
	padding: 0 10px 0 20px;

}
.navigation .punktbr {
        height: 18px;
	font-family: Tahoma, Verdana, Arial Narrow, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
        text-align: right;
        background: transparent url(../images/public/marker.jpg) left center no-repeat;
        line-height: 18px;
        vertical-align: baseline;
	padding: 0 10px 0 20px;
	text-decoration: none;
       	color: #1D62B1;
    }

.navigation .punktbr a:link {
	color: #1D62B1; decoration: underline;
}
.navigation .punktbr a:visited {
	color: #1D62B1; decoration: underline;
}

.navigation .punktbr a:active {
	color: #1D62B1; decoration: underline;
}
.navigation .punktbr a:hover {
	color: #F6362C; decoration: none;
}
        

.nav {font-size:7px; vertical-align: middle;}
.red {color:#F6362C;}



/*   Index page */


.main_img
{
	padding:0;
	margin:0;
}
.navigation {
        text-align: left;
        background: transparent url(../images/public/middle_line.jpg) left top no-repeat;
        vertical-align: top;
	padding: 3px 0 10px 30px;
	height:26px;

    }

/*   End. Index page */


/*    Pages   */

#edu_left {
	width: 280px;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

#edu_right {
	width: 280px;
	margin:0 0 0 18px;
	padding: 0 0 0 0;
	float: left;
}

.education_board_top {
	width: 280px;
	height:5px;
	margin: 15px 0 0 2px;
	padding: 0;
	text-align:center;
	background: transparent url(../images/public/education_board_top.jpg) center top no-repeat;
}
.education_board{
	width: 281px;
	margin:0;
	padding: 1px 1px 1px 2px;
	text-align:center;
	background: transparent url(../images/public/education_board_sides.jpg) center top repeat-y;
	height: 110px;
}
 .education_board .edu_content{
	width: 274px;
	padding: 5px 1px 0px 1px;
	margin: 0px 1px 0px 1px;
	float: left;
	text-align:left;
	background: transparent url(../images/public/education_board_bg.jpg) center bottom repeat-x;
	height: 108px;

}
 .education_board_bot{
	width: 280px;
	height:7px;
	margin: 0 0 10px 2px;
	padding: 0;
	text-align:center;
	background: transparent url(../images/public/education_board_bot.jpg) center top no-repeat;
}


.r_menu_block_top {
	width: 280px;
	height:5px;
	margin: 15px 0 0 2px;
	padding: 0;
	text-align:center;
	background: transparent url(../images/public/education_board_top.jpg) center top no-repeat;
}
.r_menu_block{
	width: 280px;
	margin:0;
	padding: 1px 1px 1px 3px;
	text-align:center;
	background: transparent url(../images/public/education_board_sides.jpg) center top repeat-y;
	height: 200px;
}
 .r_menu_block .r_menu_content{
	width: 277px;
	padding: 5px 0px 0px 0px;
	float: left;
	text-align:left;
	background: transparent url(../images/public/education_board_bg.jpg) center bottom repeat-x;
	height: 198px;

}
.r_menu_block_bot{
	width: 280px;
	height:7px;
	margin: 0 0 10px 2px;
	padding: 0;
	text-align:center;
	background: transparent url(../images/public/education_board_bot.jpg) center top no-repeat;
}


.tit_shaddow
{
	width: 276px;
	height:9px;
	margin: 7px 0 6px 0px;
	padding: 0;
	text-align:center;
	background: transparent url(../images/public/tit_shaddow.jpg) center top no-repeat;
}

.hr_info
{
	width: 509px;
	height:5px;
	margin: 5px 0 5px 0px;
	padding: 0;
	text-align:center;
	background: transparent url(../images/public/hr_info.jpg) center top no-repeat;
}

.hr_info_mid
{
	width: 509px;
	height:5px;
	margin: 5px 0 5px 0px;
	padding: 0;
	text-align:center;
	background: transparent url(../images/public/hr_info.jpg) center center no-repeat;
}

.hr_info_shaddow
{
	width: 509px;
	height:9px;
	margin: 10px 0 6px 0px;
	padding: 0;
	text-align:center;
	background: transparent url(../images/public/hr_info_shaddow.jpg) center top no-repeat;
}
.hr_question
{
	width: 209px;
	height:5px;
	margin: 5px 0 5px 0px;
	padding: 0;
	text-align:center;
	background: transparent url(../images/public/hr_question.jpg) center top no-repeat;
}
.hr_question_shaddow
{
	width: 209px;
	height:9px;
	margin: 10px 0 6px 0px;
	padding: 0;
	text-align:center;
	background: transparent url(../images/public/hr_question_shaddow.jpg) center top no-repeat;
}

 .exams_block{
	width: 582px;
	height:253px;
	margin: 0 0 0 0;
	padding: 15px 0 0 0px;
	text-align:left;
	background: transparent url(../images/public/palace_exams.jpg) center top no-repeat;
}
.examblock_links
	{
	 padding: 20px 0 0 20px;
	}
.program_search
{
	width:280px; 
	padding:0 0 0 5px; 
	margin: 15px 0 15px 0; 
	vertical-align:middle;
	text-align: left; 
}
.r_menu_l1 a:link {
	color: #1D62B1; decoration: underline;
}
.r_menu_l1 a:hover {
	color: #F6362C; decoration: none;
}
.special_text
	{
       	background: transparent url(../images/public/info_icon.jpg) left top no-repeat;
	padding: 0 0 0 70px;
	height: 65px;
	}
.diploma
	{
       	background: transparent url(../images/public/diploma.jpg) left center no-repeat;
	padding: 0 0 0 70px;
	height: 85px;
	text-align:left;
	}
.author
{
	font-style: italic;
	font-size: 12px;
	float: right;
	text-align: right;
	color: #676767;
        vertical-align: baseline;
	padding: 10px 10px 0 20px;
	margin: 0;
}

.reviews_text
	{
       	background: transparent url(../images/public/reviews_icon.jpg) left top no-repeat;
	padding: 0 0 0 70px;
	margin: 0 0 30px 0;
	}
.reviews_text p {
	margin: 8px 0;
	padding: 0;
	text-indent: 0px;
	text-align: justify;
	line-height: 16px;

}
.question_text
	{
       	background: transparent url(../images/public/info_icon.jpg) left top no-repeat;
	padding: 0 0 0 70px;
	height: 65px;
	}
.question a
{
	width: 209px;
	margin: 8px 0;
	padding: 0;
	text-indent: 0px;
	text-align: justify;
}

/*  END. PAges   */
/* Sitemap */
.smhome {
        height: 20px;
        text-align: left;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 0;

}
.sm1t {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/1t.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 20px;

}
.sm11t {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/11t.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 50px;

}
.sm111t {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/111t.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 80px;

}
.sm1111t {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/1111t.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 110px;

}
.sm1110t {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/1110t.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 110px;

}
.sm1101t {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/1101t.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 110px;

}
.sm11111t {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/11111t.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 140px;

}
.sm11110t {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/11110t.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 140px;

}
.sm11100t {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/11100t.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 140px;

}
.sm11101t {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/11101t.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 140px;

}
.sm11011t {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/11011t.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 140px;

}

.sm1e {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/1e.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 20px;

}
.sm11e {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/11e.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 50px;

}
.sm111e {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/111e.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 80px;

}
.sm1111e {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/1111e.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 110px;

}
.sm1110e {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/1110e.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 110px;

}
.sm1101e {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/1101e.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 110px;

}
.sm11111e {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/11111e.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 140px;

}
.sm11110e {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/11110e.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 140px;

}
.sm11100e {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/11100e.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 140px;

}
.sm11101e {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/11101e.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 140px;

}
.sm11011e {
        height: 20px;
        text-align: left;
        background: transparent url(../images/public/11011e.gif) left center no-repeat;
        line-height: 20px;
        vertical-align: baseline;
	padding: 0 0 0 140px;

}

/* END. sitemap */
