@charset "utf-8";
/* CSS Document */
body,
.ms-core-defaultFont,
#pageStatusBar,
#migrationToolPromotionBar,
.ms-status-msg,
.js-callout-body
{
/* [ReplaceFont(themeFont:"body")] */ font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size:16px;
}
body,
.ms-core-defaultFont,
.js-callout-body
{
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
}
/* override the font-family for the side-column headers on the homepage, AZ page, 
subject pages, profile pages, and E-Reserves pages*/
.s-lib-public-side-header h2 {
   font-family: font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif
}
/* set the font-family for guide page titles */
#s-lg-guide-name {
   font-family:"Segoe UI Bold","Segoe",Tahoma,Helvetica,Arial,sans-serif;font-size:20px
}

/* set the font-family for all non-guide page titles*/
#s-lib-public-header-title {
   font-family:"Segoe UI Bold","Segoe",Tahoma,Helvetica,Arial,sans-serif;font-size:18px
}
/* set the font-family for guide navigation links */
#s-lg-guide-tabs {
   font-family:"Segoe UI Light","Segoe",Tahoma,Helvetica,Arial,sans-serif;color:#2e5f9a;font-size:18px
}
/* set the font-family for box titles */
.s-lib-box .s-lib-box-title {
   font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;font-size:16px
}
/* set the font-family for the entire body tag */
.s-lib-box-content {
   font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif

.ms-core-defaultFont
{
font-weight:normal;
text-decoration:none;
white-space:normal;
word-break:normal;
line-height:normal;
}
