/* CSS Document */
body {
	
	font:70% Arial, Helvetica, sans-serif; 
	margin-top:14px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
a:link,a:visited { color: #000000; text-decoration: none }
a:hover { color: #0066CC; text-decoration: none }
.bg_bottom {background:url(/images2/refresh/bg_bottom_tile.gif) repeat-x bottom;}
//.main_bg_promo {background-color:#eeeeee; background:url(/images2/refresh/main_bg_promo/i_luv_easy.jpg);}

.quicklinks_section {/*background-image:url(/images2/refresh/main_links_holder.gif);*/ padding-left:14px;  padding-top:8px;font-weight:bold;}*/

.padding5 {padding:5px;}
.padding3 {padding:3px;} 
.padding2 {padding:2px;}
.padding1 {padding:1px;}

.footer {font:90%; color:#333; padding-top:8px; padding-left:3px; padding-right:3px; padding-bottom:5px;}
.footer:link {text-decoration:underline;}
.left  {text-align:left; }
.right {text-align:right;}

/* http://designoahu.com/ie-png-transparency-2
   http://www.themaninblue.com/writing/perspective/2004/06/18/
   (for using png in ie6) */
td.background_bottom_light {background-image: url(/images2/refresh/panel/bottom_light.png);}
td.background_bottom_dark {background-image: url(/images2/refresh/panel/bottom_dark.png);}
/*sizingMethod need 'scale' to look like repeat*/
* html td.background_bottom_light {
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images2/refresh/panel/bottom_light.png', sizingMethod='scale');
}
* html td.background_bottom_dark {
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images2/refresh/panel/bottom_dark.png', sizingMethod='scale');
}
