
/* Basic structure of site */

html,body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align:center;
    height:100%;
    padding:0px;
    margin:0px;
    color: #626262;
}

table.body {
    width: 780px;
    height: 100%;
    margin:0px auto 0px auto;
}

td.header_top {
    text-align:center;
    font-size: 12px;
    color: #626262;
    height: 10px;
    padding-bottom: 5px; 
	width:780px;   
}

td.header {
    height: 116px;
    background: #FFFFFF;
}

td.menu {
    height: 26px;
	border-bottom: 1px solid #d7d7d7;
	text-align:center;
}  

td.outer {
    text-align:left;
    color: #626262;
    background: #FFFFFF;
    vertical-align: top;
	width: 780px;
}

table.outer{
    width: 780px;
    height: 100%;
	background:#F4F4F4;
}

td.footer {
    text-align:center;
    font-size: 10px;
    height:30px;
    color: #626262;
    border-top: 0px;
	padding-top: 10px;
}

/* HEADER */

/* header - top */

div.headertop_L {
    text-align: left;
    color: #AAAAAA;
    font-size: 10px;
    float: left;
    bottom: 0px;
}    

html>body div.headertop_L {
    height: 10px;
}

div.headertop_R {
    color: #AAAAAA;
    font-size: 9px;
    text-align: right;
    float: right;
}    

td.header_top h2 {
    display: inline;
	color:#E17723;
    font-size: 10px;
    font-weight: normal;
}    

#header {
    width: 780px;
    position: relative;
}  

#header_L{
    float: left;
    position:relative;
    width:135px;
    height:116px;
    color: #626262;
}

#header_R {
    text-align: left;
    top: 0px;
    right: 0px;
	top:30px;
    position: absolute;
    width: 213px;
    height:100px;
    color: #626262;
}

html>body #header_R {

}   

/*header - menu*/

div.menu {
   width: 780px;
   clear: both;
   background:#ebebeb;
   text-align:center;
}        

table.navitem {
	width: 780px;
}

td.navitem {
    height: 26px;

}

td.navitem_button {
    width: 30%;
}

a.navitem:link      {text-align: center;display: block;font-size: 11px;  color: #8c8c8c; text-decoration: none; height: 26px;line-height: 26px; padding: 0px 10px 0px 10px; font-weight:bold;}
a.navitem:visited   {text-align: center;display: block;font-size: 11px;  color: #8c8c8c; text-decoration: none; height: 26px;line-height: 26px; padding: 0px 10px 0px 10px; font-weight:bold;}
a.navitem:active    {text-align: center;display: block;font-size: 11px;  color: #8c8c8c; text-decoration: none; height: 26px;line-height: 26px; padding: 0px 10px 0px 10px; font-weight:bold;}
a.navitem:hover     {text-align: center;display: block;font-size: 11px;  background: transparent;color: #f5a323; height: 26px;text-decoration: none; line-height: 26px;padding: 0px 10px 0px 10px; font-weight:bold;}  

a.navitem_active:link      {text-align: center;display: block;font-size: 11px;  color: #f5a323; text-decoration: none; height: 26px;line-height: 26px; padding: 0px 10px 0px 10px; font-weight:bold;}
a.navitem_active:visited   {text-align: center;display: block;font-size: 11px;  color: #f5a323; text-decoration: none; height: 26px;line-height: 26px; padding: 0px 10px 0px 10px; font-weight:bold;}
a.navitem_active:active    {text-align: center;display: block;font-size: 11px;  color: #f5a323; text-decoration: none; height: 26px;line-height: 26px; padding: 0px 10px 0px 10px; font-weight:bold;}
a.navitem_active:hover     {text-align: center;display: block;font-size: 11px;  background: transparent;color: #f5a323; height: 26px;text-decoration: none; line-height: 26px;padding: 0px 10px 0px 10px; font-weight:bold;} 

td.nav_border {
    width: 5px;
}

td.corner_left {
	background-image: url('../template_images/sidebar/menu_topleft.jpg') no-repeat top left;
	width:14px;
	height:11px;
}

td.corner_right {
	background-image: url('../template_images/sidebar/menu_topright.jpg') no-repeat top right;
	width:14px;
	height:11px;
}

/*ENTRY*/

td.entry {
   font-size: 12px;
   background: #f4f4f4;
   width: 500px;
   border-right: 3px solid #FFFFFF;
   padding: 10px 10px 15px 20px;
   vertical-align: top;
   line-height:20px;
}

td.entry_two {
   font-size: 12px;
   background: #FFFFFF;
   border-left: 0px;
   padding: 0px 0px 0px 0px;
   vertical-align: top;
}

td.rhs {
    width: 145px;
    padding-left: 0px;
    vertical-align: top;
	
}


/*INFO*/

td.info {
   font-size: 12px;
   background: #f4f4f4;
   width: 640px;
   padding: 5px 5px 10px 20px;
   border-left:0px;
   border-right: 0px;
   vertical-align: top;
   height:100%;
   line-height: 20px;
   
}  

 * html td.info {
   font-size: 12px;
   background: #f4f4f4;
   width: 610px;
   padding: 5px 5px 10px 20px;
   border-left:0px;
   border-right: 0px;
   vertical-align: top;
   height:100%;
   
}  

td.content {
   font-size: 12px;
   background: #FFFFFF;
   width: 640px;
   padding: 0px 0px 0px 0px;
   border-left:0px;
   border-right: 0px;
   vertical-align: top;
   height:100%;
}  

/*SIDEBAR*/

td.lhs {
    width: 170px;
    padding: 0px;
    vertical-align: top;
	background: #f4f4f4;
	border-bottom: 40px solid #FFFFFF;
	}
	
td.lhs_main {
    width: 145px;
    padding: 0px;
	border-top: 20px solid #FFFFFF;
    vertical-align: top;
	background:#F4F4F4;
	
	}

* html td.lhs {
    width: 170px;
    padding-right: 0px;
    vertical-align: top;
	
}

#menu_holder {position: relative; width: 170px; float: left;}

#menu_structure {width: 170px; margin-top: -28px; position: absolute; top: 0px; left: 0px;}


a.s_nav               {font-size:11px; background:url(../template_images/sidebar/list_item.jpg) no-repeat center left; display: block; width:127px;color: #626262;  padding: 4px 3px 4px 40px; margin-bottom:2px;}
a.s_nav:link          {font-size:11px; background:url(../template_images/sidebar/list_item.jpg) no-repeat center left; display: block; width:127px;color: #626262;  padding: 4px 3px 4px 40px; margin-bottom:2px;}
a.s_nav:active        {font-size:11px; background:url(../template_images/sidebar/list_item.jpg) no-repeat center left; display: block; width:127px;color: #626262;  padding: 4px 3px 4px 40px; margin-bottom:2px;}
a.s_nav:visited       {font-size:11px; background:url(../template_images/sidebar/list_item.jpg) no-repeat center left; display: block; width:127px;color: #626262;  padding: 4px 3px 4px 40px; margin-bottom:2px;}
a.s_nav:hover         {font-size:11px; background:url(../template_images/sidebar/list_item2.jpg) no-repeat center left; display: block; width:127px;color: #163764;  padding: 4px 3px 4px 40px; margin-bottom:2px;}

* html a.s_nav                  {font-size:11px; padding: 3px 3px 3px 20px; background:url(../template_images/sidebar/list_item.jpg) no-repeat center left;}
* html a.s_nav:link             {font-size:11px; padding: 3px 3px 3px 20px; background:url(../template_images/sidebar/list_item.jpg) no-repeat center left;}
* html a.s_nav:active           {font-size:11px; padding: 3px 3px 3px 20px; background:url(../template_images/sidebar/list_item.jpg) no-repeat center left;}
* html a.s_nav:visited          {font-size:11px; padding: 3px 3px 3px 20px; background:url(../template_images/sidebar/list_item.jpg) no-repeat center left;}
* html a.s_nav:hover            {font-size:11px; padding: 3px 3px 3px 20px; background:url(../template_images/sidebar/list_item2.jpg )no-repeat center left;}

a.s_nav_active               {font-size:11px; display: block; width:127px; color: #163764; padding: 4px 3px 4px 40px; background:url(../template_images/sidebar/list_item2.jpg) no-repeat center left;}
a.s_nav_active:link          {font-size:11px; display: block; width:127px; color: #163764; padding: 4px 3px 4px 40px; background:url(../template_images/sidebar/list_item2.jpg) no-repeat center left;}
a.s_nav_active:active        {font-size:11px; display: block; width:127px; color: #163764; padding: 4px 3px 4px 40px; background:url(../template_images/sidebar/list_item2.jpg) no-repeat center left;}
a.s_nav_active:visited       {font-size:11px; display: block; width:127px; color: #163764; padding: 4px 3px 4px 40px; background:url(../template_images/sidebar/list_item2.jpg) no-repeat center left;}
a.s_nav_active:hover         {font-size:11px; display: block; width:127px; color: #163764; padding: 4px 3px 4px 40px; background:url(../template_images/sidebar/list_item2.jpg) no-repeat center left;}

* html a.s_nav_active                  {font-size:11px; padding: 3px 3px 3px 20px;background:url('../template_images/sidebar/list_item2.jpg') no-repeat center left; width:140px;}
* html a.s_nav_active:link             {font-size:11px; padding: 3px 3px 3px 20px;background:url('../template_images/sidebar/list_item2.jpg') no-repeat center left; width:140px;}
* html a.s_nav_active:active           {font-size:11px; padding: 3px 3px 3px 20px;background:url('../template_images/sidebar/list_item2.jpg') no-repeat center left; width:140px;}
* html a.s_nav_active:visited          {font-size:11px; padding: 3px 3px 3px 20px;background:url('../template_images/sidebar/list_item2.jpg') no-repeat center left; width:140px;}
* html a.s_nav_active:hover            {font-size:11px; padding: 3px 3px 3px 20px;background:url('../template_images/sidebar/list_item2.jpg') no-repeat center left; width:140px;}

a.nav_sub_item               {float: left; font-size:11px; width: 170px; color: #626262; margin-bottom:7px;}
a.nav_sub_item:link          {float: left; font-size:11px; width: 170px; color: #626262; margin-bottom:7px;}
a.nav_sub_item:active        {float: left; font-size:11px; width: 170px; color: #626262; margin-bottom:7px;}
a.nav_sub_item:visited       {float: left; font-size:11px; width: 170px; color: #626262; margin-bottom:7px;}
a.nav_sub_item:hover         {float: left; font-size:11px; width: 170px; color: #163764; margin-bottom:7px;}

/*a.nav_sub_item span {margin-left: 30px; float: left; display: block; width: 122px; height: 28px;}*/

a.nav_sub_item span.topcurve			{float: left; width: 170px; height: 6px; background:url(../template_images/topcurve.gif) no-repeat bottom left; cursor: pointer; line-height: 3px; margin: 0px; padding: 0px; font-size: 2px !important;}
a.nav_sub_item span.middle_link  		{float: left; display: inline; width: 140px; *width: 170px; padding-left: 30px; padding-top: 4px; padding-bottom: 4px;  background: #e7e7e7 url(../template_images/button_bg1.gif) no-repeat center left; margin: 0px; cursor: pointer}
a.nav_sub_item:hover span.middle_link  	{float: left; display: inline; width: 140px; *width: 170px; padding-left: 30px; padding-top: 4px; padding-bottom: 4px;  background: #e7e7e7 url(../template_images/button_bg2.gif) no-repeat center left; margin: 0px; cursor: pointer}
a.nav_sub_item span.bottomcurve 		{float: left; width: 170px; height: 6px; background:url(../template_images/bottomcurve.gif) no-repeat top left; cursor: pointer; line-height: 3px; margin: 0px; padding: 0px; font-size: 2px !important;}

a.nav_sub_item_active               {float: left; font-size:11px; width: 170px; color: #626262; margin-bottom:7px;}
a.nav_sub_item_active:link          {float: left; font-size:11px; width: 170px; color: #626262; margin-bottom:7px;}
a.nav_sub_item_active:active        {float: left; font-size:11px; width: 170px; color: #626262; margin-bottom:7px;}
a.nav_sub_item_active:visited       {float: left; font-size:11px; width: 170px; color: #626262; margin-bottom:7px;}
a.nav_sub_item_active:hover         {float: left; font-size:11px; width: 170px; color: #626262; margin-bottom:7px;}

a.nav_sub_item_active span.topcurve			{float: left; width: 170px; height: 6px; background:url(../template_images/topcurve.gif) no-repeat bottom left; cursor: pointer; line-height: 3px; margin: 0px; padding: 0px; font-size: 2px !important;}
a.nav_sub_item_active span.middle_link  		{float: left; display: inline; width: 140px; *width: 170px; padding-left: 30px; padding-top: 4px; padding-bottom: 4px;  background: #e7e7e7 url(../template_images/button_bg2.gif) no-repeat center left; margin: 0px; cursor: pointer}
a.nav_sub_item_active:hover span.middle_link  	{float: left; display: inline; width: 140px; *width: 170px; padding-left: 30px; padding-top: 4px; padding-bottom: 4px;  background: #e7e7e7 url(../template_images/button_bg2.gif) no-repeat center left; margin: 0px; cursor: pointer}
a.nav_sub_item_active span.bottomcurve 		{float: left; width: 170px; height: 6px; background:url(../template_images/bottomcurve.gif) no-repeat top left; cursor: pointer; line-height: 3px; margin: 0px; padding: 0px; font-size: 2px !important;}



a.nav_sub_sub_item               {float: left; font-size:11px; background:url(../template_images/sidebar/list_item2_small.gif) no-repeat center left;display: block;width:127px;color: #eb671c;padding: 4px 3px 4px 40px;margin-bottom:2px;}
a.nav_sub_sub_item:link          {float: left; font-size:11px; background:url(../template_images/sidebar/list_item2_small.gif) no-repeat center left;display: block;width:127px;color: #eb671c;padding: 4px 3px 4px 40px;margin-bottom:2px;}
a.nav_sub_sub_item:active        {float: left; font-size:11px; background:url(../template_images/sidebar/list_item2_small.gif) no-repeat center left;display: block;width:127px;color: #eb671c;padding: 4px 3px 4px 40px;margin-bottom:2px;}
a.nav_sub_sub_item:visited       {float: left; font-size:11px; background:url(../template_images/sidebar/list_item2_small.gif) no-repeat center left;display: block;width:127px;color: #eb671c;padding: 4px 3px 4px 40px;margin-bottom:2px;}
a.nav_sub_sub_item:hover         {float: left; font-size:11px; background:url(../template_images/sidebar/list_item2_small.gif) no-repeat center left;display: block;width:127px;color: #163764;padding: 4px 3px 4px 40px;margin-bottom:2px;}

* html a.nav_sub_sub_item               {float: left; font-size:11px; background:url(../template_images/sidebar/list_item2_small.gif) no-repeat center left;display: block;width:135px;color: #eb671c;padding: 4px 3px 4px 40px;margin-bottom:2px;}
* html a.nav_sub_sub_item:link          {float: left; font-size:11px; background:url(../template_images/sidebar/list_item2_small.gif) no-repeat center left;display: block;width:135px;color: #eb671c;padding: 4px 3px 4px 40px;margin-bottom:2px;}
* html a.nav_sub_sub_item:active        {float: left; font-size:11px; background:url(../template_images/sidebar/list_item2_small.gif) no-repeat center left;display: block;width:135px;color: #eb671c;padding: 4px 3px 4px 40px;margin-bottom:2px;}
* html a.nav_sub_sub_item:visited       {float: left; font-size:11px; background:url(../template_images/sidebar/list_item2_small.gif) no-repeat center left;display: block;width:135px;color: #eb671c;padding: 4px 3px 4px 40px;margin-bottom:2px;}
* html a.nav_sub_sub_item:hover         {float: left; font-size:11px; background:url(../template_images/sidebar/list_item2_small.gif) no-repeat center left;display: block;width:135px;color: #163764;padding: 4px 3px 4px 40px;margin-bottom:2px;}


a.nav_sub_sub_item_active               {float: left; font-size:11px; background:url(../template_images/sidebar/list_item2_small.gif) no-repeat center left;display: block;width:127px;color: #163764;padding: 4px 3px 4px 40px;margin-bottom:2px;}
a.nav_sub_sub_item_active:link          {float: left; font-size:11px; background:url(../template_images/sidebar/list_item2_small.gif) no-repeat center left;display: block;width:127px;color: #163764;padding: 4px 3px 4px 40px;margin-bottom:2px;}
a.nav_sub_sub_item_active:active        {float: left; font-size:11px; background:url(../template_images/sidebar/list_item2_small.gif) no-repeat center left;display: block;width:127px;color: #163764;padding: 4px 3px 4px 40px;margin-bottom:2px;}
a.nav_sub_sub_item_active:visited       {float: left; font-size:11px; background:url(../template_images/sidebar/list_item2_small.gif) no-repeat center left;display: block;width:127px;color: #163764;padding: 4px 3px 4px 40px;margin-bottom:2px;}
a.nav_sub_sub_item_active:hover         {float: left; font-size:11px; background:url(../template_images/sidebar/list_item2_small.gif) no-repeat center left;display: block;width:127px;color: #163764;padding: 4px 3px 4px 40px;margin-bottom:2px;}

/* sub items */

td.lhs ul {
    list-style-image: none;
    margin: 0px 0px 10px 20px;
    padding: 0px 0px 0px 19px;
}

* html td.lhs ul {
    list-style-image: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

td.lhs ul.s_nav li {

    width: 140px;
	background:#e7e7e7;
	
}



/* MODULE (side) BOX(S) */

#more_info {background: url('../template_images/more_info.gif') no-repeat top left; width: 170px; height: 151px; *height: 191px; padding-top: 40px; float: left;}

#more_info a {float: left; display: block; color: #000; background: url('../template_images/link_bg.gif') no-repeat top right; width: 145px; *width: 149px; padding-left: 4px; height: 20px; *height: 24px; padding-top: 4px; margin-left: 12px; *margin-left: 10px; _margin-left: 6px; margin-bottom: 7px;}
#more_info a:hover {float: left; display: block; color: #000; background: url('../template_images/link_bg.gif') no-repeat bottom right; width: 145px; *width: 149px; padding-left: 4px; height: 20px; *height: 24px; padding-top: 4px; margin-left: 12px; *margin-left: 10px; _margin-left: 6px; margin-bottom: 7px;}

div.mod_box {
    width: 150px;
    border: 0px;
	padding-top:0px;
    margin: 0px 0px 0px 0px;
	align:center;
	padding-left: 20px;

}

* html div.mod_box {
    width: 180px;
}

td.bottomspace{
	background:#FFFFFF; 
	border:0px;
	
}

* html td.bottomspace{
	background:#FFFFFF; 
	border:0px;
	height:15px;
}

div.mod_box span {
    text-align: center;
    display: block;
    line-height: 25px;
    font-weight: bold;
    font-size: 12px;
    color: #4F4F4F;
    background: url(../template_images/mod_header.jpg) repeat-y top right;
    height: 25px;
    border-bottom: 1px solid #E3E3E3;
}    

div.mod_box div {
    padding: 3px 0px 0px 0px;
    margin: 0px
}   

div.mod_box div input.field {
    font-size: 11px;
    width: 110px;
}    

#adspace {
    padding-left:5px
}

/*footer*/

td.footer a             {color: #626262}
td.footer a:link        {color: #626262}
td.footer a:active      {color: #626262}
td.footer a:visited     {color: #626262}
td.footer a:hover       {color: #626262}

#divleft {
   text-align: left;
   float: left;
   position: relative;
   clear: left;
   padding-top: 9px;
}

#divright {
   text-align: right;
   float: right;
   position: relative;
   clear: right;
}

/* HELP */

#help {
    color: #666666;
}

#help a {
    color: #666666;
}

table.help_search {
    font-size: 12px;
    width: 100%;
    padding-bottom: 10px;
}

table.help_body {
    width: 100%;
    border-top: 0px;
    padding-top: 10px;
}

td.help_icon {
    text-align: left;
    width: 16px;
}

a.help_addresslink:link     {color: #626262; font-size: 12px; text-decoration: none}
a.help_addresslink:visited  {color: #626262; font-size: 12px; text-decoration: none}
a.help_addresslink:active   {color: #626262; font-size: 12px; text-decoration: none}
a.help_addresslink:hover    {color: #626262; font-size: 12px; text-decoration: underline}

td.help_section {
    font-weight: bold;
    text-decoration: underline;
    color: #626262;
}    

td.help_question {
    font-weight: bold;
    color: #666666;
    padding: 3px 0px 3px 10px;
}    

td.help_answer {
    font-style: italic;
    color: #626262;
    padding-left: 20px;
}    

table.help_topten {
    width: 100%;
    border-top: 1px solid #E3E3E3;
    padding-top: 10px;
    margin-top: 25px;
}

td.help_topten_header {
    font-weight: bold;
    color: #626262;
}   

.filerow {}

.filerowalt {
    background: #F8F8F8;
}

/* NEWS */

div.news h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

div.news span {
    display: block;
    font-style: italic;
}

div.news {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
	overflow-y: auto;
	height: 270px;
}


/* FORMS */

table.feedback {
    width: 100%;
}  

table.form_table {
   text-align: center;
   border: 1px solid #E3E3E3;
   width: 100%;
   margin: 10px auto 10px auto;
   padding-bottom: 5px;
}

td.feedback_text {
    text-align: left;
    font-size: 11px;
    color: #626262;
    vertical-align: top
}

td.form_right {
   text-align: left;
}

td.form_left {
   text-align: right;
   padding: 0px 15px 0px 5px
}

td.form_right input,textarea {
   font-size: 10px;
   color: #626262;
   width: 200px;
   border: 1px solid #E3E3E3;
   margin: 5px 0px 5px 0px;
   overflow: auto;
}   

td.form_section {
    text-align: left;
    font-weight: bold;
    color: #626262;
    padding: 10px 0px 0px 10px;
    border-bottom: 1px solid #626262;
}  

input.field {
   font-size: 10px;
   color: #626262;
   border: 1px solid #666666;
}

input.button {
   font-size: 10px;
   color: #626262;
   background: #E3E3E3;
   border: 0px;
}

/* Sitemap */

li.sitemap {
    font-style: italic;
    color: #AAAAAA;
}  

li.sitemap a {
    font-style: normal;
    font-weight: bold;
    color: #666666;
}

td.footer_sitemap {
padding-left: 10px;
width: 20%;
}

td.footer_sitemap a 		{color:#999999;font-size: 9px;}
td.footer_sitemap a:link	{color:#999999;font-size: 9px;}
td.footer_sitemap a:active	{color:#999999;font-size: 9px;}
td.footer_sitemap a:visited	{color:#999999;font-size: 9px;}
td.footer_sitemap a:hover	{color:#999999;font-size: 9px;}

td.footer_sitemap a.main	{color:#666666;font-size: 9px;}

/*common*/  

#location {
    text-align: left;
    color: #666666;
    height: 20px;
    padding: 5px 0px 5px 5px;
}    

#location a {
    color: #666666;
}

a               {color: #e98e45; text-decoration: none}
a:link          {color: #e98e45; text-decoration: none}
a:active        {color: #e98e45; text-decoration: none}
a:visited       {color: #e98e45; text-decoration: none}
a:hover         {color: #e98e45; text-decoration: none}

table           {font-size: 12px;color: #626262}
td              {font-size: 12px;color: #626262} 

div             {margin: 0px;padding: 0px}

p               {font-size: 12px;color: #626262;margin: 0px;}

img             {border: 0px}    

form            {margin: 0px;padding:0px}
select          {font-size: 10px;color: #626262;}
textarea        {font-size: 10px;color: #626262}
input           {font-size: 11px}

h1              {font-size: 14px;
                color:#E17723;
                font-weight: bold}

h2              {font-size: 12px; color:#163764; font-weight: bold}
h3              {font-size: 14px; color:#163764; font-weight: bold}

hr  {
    border-width: 0px;
    color: #E3E3E3;
    background: #E3E3E3;
    height: 1px;
}

.b {
   font-weight: bold;
   
}

.top {
   vertical-align: top
}

.mid {
vertical-align: middle
}

.bot {
    vertical-align: bottom;
}    

.center {
    text-align: center;
    margin: 0px auto 0px auto
}

.right {
    text-align: right;
    margin: 0px 0px 0px auto
}

.left {
    text-align: left;
    margin: 0px auto 0px 0px
}

ul {
    list-style-image: url('../template_images/icons/bullet.gif');
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 14px
}

* html ul {
    list-style-image: url('../template_images/icons/bullet.gif');
    margin: 0px 0px 10px 16px;
    padding: 0px;
}

ol {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 14px
}

* html ol {
    margin: 0px 0px 10px 16px;
    padding: 0px;
}

li {
    font-size: 12px;
    color: #666666;
}

html>body li {
    padding: 0px;
    margin: 0px;
}


.style1 {color: #FF9933}