body
{
	background-image: url("../../../images/SiteShell/HEVertbeanRepeaterDark.jpg");
	background-color: #2e1801;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Shell
{
	width: 902px;
	margin-left: auto;
	margin-right: auto;
}
#header
{
	background-image: url("../../../images/SiteShell/HE_graphic_bar.jpg");
	background-color: #000000;
	background-repeat: repeat-x;
	height: 160px;
}
.TenPointLabelBlack
{
	color: #000000;
	font-size: 10pt;
}
.TenPointLabel
{
	color: #986600;
	font-size: 10pt;
}
.TenPointLabelRed
{
	font-size: 10pt;
	color: #A4491D;

}
.TenPointLabelRedError
{
	font-size: 10pt;
	color: #A4491D;
    padding-right: 200px;
    float: right;
    padding-top: 10px;
}

.TenPointLabelRedSmall
{
	font-size: 8pt;
	color: #A4491D;

}

.TenPointLabelWhite
{
	color: White;
	font-size: 10pt;
}

.TenPointLabelRedBold
{
	font-size: 12pt;
	color: #A4491D;
	font-weight: bold;
}

.TenPointLabel a:link
{
	text-decoration: none;
}
.TenPointLabel a:visited
{
	text-decoration: none;
}
.HomeGridLink
{
	font-size: 10pt;
}

a img, a:visited img
{
	border: none;
	border-width: 0px;
}

/* Product Detail */
#leftImage
{
	height: 265px;
	width: 265px;
	float: left;
	background-image: url('../../../images/ProductDetail_left.png');
}
#rightContent
{
	width: 613px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff5cc;
	float: right;
	z-index: 2;
}
#rightContent hr
{
	border: dashed #986600;
	border-width: 1px 0 0 0;
	height: 0;
	line-height: 0px;
	font-size: 0;
	margin: 0;
	padding: 0; /*border: 0; 	width: 98%; 	color: #986600; 	background-color: #986600; 	height: 1px;	 	border-style: dashed;*/
}
div.rightContentHeader
{
	background-image: url('../../../images/ProductDetail_righttop.png');
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
div.rightContentBody
{
	width: 583px;
	background-image: url('../../../images/ProductDetail_rightMiddlepng.png');
	background-repeat: repeat-y;
	background-color: #fff5cc;
	padding: 15px;
	z-index: -1;
}
div.rightContentFooter
{
	width: 613px;
	background-image: url('../../../images/ProductDetail_rightbottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fff5cc;
	margin-left: 1px;
}
.ProductDetailImage
{
	padding: 5px;
}
.ProductDetailName
{
	color: #4a1f02;
	font-size: 10pt;
}
.EightPointLabelBlack
{
    color: #000000;
	font-size: 8pt;
}

/* End product Detail */
/* Modal Popup Stuff */
#mask
{
	position: absolute;
	z-index: 9000;
	background-color: #000;
	display: none;
	right: 0;
	top: 0;
}

#boxes .window
{
	position: absolute;
	width: 440px;
	height: 160px;
	display: none;
	z-index: 9999;
	padding: 15px;
	background-color: #FFFFFF;
	background-image: url('../../../images/PopupBackground.png');
	background-position: bottom;
	background-repeat: repeat-x;
}

#boxes #dialog
{
	width: 375px;
	height: 145px;
}
/* End Modal Popup Stuff */
/* User Management */
.userHr
{
	border: solid #986600;
	border-width: 1px 0 0 0;
	height: 0;
	line-height: 0px;
	font-size: 0;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.MoveListBoxItem
{
	width: 40px;
}
.TreeViewDiv
{
	background-color: #FFFFFF;
	border: solid 1px #BBCCF8;
	width: 748px;
	height: 130px;
	overflow: auto;
	padding: 3px;
}
.collapsablePanelHeader
{
	border: solid 1px #986600;
	background-color: #FFF5CC;
}
.HeaderContent
{
	padding-left: 5px;
}
.ArrowExpand
{
	background-image: url(../../../images/expand.jpg);
	background-repeat: no-repeat;
	width: 13px;
	margin-top: 4px;
	margin-right: 5px;
}
.ArrowClose
{
	background-image: url(../../../images/collapse.jpg);
	background-repeat: no-repeat;
	width: 13px;
	margin-top: 4px;
	margin-right: 5px;
}
.DropDownContent
{ 
	display: none;
    border: solid 1px #986600;
}
.ScrollingRepeaterDiv
{
	width: 748px;
	height: 300px;
	overflow: auto;
}
.OuterRepeaterDiv
{
    width: 750px;
     border: solid 1px #BD5810; 
     background-color: #FFFFFF;
}

.AlternateRepeaterRow
{
    background-color:#FFFCE4;
}
.AccessRepeaterRow
{
	background-image: url('../images/RowBackground.png'); 
	background-repeat: repeat-x;
	height: 88px; 
	border-style: none;	
}
/* End User Management */
/* Product Search */
.FullWidthRepeaterHeader
{
	background-image: url('../images/ProductsHeader.png');
	padding-top: 10px;
	padding-left: 10px;
	height: 32px;
	background-repeat: no-repeat;
}
.FullWidthRepeaterHeaderNOPadding
{
	background-image: url('../images/ProductsHeader.png');
	padding-top: 10px;
	padding-left: 10px;
	height: 32px;
	background-repeat: no-repeat;
}
#tabs
{
	float: right;
	padding-right: 5px;
	margin-bottom: -1px;
}
#tabs a
{
	text-decoration: none;
	color: #A4491D;
}
#SortSection
{
	float: left;
	padding-top: 5px;
	font-size: 10pt;
	color: #A4491D;
}
.InactiveTab
{
	background-image: url('../images/InActiveTab2.png');
	width: 147px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	text-align: center;
	font-size: 10pt;
	display: block;
	float: right;
}

.ActiveTab
{
	background-image: url('../images/ActiveTab2.png');
	width: 147px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	text-align: center;
	display: block;
	font-size: 10pt;
	float: right;
}
/* End Product search */

/* Shopping Cart */

#TopShoppingButtons
{
	float: right;
}
#ShoppingCartTable
{
	font-size: 10pt;
}

/* End Shopping Cart */

/* Order History Page */

.FieldSetStylez
{
    border-style: solid; 
    border-top-width: 1px; 
    border-color: #986600; 
    border-left-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 1px; 
    background-color: #FFF5CC;
    background-repeat: repeat-x;
}

.BlackText
{
    color: #000000;
}

.SearchPanel
{
    float:left; 
    line-height: 27px; 
    width: 79%; 
    height: 95px; 
    padding-left: 5px;
}

.LeftalignedLabel
{
    color: #986600;
	font-size: 10pt;
    display:block;
    width:100px; 
    float:left; 
    text-align:right;
}

.OrderedFromLabel
{
    color: #986600;
	font-size: 10pt;
    display:block; 
    width:100px; 
    float:left; 
    text-align:right;
}

.RepeaterRow
{
    background-image: url('../images/RowBackground.png'); 
    background-repeat: repeat-x;
    height: 30px; 
    border-style: none;
    vertical-align: bottom;
}
.RepeaterRowBottom
{
    
    background-position: center;
    height: 30px; 
    vertical-align: top; 
    background-image: url('../images/RowBackground.png'); 
    background-repeat: repeat-x;
    
}


.PagingFooter
{
    background-image: url('../images/ProductsHeader.png');
    padding-top: 5px; 
    padding-right: 10px; 
    height: 37px;   
}

.NinePointLabelBlack
{
	color: #000000;
	font-size: 9pt;
}
.NinePointLabel
{
	color: #986600;
	font-size: 9pt;
}
.NinePointLabelRed
{
	font-size: 9pt;
	color: #A4491D;
}

.NinePointLabel a:link
{
	text-decoration: none;
}
.NinePointLabel a:visited
{
	text-decoration: none;
}

/* End Order History Page */
/* Order Detail Page */

.orderHistoryHr
{
    border: solid #C2AA4F;
	border-width: 1px 0 0 0;
	height: 0;
	line-height: 0px;
	font-size: 0;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* End Order Detail Page */
/* Order Verification Page */
.OrderVerifyTitleMessage
{
    width: 100%; 
    font-size: 9pt; 
    text-align: center; 
    color: #A4491D;   
}
.OrderDetailRepeaterDiv
{
    color: #A4491D; 
    background-image: url(../images/OrderDetailTop.png);
    width: 885px; 
    background-repeat: no-repeat; 
}
.OrderDetailTable
{
    margin-top: 44px; 
    background-color: #FFF5CC;
    width: 872px; 
    margin-left: 5px;   
    height: 42px;
}
.OrderDetailTitleSeparater
{
    width: 865px; 
    margin-left: auto; 
    margin-right: auto;
    padding-top: 0px; 
    padding-bottom: 0px; 
    margin-top: -6px; 
    border: solid #C2AA4F;
	border-width: 1px 0 0 0;
	height: 0;
	line-height: 0px;
	font-size: 0;  
}
.OrderDetailSeparater
{
    width: 865px; 
    margin-left: auto; 
    margin-right: auto; 
    border: solid #C2AA4F;
	border-width: 1px 0 0 0;
	height: 0;
	line-height: 0px;
	font-size: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;  
}
.OrderDetailBottom
{
    width: 885px; 
    height: 134px; 
    margin-left: auto;
    margin-right: auto; 
    background-image: url(../images/OrderDetailBottom.png);
    background-repeat: no-repeat; 
    background-color: #FFF5CC;  
}
.OrderDetailBottomContent
{
    width: 850px; 
    margin-left: auto; 
    margin-right: auto;
}
/* End Order Verification Page */
/* Home Page */

#AnnouncementTable
{
	font-size: 8pt; 
	margin-left: -5px; 
	margin-top: -12px; 
	z-index: 100; 
	background-image: url('../images/annoucementHomeMiddle.png'); 
	background-repeat:repeat-y;
	width: 245px;
}

.AnnouncementRight
{
	width: 160px;
	word-wrap: break-word;
}
/* End Home Page */
.ActiveHover
{
    background-image: url('../images/RowBackground.png'); 
    background-repeat: repeat-x; 
    padding: 7px;
    color: #986600;
	font-size: 10pt;
}
.InactiveHover
{
    background-image: none;  
    padding: 7px;
    color: #A4491D;
	font-size: 10pt;
}
/* Announcements */
textarea.Expanding {
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid 0px #986600;
	background-color:Transparent;
	width: 820px;
}
/* End Announcements */
#pnlLeftSide h5
{
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 3px;
}
.HeaderContent
{
	float: right;
	padding-top: 15px;
	padding-right: 24px;
}
#menu
{
	width: 897px;
	background-image: url("../images/SiteShell/HENaV1_01.gif");
	background-repeat: repeat-x;
	padding-left: 5px;
	height: 40px;
}



/* KALIDESCOPIC CHANGES 9_21_2009 */
/* CSS Menu Navigation */
.menuactive 
{
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url(../images/navImages/nav-brwn48.jpg);
	background-repeat: repeat-x;

}
.menuactive a 
{
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	height: 22px;
	width: auto;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	background-image: url(../images/navImages/nav-brwn48.jpg);
	background-repeat: repeat-x;
	display: block;
 }
.menuactive a:hover
{
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	background-image: url(../images/navImages/nav-brwn48.jpg);
	background-repeat: repeat-x;
}
.menuactive a:visited
{
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
    background-image: url(../images/navImages/nav-brwn48.jpg);
	background-repeat: repeat-x;
}
.menu 
{
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.menu a 
{
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	height: 22px;
	width: auto;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	display: block;
 }
.menu a:hover
{
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	background-image: url(../images/navImages/nav-brwn48.jpg);
	background-repeat: repeat-x;
}
.menu a:visited
{
        text-decoration: none;
        font-size: 13px;
        font-weight: normal;
}


#menu a
{
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
#menu a:hover
{
	background-color: #693120;
}
#footer
{
}
#footer-links
{
	background-color: #000000;
	height: 26px;
	padding-top: 10px;
	padding-left: 31px;
}
#footer-links span
{
	padding-left: 26px;
}
#sub-footer
{
	padding-top: 24px;
	padding-left: 56px;
}
#main-content
{
	background-color: #fff5cc;
}
.OmsMenu
{
	height: 28px;
	font-family: Calibri;
	font-size: 16px;
}

.OmsMenuItem
{
	color: #FFFFFF;
	padding-left: 1px;
	padding-top:2px;	
	padding-bottom: 1px;
	font-size: 16px;
	font-family: Calibri;

}
.OmsMenuItem a:visited
{
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 16px;

}
.OmsMenu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}
.OmsMenu a:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}
.OmsMenuSubItem
{
    color: #FFFFFF;
    background-image: url(../../../Images/menubg3.gif);
    height: 30px;
}
.OmsMenuSubItem:hover
{
    color: #FFFFFF;
    background-image: none;
    background-color: #6A3120;
    height: 30px;
}

.OmsMenuSubItem a:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	background-image: none;
	background-color: Transparent;
}
.OmsMenuSubItem a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	background-image: none;
	background-color: Transparent;
}
#OMSMenuDiv
{
	background-image: url(../../../Images/menubg3.gif);
	padding-left: 40px;
	margin-top: -4px;
	font-size: 16px;
	font-family: Calibri;
}
.LoginStatus
{
	position: absolute;
	top: 202px;
	margin-left: 562px;
	text-decoration: none;
	font-size: 16px;
}

#ZipThruMenu
{
	position: absolute;
	top: 194px;
	margin-left: 711px;
	text-decoration: none;
	font-size: 16px;	
}

.LoginStatus a:visited
{
	background-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}
.loginButton
{
	background: url(../../../images/login.png);
	height: 10px;
	width: 45px;
	font-size: 16px;
}
.LoginContentPadding
{
	padding: 25px 25px 25px 55px;
}
.newContentPadding
{
	padding: 10px 10px 10px 10px;
}
.OldContentTable
{
}
p
{
}
td
{
}
a:link
{
	color: #4a1f02;
	text-decoration: underline;
}
a:visited
{
	color: #4a1f02;
	text-decoration: underline;
}
a:hover
{
	color: #4a1f02;
	text-decoration: underline;
}
a:active
{
	color: #4a1f02;
}
/*<agl.folder "links">*/
.link_body
{
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-decoration: underline;
	cursor: pointer;
}
.link_body a:link
{
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-decoration: underline;
	cursor: pointer;
}
.link_body a:visited
{
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-decoration: underline;
	cursor: pointer;
}
.link_body a:hover
{
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-decoration: underline;
	cursor: pointer;
}
.link_bodybold
{
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
	cursor: pointer;
}
.link_bodybold a:link
{
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
	cursor: pointer;
}
.link_bodybold a:visited
{
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
	cursor: pointer;
}
.link_bodybold a:hover
{
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
	cursor: pointer;
}
.menu_white
{
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.menu_white a:link
{
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.menu_white a:visited
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.menu_white a:hover
{
	color: #f2b347;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.footer_white
{
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.footer_white a:link
{
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.footer_white a:visited
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.footer_white a:hover
{
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.footer_dark
{
	color: #66321a;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.footer_dark a:link
{
	color: #66321a;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.footer_dark a:visited
{
	color: #66321a;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.footer_dark a:hover
{
	color: #66321a;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.footer_cream
{
	color: #fecc83;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.footer_cream a:link
{
	color: #fecc83;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.footer_cream a:visited
{
	color: #fecc83;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.footer_cream a:hover
{
	color: #d78740;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.footer_link
{
	color: #7d4538;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.footer_link a:link
{
	color: #7d4538;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.footer_link a:visited
{
	color: #7d4538;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.footer_link a:hover
{
	color: #7d4538;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
/*</agl.folder>*/
/*<agl.folder "text">*/
.title
{
	font-size: 26px;
	font-family: georgia;
	line-height: 26px;
}
.titleBold
{
	font-size: 26px;
	font-family: georgia;
	font-weight: 700;
	line-height: 26px;
}
.titleSecondary
{
	font-size: 20px;
	font-family: georgia;
	line-height: 22px;
}
.titleSecondaryBold
{
	font-size: 20px;
	font-family: georgia;
	font-weight: bold;
	line-height: 22px;
}
.subtitle
{
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.subtitleBold
{
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
}
.subtitleSecondary
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.subtitleBoldSecondary
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
}
.LEEFsubtitleSecondary
{
	color: #360;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.LEEFsubtitleBoldSecondary
{
	color: #360;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
}
.body
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}
.bodyBold
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
}
.footer
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
}
.footerBold
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 12px;
}
/*</agl.folder>*/

