/*  The is the fabradio.com site wide css file */
/*  Use a local page override */
/*  or create another specific css if a variance is required */

/* Typography */

@font-face {
    font-family: Charter;
    font-style: normal;
    font-weight: bold;
    font-display: block;
    src: url(../fonts/Charter-Bold.woff) format("woff");
}
@font-face {
    font-family: Charter;
    font-style: italic;
    font-weight: normal;
    font-display: block;
    src: url(../fonts/Charter-Italic.woff) format("woff");
}
@font-face {
    font-family: Charter;
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url(../fonts/Charter-Regular.woff) format("woff");
}
@font-face {
    font-family: LiberationSans;
    font-style: normal;
    font-weight: bold;
    font-display: block;
    src: url(../fonts/LiberationSans-Bold.woff) format("woff");
}
@font-face {
    font-family: LiberationSans;
    font-style: italic;
    font-weight: normal;
    font-display: block;
    src: url(../fonts/LiberationSans-Italic.woff) format("woff");
}
@font-face {
    font-family: LiberationSans;
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url(../fonts/LiberationSans-Regular.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-display: block;
    src: url(../fonts/Roboto-Bold.woff) format("woff");
}

/* General styles */
  
a:hover {
    color: red;
    background-color: #ffffcc;
}

img {
    border: 0
}

body {
    background: #ffffff;
    margin: 0px auto; 
    max-width: 600px;
    padding: 0px;
}

table {
    border-top-style: none;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-spacing: 0;
    height: 500px;
    width: 600px;
}

td {
    background-color: white;
    border: none;
/*  border: 0px solid white; */
    border-spacing: 0;
    font-family: Charter, serif;
    font-size: 12pt;
    font-weight: normal;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}

div.footer {
/*  background-color: #e8f2ff; */
    background-color: #f5f5f5;
/*  background-color: #ffffff; */
    border: dotted;              
/*  border: none; */
    border-width: 1px;            
    border-top-style: none;
    font-family: LiberationSans, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    margin: 0px 0;
    padding: 2px;
    text-align: left;
    width: 596px;
}

p {
    border: 0px;
    font-family: Charter, serif;
    font-size: 12pt;
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 36px;
    margin-right: 36px;
    padding: 0px;
    text-align: justify;        
}

p.smaller {
    border: 0px;
    font-family: Charter, serif;
    font-size: 10.5pt;
    font-weight: normal;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 36px;
    margin-right: 36px;
    padding: 0px;
    text-align: justify;        
}

p.caption {
    border: 0px;
    font-family: Charter, serif;
    font-size: 10.5pt;
    font-weight: normal;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 36px;
    margin-right: 36px;
    padding: 0px;
    text-align: left;        
}

p.infobox {
    border: 0px;
    font-family: Roboto, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 36px;
    margin-right: 36px;
    padding: 0px;
    text-align: left;
}

p.events {
    border: 0px;
    font-family: LiberationSans, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 36px;
    margin-right: 36px;
    padding: 0px;
    text-align: left;
}

p.sans {
    border: 0px;
    font-family: LiberationSans, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 36px;
    margin-right: 36px;
    padding: 0px;
    text-align: left;
}

#a1 {
    border: 0px;
    font-family: LiberationSans, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 36px;
    margin-right: 36px;
    padding: 0px;
    text-align: center;
}

#a2 {
    border: 0px;
    font-family: LiberationSans, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 36px;
    margin-right: 36px;
    padding: 0px;
    text-align: center;
}

#a3 {
    border: 0px;
    font-family: LiberationSans, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 36px;
    margin-right: 36px;
    padding: 0px;
    text-align: left;
}

