* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body, form, input, textarea, select {
	font-family: Verdana, Geneva, sans-serif;
}
body {
	font-size: 66%;
	line-height: 1.8em;
	color: #3a424b;
	background: #fff;
}
img, img a {
	border: none;
}
/* headers */
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	clear: left;
}

/* links */
a:link, a:active, a:visited {
	color: #dc6700;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* overflow hidden */
#head  {
	overflow: hidden
}

#head .wrap, #head .nav, .footer {
	width: 980px;
	margin: 0 auto;
	font-size: 1.1em;
}
#head {
	width: 100%;
	border-bottom: 1px solid #f5831e;
	margin: 25px 0;
}
	#head .logo {
		float: left;
	}
	#head .logo a {
		display: block;
		background: url(../images/mfi_hr.gif) 0 0 no-repeat;
		width: 220px;
		height: 74px;
		text-indent: -9999px;
	}
	.login {
		float: right;
		font-size: .95em;
	}
		.login label {
			display: none;
		}
		.login input {
			float: left;
			background: transparent url(../images/login.gif) 0 0 no-repeat;
			width: 146px;
			padding: 7px 5px;
			height: 15px;
			margin-right: 5px;
			border: 0;
		}
		.login #loginSubmit {
			width: 72px;
			height: 29px;
			background: transparent url(../images/login.gif) no-repeat scroll -156px 0;
			color: #dc6700;
			text-transform: uppercase;
			font-weight: bold;
			margin: 0;
		}
	#head .nav ul {
		clear: both;
		float: right;
		margin-top: -1.4em;
		font-size: .95em;
		}
		#head .nav ul li {
			margin: 0 0 0 2px; 
		}
		#head .nav ul li, #head .nav ul li a, #head .nav ul li a span {
			display: block; 
			float: left;
			cursor: pointer;
		}
		#head .nav ul li a {
			background: #f9f1ea url(../images/nav_left.gif) no-repeat 0 0;			
		}
		#head .nav ul li a span {
			background: #f9f1ea url(../images/nav_right.gif) no-repeat right 0;
			padding: 11px 10px 7px 5px;
			margin-left: 5px; 
			display: inline;
		}
		#head .nav ul li a:hover, #head .nav ul li a:hover span {
			color: #fff;
			background-position: 0 -37px;
			background-color: #f9f1ea;
			text-decoration: none;
		}
		#head .nav ul li a:hover span {
			background-position: right -37px;
		}
		#head .nav ul li a.sel {
			background: #f9f1ea url(../images/nav_left.gif) no-repeat 0 0;
			background-position: 0 -37px;
		}
		#head .nav ul li a.sel span {
			color: #fff;		
			background-position: right -37px;
			background-color: #f5831e;
		}
                .rollingText{
                    position:relative;
                    top:0px;
                    left:5px;
                    color: #c5d5da;
                    font-size: 12px;
                    font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
                    margin:0px;
                    padding:0px;
                }
                .rollingText p{
                    margin:0px;
                    padding:0px;
                }
                .rollingText marquee{
                    background-color: #FFf;
                }

#content {
	position: relative;
	margin: 0 auto;
	width: 742px;
	padding-right: 238px;
}
#content table th{
    color:#db6600;
    padding:10px;
    text-align:center;
}
#content table td{
    padding:0 10px;
    
}


#content .main {
	background: #f6f6f6 url(../images/bg_grey.gif) no-repeat 0 0;
	width: 694px;
	float: left;
	padding: 20px 20px 6px;
}
	#content .main  .main_copy {
		font-size: 1.3em;
		line-height: 1.5em;
	}
	#content  h2{
		font-size: 2.1em;
		font-weight: normal;
		margin-bottom: .5em;
	}
.foot {
	background: #f6f6f6 url(../images/bg_grey.gif) no-repeat -733px 0;
	height: 10px;
	width: 734px;
	clear: left;
	line-height: 0;
	margin-bottom: 2em;
}
#content .nrml {
	padding: 0 1.2em;
}
	#content .nrml  h3 , #content .copy h3{
		color: #DC6700;
		font-family: "Trebuchet MS",Arial,Helvetica,san-serif;
		font-size: 1.4em;
		font-weight: bold;
		padding-bottom: .5em;
	}
#content .copy  {
		padding-right: 1.5em;
		font-size: 1.1em;
	}
        
        #content .copy ul .header:first-line {
            text-align: center;
            font-weight: bold;
        }

        #content .copy p {
			margin-bottom: 1.5em;
			clear: left;
	}
        #content .copy .iandb{
            font-weight:bold;
            font-style:italic;
        }
        #content .copy .italics{
            font-style:italic;
        }
	#content .copy h2{
		clear: left;
		padding-bottom:0.3em;
		line-height:1.2em;
	}
		ul, li {
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
		}
		
        .copy ul {
			margin:0 0 0 25px;
			font-size:12px;
			line-height:24px;
			margin:-8px 0 20px 15px;
			width:670px;
		}
        .copy li {
				list-style-type:none;
				background:transparent url(../images/arrow_right.gif) no-repeat scroll 0 8px;
				padding:0 0 .8em 15px;
				line-height:1.6em;
				
			}
			.copy ul.no_arrow {
				background:none;
				line-height:1.6em;
				list-style-type:none;
				padding:0;
				margin:0;
				width:720px;
				padding-bottom:2em;
			}
			.copy ul.no_arrow li {
				background:none;
				line-height:1.6em;
				list-style-type:none;
				padding:0;
			}
       
		.copy img {
				border:1px solid #D6D6D6;
				margin-top:1em;
				padding:2px;
			}
			.copy img.noborder {
					border:0;
					margin-top:0;
					padding:0;
				}

			.copy h3 img {
					padding:0;
					border:0;					
					margin-top:0;
				}

		.copy a, .footer_wrap a {
			color:#00a0dc;
		}
        .dots .heading{

            background-color:#eef4f6;
            text-align:center;
        }
        .dots .heading a{
            font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
            font-size:14px;
            font-weight:bold;
            color:#3a424b;
        }
        .dots a{
            font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
            font-size:13px;
            color:#dc6700;
        }

        .dots td{
            background-color:#f9f1ea;
            border:1px solid #fff;
            
        }
        .dots ul {

	list-style: disc;

	margin: 0;

	padding:5px 10px;
        list-style:none;

}

.dots ul li{color:#dc6700}
.dots ul li a{text-decoration:none;}
.dots ul li a:link{text-decoration:none;}
.dots ul li a:visited{text-decoration:none;}
.dots ul li a:hover{text-decoration:none;}
.dots ul li a:active{text-decoration:none;}
.dots ul li ul a{text-decoration:none}

.dots ul li ul a:link li{background-color:#f9f1ea;text-decoration:none;color:#dc6700}
.dots ul li ul a:visited li{background-color:#f9f1ea;text-decoration:none;color:#dc6700}
.dots ul li ul a:hover li {background-color:#dc6700;text-decoration:none;color:#fff}
.dots ul li ul a:active li{background-color:#f9f1ea;text-decoration:none;color:#dc6700}

.dots ul li ul li{border:1px solid #fff;text-align:center;}

.dots li.xc {

	list-style: none;
        
}

.dots div.xcx, div.xcc {

	position: relative;

	display: inline;

}

.dots li.xc>div.xcx, li.xc>div.xcc {

	position: static;

	margin-left: -1.5em;
        
}

.dots div.xcx a:link, div.xcx a:visited,

.dots div.xcc a:link, div.xcc a:visited {

	color: #000;
        text-decoration: none;
        
}




        #content .copy .mark{
                color: #db6600;
				font-size: 1.0em;
        }
        #content .copy .mark2{
                color: #db6600;
		font-size: 1.0em;
		padding: .6em;
        }
        #content .copy .mark2Bg{
                color: #db6600;
                font-size: 11px;
		font-weight: bold;
		padding: .6em;
                display:inline;
        }
        #content .copy .mark2Bg2{
                color: #db6600;
                font-size: 13px;
		font-weight: bold;
		padding: .6em;
                display:inline;
        }
        #content .copy .mark3{
                color: #db6600;
		font-size: 1.0em;
		padding: .8em;
        }
        #content .copy .test img{ margin: 15px}
        #content .copy .test p{margin:15px}
	#content .copy h2.darker {
		font-family: Verdana, Geneva, sans-serif;
		font-weight: bold;
		font-size: 3.5em;
		color: #7c3a00;
		line-height: 1em;
		letter-spacing: -2px;
		padding-top:1em;
	}
	#content .copy h2.darker strong {
		display: block;
		font-weight: normal;
		font-size: .6em;
		color: #8f8f8f;
		letter-spacing: -1px;
	}
        #content .copy h2.darker2 {
		font-family: Verdana, Geneva, sans-serif;
		font-weight: bold;
		font-size: 2.3em;
		color: #7c3a00;
		line-height: 1em;
		letter-spacing: -2px;
		padding-top:1em;
	}
	#content .copy h2.darker2 strong {
		display: block;
		font-weight: normal;
		font-size: .7em;
		color: #8f8f8f;
		letter-spacing: -1px;
	}

        #content .boxes_icon  {
		overflow:hidden;
		margin: 0 0 30px 20px;
	}
		#content .boxes_icon a {
			display: block;
			float: left;
			width: 96px;
			height: 96px;
			background: transparent url(../images/sections_icon.gif) no-repeat scroll 0 0;
			margin-right: 15px;
			text-indent: -9999px;
		}
		#content .boxes_icon a.one {
			width: 97px;
		}
		#content .boxes_icon a.one:hover,
		#content .boxes_icon a.one_active {
			background-position: 0 -96px;
		}
		#content .boxes_icon a.two {
			background-position: -97px 0;
		}
		#content .boxes_icon a.two:hover,
		#content .boxes_icon a.two_active {
			background-position: -97px -96px;
		}
		#content .boxes_icon a.three {
			background-position: -193px 0;
		}
		#content .boxes_icon a.three:hover,
		#content .boxes_icon a.three_active {
			background-position: -193px -96px;
		}
		#content .boxes_icon a.four {
			background-position: -289px 0;
		}
		#content .boxes_icon a.four:hover,
		#content .boxes_icon a.four_active {
			background-position: -289px -96px;
		}
		#content .boxes_icon a.five {
			background-position: -385px 0;
		}
		#content .boxes_icon a.five:hover,
		#content .boxes_icon a.five_active {
			background-position: -385px -96px;
		}
		#content .boxes_icon a.six {
			background-position: -481px 0;
		}
		#content .boxes_icon a.six:hover,
		#content .boxes_icon a.six_active {
			background-position: -481px -96px;
		}
	.metadata {
		color: #999;
		display: block;
	}
ol.schedule {
	width: 700px;
	list-style-type: none;
	padding: 1em 0 3em;
	overflow: hidden;
}
	ol.schedule li {
		width: 349px;
		height: 78px;
		float: left;
		position: relative;
		border-right: 1px solid #c5d5da;
		border-bottom: 1px solid #c5d5da;
		padding-bottom: .5em;
	}
	ol.schedule li.no_right {
		border-right: 0;
	}
	ol.schedule li.no_bottom {
		border-bottom: 0;
		height: 70px;
	}
	ol.schedule li b {
		color: #c5d5da;
		font-family: "Trebuchet MS",Arial,Helvetica,san-serif;
		font-size: 5em;
		line-height: 1em;
		padding-left: 0.1em;
	}
	ol.schedule li strong, ol.schedule  li span {
		position: absolute;
	}
	ol.schedule li strong {
		color: #DC6700;
		display: block;
		font-family: "Trebuchet MS",Arial,Helvetica,san-serif;
		font-size: 1.4em;
		font-weight: bold;
		top: .4em;
		left: 3.2em;
	}
	ol.schedule  li span {
		font-size: 11px;
		line-height: 1.3em;
		top: 2.5em;
		left: 4.3em;
	}
	ol.schedule li span address {
		font-weight: bold;
		display: block;
	}
.sections {
	width: 699px;
	height: 465px;
	background: #fef8f2 url(../images/sections.jpg) no-repeat 0 0;
	margin-top: 2em;
}	
	.sections .section {
		float: left;
		width: 232px;
		height: 232px;
	}
	.sections .section h3 {
		background: transparent url(../images/dotted.gif) repeat-x scroll 0 bottom;
		font-size: 1.4em;
		color: #db6600;
		margin: 18px 20px 10px;
		padding: 0 0 5px;
	}
	.sections .section p {
		margin: 8px 20px 5px;
	}

        .sections2 {
	width: 699px;
	height: 1080px;
	background: #fef8f2;
	margin-top: 2em;
}
	.sections2 .section {
		float: left;
		width: 225px;
		height: 370px;
		padding-right:3px;
	}
	.sections2 .section h3 {
		background: transparent url(../images/dotted.gif) repeat-x scroll 0 bottom;
		font-size: 1.4em;
		color: #db6600;
		margin: 18px 20px 10px;
		padding: 0 0 5px;
                text-align:center;
	}
	.sections2 .section p {
		margin: 8px 20px 5px;
                text-align:justify;
	}
	.sections2 .section p  img{
                margin:0 0 0 50px;
                text-align:center;
	}

#content .sidebar{
	position: absolute;
	top: 0;
	right: 0;
	width: 228px;
	line-height: 1.4em;
}
	#content .sidebar h3{
		font-size: 1.7em;
		margin-bottom: .5em;
	}
	.goddess_big {
		background: transparent url(../images/tree_goddess.jpg) no-repeat 0 0;
		width: 198px;
		height: 585px;
		padding: 15px;
		font-size: .95em;
		color: #c0c0c0;
        }
        .goddess_big a{color:#3a424b;text-decoration:none}
        .goddess_big a:hover{color: #c0c0c0;text-decoration:none}
	.goddess_ask {
		background: transparent url(../images/ask_lady.jpg) no-repeat 0 0;
		width: 198px;
		height: 585px;
		padding: 15px;
		font-size: .95em;
		color: #c0c0c0;
        }
        .goddess_ask a{color:#3a424b;text-decoration:none}
        .goddess_ask a:hover{color: #c0c0c0;text-decoration:none}
        .goddess_audits {
		background: transparent url(../images/audits_lady.jpg) no-repeat 0 0;
		width: 198px;
		height: 585px;
		padding: 15px;
		font-size: .95em;
		color: #c0c0c0;
        }
        .goddess_audits a{color:#3a424b;text-decoration:none}
        .goddess_audits a:hover{color: #c0c0c0;text-decoration:none}
	.goddess_audits {
		background: transparent url(../images/audits_lady.jpg) no-repeat 0 0;
		width: 198px;
		height: 585px;
		padding: 15px;
		font-size: .95em;
		color: #c0c0c0;
        }
        .goddess_audits a{color:#3a424b;text-decoration:none}
        .goddess_audits a:hover{color: #c0c0c0;text-decoration:none}
	.goddess_community {
		background: transparent url(../images/community_lady.jpg) no-repeat 0 0;
		width: 198px;
		height: 585px;
		padding: 15px;
		font-size: .95em;
		color: #c0c0c0;
        }
        .goddess_community a{color:#3a424b;text-decoration:none}
        .goddess_community a:hover{color: #c0c0c0;text-decoration:none}
	.goddess_hr {
		background: transparent url(../images/hr_lady.jpg) no-repeat 0 0;
		width: 198px;
		height: 585px;
		padding: 15px;
		font-size: .95em;
		color: #c0c0c0;
        }
        .goddess_hr a{color:#3a424b;text-decoration:none}
        .goddess_hr a:hover{color: #c0c0c0;text-decoration:none}
        .goddess_research {
		background: transparent url(../images/research_lady.jpg) no-repeat 0 0;
		width: 198px;
		height: 585px;
		padding: 15px;
		font-size: .95em;
		color: #c0c0c0;
        }
        .goddess_research a{color:#3a424b;text-decoration:none}
        .goddess_research a:hover{color: #c0c0c0;text-decoration:none}
        .goddess_training {
		background: transparent url(../images/training_lady.jpg) no-repeat 0 0;
		width: 198px;
		height: 585px;
		padding: 15px;
		font-size: .95em;
		color: #c0c0c0;
        }
        .goddess_training a{color:#3a424b;text-decoration:none}
        .goddess_training a:hover{color: #c0c0c0;text-decoration:none}


        .ad {
		background: transparent url(../images/ad.gif) no-repeat 0 0;
		width: 228px;
		height: 232px;
		text-indent: -9999px;
		margin-bottom: 15px;
	}
	.articles {
		background: #eef4f6 url(../images/bg_blue.gif) no-repeat 0 0;
		width: 734px;
		float: left;
	}
	.articles div, .articles_sml  div {
		border-left:2px solid #D3E1E6;
		border-right:2px solid #D3E1E6;
		margin-top:13px;
		padding:0 1em 1em;
	}
	.articles h4, .articles_sml  h4 {
		color: #6d787c;
		font-size: 1.8em;
		padding: .5em 0;
	}
	.articles_foot {
		background: #f6f6f6 url(../images/bg_blue.gif) no-repeat -734px 0;
		height: 13px;
		width: 734px;
		clear: left;
		line-height: 0;
		margin-bottom: 2em;
	}
	.articles_sml {
		background: #eef4f6 url(../images/bg_blue_sml.gif) no-repeat 0 0;
		width: 231px;
		float: left;
	}
	.articles_sml_foot {
		background: #f6f6f6 url(../images/bg_blue_sml.gif) no-repeat -231px 0;
		height: 13px;
		width: 231px;
		clear: left;
		line-height: 0;
		margin-bottom: 2em;
	}
.footer_wrap {
	border-top:1px solid #EEE;
	margin-top: 2em;
	clear:left;
	}
	.footer {
		font-size: .9em;
		padding: 1em 0 2em;
		text-align: center;
	}
	.footer .footer_nav li {
		border-right:1px solid #AAAAAA;
		display:inline;
		margin-left:10px;
		padding-right:10px;
	}
	.footer .footer_nav li.last {
		border:0;
	}
	.footer .footer_nav li  a{
		color: #999;
		text-decoration: underline;
	}
#content .sections2 .section p {
	margin-bottom:-1.2em;
}
#content table {
	margin-bottom:2em;
}

.copy ul.nav_content {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#B3B1B0;
	list-style-type:none;
	margin:0;
	width:700px;
	float:left;
	position:relative;
}
	.copy ul.nav_content li {
		background:none;
		border-right:1px solid #999999;
		float:left;
		margin:5px 0;
		padding:0;
		position:relative;
	}
		.copy ul.nav_content li a {
			padding:0 1em;
			color:#FFF;
			font-size:1.2em;
		}
		.copy ul.nav_content li a:hover {
			padding:0 1em;
			color:#7C3A00;
			text-decoration:none;
		}
	.copy ul.nav_content li.last {
		border-right:0;
	}
	.copy ul.nav_content li.selected {
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		background:#7F3F05 none repeat scroll 0 0;
		margin:-7px 0 0;
		top:3px;
	}
	.copy ul.nav_content li.selected a {
		color:#FFE2C8;
		line-height:2.5em;
	}
	.copy ul.nav_content li.selected a:hover {
		color:#FFF;
	}
.copy .nav_content_sub {
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		background-color:#7F3F05;
		float:left;
		list-style-type:none;
		margin:2px 0 0;
		padding:4px;
		width:692px
	}


.copy ul.nav_content2 {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#B3B1B0;
	list-style-type:none;
	margin:0;
	width:700px;
	float:left;
	position:relative;
}
	.copy ul.nav_content2 li {
		background:none;
		border-right:1px solid #999999;
		float:left;
		margin:5px 0;
		padding:0;
		position:relative;
	}
		.copy ul.nav_content2 li a {
			padding:0 1em;
			color:#FFF;
			font-size:1em;
		}
		.copy ul.nav_content2 li a:hover {
			padding:0 1em;
			color:#7C3A00;
			text-decoration:none;
		}
	.copy ul.nav_content2 li.last {
		border-right:0;
	}
	.copy ul.nav_content2 li.selected {
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		background:#7F3F05 none repeat scroll 0 0;
		margin:-7px 0 0;
		top:3px;
	}
	.copy ul.nav_content2 li.selected a {
		color:#FFE2C8;
		line-height:2.5em;
	}
	.copy ul.nav_content2 li.selected a:hover {
		color:#FFF;
	}
.copy .nav_content_sub {
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		background-color:#7F3F05;
		float:left;
		list-style-type:none;
		margin:2px 0 0;
		padding:4px;
		width:692px
	}







        .audit {
		-moz-border-radius-topleft:0px !important;
}
.nav_desc {
	font-size:1.2em;
	line-height:1.5em;
	padding-bottom:1.5em;
	padding-right:1em;
}

/* Popup */

.popupCaseletTable {
	background-color:#ededed;
	font-size:14px;
	color:#666;
	padding:0 25px 0 0;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-color:#CCC
}

.popupCaseletTableOrange{
	background-color:#ff9900;
	background-image: url(../images/tableFill.JPG);
	background-repeat: repeat-y;
	color: #FFF;
	background-position: right;
	font-weight:bold;
}
.popupCaseletTable ul{ margin:0px; padding:0 0 0 25px;}

.popupCaseletTable th{
	background-color:#ff9900;
	background-image: url(../images/topNavBg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}

.popupTopBg {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/popupTopBg.png', sizingMethod='noscale'); padding:50px 60px 0 0}

.popupTopBg[class] {background:url(../images/popupTopBg.png) left top no-repeat;padding:0 60px 10px 0}

.popupBottomBg {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/popupBottomBg.png', sizingMethod='noscale');}

.popupBottomBg[class] {background:url(../images/popupBottomBg.png) left top no-repeat;}

.popupMidBg {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/popupMidBg.png', sizingMethod='scale');}

.popupMidBg[class] {background:url(../images/popupMidBg.png) left bottom repeat-y;}

a.popupTopLinks {font-size:13px; color:#ff9900; text-decoration:none; position:relative}

.popupbodypadding {padding-left:33px;}

.popupCaseletTitle {
	font-size:16px;
	color:#666;
	line-height:25px;
	font-family: Arial, Helvetica, sans-serif;
}

.popupCaseletTitleOrange {
	font-size:16px;
	color:#ff9900;
	font-family: Arial, Helvetica, sans-serif;
}
.popupCaseletSubTitle {
	font-size:15px;
	color:#333;
	font-style: italic;
	font-weight: normal;
}


.popupCaseletTitleGrey {font-size:16px; color:#333;}

.popupCaseletTitleBg01 {
	background-color:#ededed;
	font-family: "Arial Black", Gadget, sans-serif;
}

.popupCaseletTitleBg02 { background-color:#c8c8c8}

.popupCaseletTitleBg03 {
	background-color:#ededed;
	font-family: Arial, Helvetica, sans-serif;
}

.popupCaseletBody {font-size:13px; color:#666;}

.popupCaseletTitleGrey01 {
	font-size:16px;
	color:#999;
}

.popupCaseletTitleGrey02 {
	font-size:16px;
	color:#999;
	font-style: italic;
}

.popupCaseletAssign {font-size:13px; color:#999;}

.popupftrpadding {padding-left:33px; padding-top:8px;}

.popupftrtext {font-size:13px; color:#fff;}

.popupftrtext01 {font-size:13px; color:#333;}

.popupCaseletBodyOrange {font-size:13px; color:#ff9900;}

	ul, li {
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
		}

        .popup ul {
			margin:0 0 0 25px;
			
			margin:-8px 0 20px 15px;
			width:670px;
		}
        .popup li {
				list-style-type:none;
				background:transparent url(../images/arrow_right.gif) no-repeat scroll 0 8px;
				padding:0 0 .8em 15px;
				

			}
			.popup ul.no_arrow {
				background:none;
				list-style-type:none;
				padding:0;
				margin:0;
				width:720px;
				padding-bottom:2em;
			}
			.popup ul.no_arrow li {
				background:none;
				list-style-type:none;
				padding:0;
			}


