/*--------------------------------------------------------------*/
/* Replacements for HTML Tags */
/*--------------------------------------------------------------*/
/* Main Body */
BODY {
    background-color: #FFFFFF;
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    margin: 0px;
    text-align: left;
}

/* */
A, Visited, Active {
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
A:Hover {
    color: #e7ad08;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}

/* Anchors used as titles */
A.title, .title:Visited, .title:Active {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
A.title:Hover {
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

/* Anchors used in NavigationSectionA */
A.navA, .navA:Visited, .navA:Active {
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
A.navA:Hover {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    text-decoration: underline;
}

/* Anchors used in NavigationSectionB */
A.navB, .navB:Visited, .navB:Active {
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
A.navB:Hover {
    color: #0060aa;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

/* Anchors used in the CategoryNavigation Controls */
A.categoryNav, .categoryNav:Visited, .categoryNav:Active {
    color: #04489d;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
A.categoryNav:Hover {
    color: #04489d;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
.categoryNav {
    color:#04489d;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

/* Anchors used in a DataGrid's Header when a title can be sorted by */
A.sortHeader, .sortHeader:Visited, .sortHeader:Active {
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
A.sortHeader:Hover {
    color: #00FFFF;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}

/* Anchors used in a DataGrid's Footer for page links */
A.pagination, .pagination:Visited, .pagination:Active {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
A.pagination:Hover {
    color: #00FFFF;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}


/* Links from Lead-In content title */
A.contentLink, .contentLink:Visited, .contentLink:Active {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}
A.contentLink:Hover {
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

/* Links from Lead-In category title */
A.categoryLink, .categoryLink:Visited, .categoryLink:Active {
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}
A.categoryLink:Hover {
    color: #e7ad08;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

/* Links from Lead-In product title */
A.productLink, .productLink:Visited, .productLink:Active {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
A.productLink:Hover {
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

/* Style from edit links */
A.editLink, .editLink:Visited, .editLink:Active {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
A.editLink:Hover {
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

/* Anchors used as breadcrumbs */
A.breadcrumbs, .breadcrumbs:Visited, .breadcrumbs:Active {
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}
A.breadcrumbs:Hover {
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}




/*--------------------------------------------------------------*/
/* Class Tags */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* Navigation Sections */
.navigationSectionA {
    background-color: #4682B4; 
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.navigationSeperatorA {
    background-color: #DCDCDC;
}

.navigationSectionB {
    background-color: #F1F1E1;
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.navigationSeperatorB {
    background-color: #666666;
}


/*--------------------------------------------------------------*/
/* Common Text Settings */
.textRegular {
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
.textSmall {
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}
.textTiny {
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8px;
}
.textLarge {
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
.textExtraLarge {
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

/* Common Text Styles for White (or Reverse) Text */
.textRegular_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.textSmall_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}
.textTiny_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8px;
}
.textLarge_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
.textExtraLarge_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

.textTitle_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.textSubTitle_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}



.textPageTitle {
    color: #e7ad08;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.textTitle {
    color: #0060AA;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.textSubTitle {
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.textFooter {
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8px;
}

.textHighlight_Light {
    color: #B0C4DE;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.textHighlight_Dark {
    color: #e7ad08;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.textCaption {
    color: #999999;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}

.textError {
    color: #FF4500px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.textHidden {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}

.textNew {
    color: #FF4500px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
}

/*--------------------------------------------------------------*/
/* Pricing Text Settings
   Used by ProductItemCollection (_coreModules/eShopping/controls) for formatting Pricing Text 
*/
.textPriceRetail {
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    text-decoration: line-through;
}
.textPriceSale {
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
}
.textPriceSavings {
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
}


/*--------------------------------------------------------------*/
/* Grid Settings
   For use in any HTML tables and by the BaseGrid control (in WGA.ClassLibrary.Controls)
*/
.gridMain {
    border-collapse: collapse;
}
.gridMain TABLE {
    border: solid 1px #4A4A4A;
	margin: 0;
}
.gridMain TH {
    border: solid 1px #4A4A4A;
    padding: 2px 2px 2px 2px;
}
.gridMain TD {
    border: solid 1px #4A4A4A;
    padding: 2px 2px 2px 2px;
}

.gridHeader {
    background-color: #4682B4;
    border: solid 1px #999999;
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.gridHeader A, .gridHeader A:Visited, .gridHeader A:Active {
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
.gridHeader A:Hover {
    color: #ffa;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}

.gridSubHeader {
    background-color: #F1F1E1;
    border: solid 1px #999999;
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.gridRow1 {
    background-color: #FFFFFF;
    border: solid 1px #999999;
    color: #4A4A4A;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}
.gridRow2 {
    background-color: #F4F8FB;
    border: solid 1px #999999;
    color: #4A4A4A;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}
.gridLineError {
    background-color: #B22222;
    border: solid 1px #999999;
    color: #999999;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}
.gridLineWarning {
    background-color: #FFFEAA;
    border: solid 1px #4A4A4A;
    color: #4A4A4A;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
}
.gridFooter {
    background-color: #4682B4;
    border: solid 1px #999999;
    color: #ffffff;
    font-size: 9px;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
}


/*--------------------------------------------------------------*/
/* Order Table Settings
   Used by Order Display Control (WGA.CoreModules.DataRules.Order_Basic) for formatting order display tables
*/
.orderDetail {
    border: solid 1px #cccccc;
    border-collapse: collapse;
    background-color: #FFFFFF;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}

.orderHighlight {
    border: solid 1px #cccccc;
    border-collapse: collapse;
    background-color: #F4F8FB;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}


/*--------------------------------------------------------------*/
/* Product Table Settings
   Used by ProductDisplay and Child Controls (_coreModules/eShopping/controls) for formatting stock item display tables
*/
.productTable {
    border: solid 1px #999999;
    border-collapse: collapse;
    width: 100%
}
.productTablePriceHeader1 {
    background-color: #ffffff;
    border: solid 1px #999999;
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-align: right;
}
.productTablePriceHeader2 {
    background-color: #ffffff;
    border: solid 1px #999999;
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
}
.productTablePriceDetail1 {
    border: solid 1px #999999;
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    text-align: center;
}
.productTablePriceDetail2 {
    border: solid 1px #999999;
    color: #FF4500px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    text-align: center;
}


/*--------------------------------------------------------------*/
/* Data Display Settings
   Used by the DataSection and DataNameValue controls (in WGA.ClassLibrary.Controls)
*/
.dataBoxBorder {
    border: solid 1px #cccccc;
    padding: 4px;
}
.dataBoxBody {
    background-color: #FFFFFF;
}
.dataBoxHeader {
    color: #999999;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.dataBoxRowTitle {
    color: #0060aa;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
}
.dataBoxRowValue {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.dataBoxFooter {
    color: #999999;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

/*--------------------------------------------------------------*/
/* Box Display for general content on the site */
.contentBoxTable {
    width: 160px;
}

.contentBoxHeader {
    background-image: url(/siteSpecific/images/boxHeader.gif);
    color: #e7ad08;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 40px;
    vertical-align: top;
    width: 160px;
    height: 23px;
}

.contentBoxBody {
    background-color: #f8f8f8;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    padding: 5px;
}

/*--------------------------------------------------------------*/
/* Control Formatting
   
   formButton
   To be used by all Button objects - currently used by WebButton (in WGA.ClassLibrary.Controls)
   and by CommonCode.WebButton()
*/
.formButton_float {
    background-color: #7D2A00px;
    background-image: url(/siteSpecific/images/buttonBG.gif);
    border: 1px;
    color: #4A4A4A;
    cursor: hand; cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
}
.formButton_small {
    background-color: Transparent;
    background-image: url(/siteSpecific/images/buttonBG_Small.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #4A4A4A;
    cursor: hand; cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 100px;
}
.formButton_medium {
    background-color: Transparent;
    background-image: url(/siteSpecific/images/buttonBG_Medium.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #4A4A4A;
    cursor: hand; cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 150px;
}
.formButton_large {
    background-color: Transparent;
    background-image: url(/siteSpecific/images/buttonBG_Large.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #4A4A4A;
    cursor: hand; cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 200px;
}

/* Used for formatting text box and list controls */
.formControl {
    border: solid 1px #7f9db9;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
	margin: 4px;
}

/*--------------------------------------------------------------*/
/* Calendar Formatting Control
   Used by WGA.ClassLibrary.Controls.BaseCalendar 
*/
.calendar {
    border: solid 1px #666666;
}
.calendarTitle, .calendarNextPrev {
    background-color: #cccccc;
    color: #e7ad08;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.calendarDayHeader {
    background-color: #F4F8FB;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.calendarDay {
    background-color: #ffffff;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.calendarDayWeekend {
    background-color: #ffffff;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.calendarDayOtherMonth {
    background-color: #F4F8FB;
    color: #aaaaaa;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.calendarDayToday {
    background-color: #ffffff;
    color: #e7ad08;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.calendarDaySelected {
    background-color: #e7ad08;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.calendarSelector {
    background-color: #ffcc66;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}


/*--------------------------------------------------------------*/
/* DHTML Display Class */
.dhtmlDisplay {
    border: #4A4A4A 1px solid;
}


/*--------------------------------------------------------------*/
/* used by breadcrumb classes */
.breadcrumbs {
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}

/*--------------------------------------------------------------*/
/* Step Text Settings
   Used by ProcessSteps User controls (/_coreModules/common/controls) 
*/
.stepActive {
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.stepInactive {
    color: #999999;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.stepComplete {
    color: #999999;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* Site-Specific Styles to be placed here */
/*--------------------------------------------------------------*/
/* Layout Stuff */

/*Main Container*/
#container {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
/*Layout for the Header*/
#header {
    background-image: url(/siteSpecific/images/top_background.jpg);
    background-position: left;
    background-color: #cee0f2;
    background-repeat: no-repeat;
    height: 92px;
}
#headerContent {
    width: 800px;
    
}
#headerContent .searchBox {
    position: absolute;
    top: 6px;
    left: 538px;
    width: 700px;
    z-index:6;
}
#headerContent .bottomNav { 
    position: relative;
    top: -8px;
    left: 64px;
}
/*Layout For Top Navigation*/
#topNav {
    background-image: url(/siteSpecific/images/topNav_background.jpg);
    padding: 12px 0px 2px 0px;
    height: 18px;
}
#topNav li {
    display: inline;
    padding-left: 10px;
}
#topNav ul {
    width: 800px;
    margin:0px;
    padding:0px;
}
/*Layout for "Big Image"*/
#home_bigImage {
    width: 790px;
    padding: 5px 5px;
}
/*Content Container*/
#home_content {
    width: 790px;
    padding: 5px 5px 25px 5px;
    min-height: 500px;
}
/*Left Content Layout*/
#leftContent {
    float: left;
    width: 170px;
    padding: 0px;
}
#login {
    width: 156px;
    border: 1px solid #b3b2b2;
    padding: 5px;
    background-color: #ece9e9;
}
/*Middle Content*/
#middleContent {
    margin-left: 180px;
    Margin-right: 225px;
    padding-right: 18px;
}
/*Right Content*/
#rightContent {
    float: right;
    width: 22%;
    margin-right: 32px;
    border: 1px solid #b3b2b2;
    background-color: #ece9e9;
    padding: 8px;
}
* html #rightContent {
    margin-right: 16px; 
}

#rightContent p{
    padding: 0px;
    margin: 0px;
}

#rightContent h5{
    margin: 0px;
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
    color: #0061aa;
}
#rightContent .arrow{
    position: relative;
    top: 5px;
}
/*Event Content*/
#eventContent {
    margin:2px 0px 0px 0px;
}
#eventContent p{
    margin: 10px 0px;
}
#eventContent h5 {
    font: normal 20px Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    color: #0061aa;
    margin: 0px 0px 15px 0px;
}
#eventContent .topHeader {
    background-image:url(/siteSpecific/images/events_top.jpg);
    background-repeat: no-repeat;
    background-position: 100% 60%;
}
#eventContent .bottomFooter {
    background-image: url(/siteSpecific/images/events_bottom.jpg);
    background-repeat: no-repeat;
    text-align: right;
    padding-right: 22px;
    height: 16px;
    vertical-align: middle;
}
/*Bottom navigation*/
#bottomNav {
    border-top: 1px solid #b3b2b2;
    border-bottom: 1px solid #b3b2b2;
    padding: 0px;
    margin: 0px;
}
* html #bottomNav{
    padding: 3px 0px 3px 40px;
}
#bottomNav li{
    display: inline;
}
#bottomNav ul {
    margin: 3px 44px 3px 0px;
}
/*Footer*/
#footer {
    width: 760px;
    padding: 8px 5px 8px 5px;
    font-size:10px;
}
/*sub-page content*/
#sub_contentContainer {
    margin: 0 0 0 180px;
    padding: 5px 5px 25px 5px;
}

#subPageContent {
    width: 600px;
    padding-top: 8px;
}

/*sub-page navigation*/
#outerLeftNav {
    width: 162px;
    margin:8px 0px;
    padding: 2px;
    border: 1px solid #b3b2b2;
    background-color: #fff;
    color: #FFF;
}
#subLeftNav {
    width: 92%;
    padding: 8px 6px;
    background-color: #0060aa;
    color: #FFF;
}
#subLeftNav li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    
}
#subLeftNav ul {
    margin: 0px;
    padding: 0px;
}
#subLeftNav hr {
    color: #FFF;
}

/* additional style added by Joel * September 26, 2006 */

.textTitleGray {
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.surveyQuestion {
    color: #0060aa;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
