a:link {
    color: #888;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

a:visited {
    color: #5b5b5b;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

a:hover {
    color: #708090;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

a:active {
    color: #708090;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

body {
    background-image: url(images/backgrounds/white-gray-background.jpg);
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}

div {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    text-transform: none;
}

h1 {
    color: #800000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

h2 {
    color: #800000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

h3 {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

h4 {
    color: #808080;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

h5 {
    color: #800000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

h6 {
    color: #708090;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

ol {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-style: normal;
    font-weight: bold;
    list-style-position: outside;
    list-style-type: decimal;
    text-transform: none;
}

p {
    color: #000;
    background-color: transparent;
    font-weight: normal;
    font-size: 16px;
    font-style: normal;
    text-transform: none;
}

pre {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    text-transform: none;
}

table {
    margin-left: 3%;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 95%;
}

ul {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-weight: bold;
    list-style-position: inside;
    list-style-image: url(images/site/dot3.png);
}

.address-indent {
    margin-left: 38%;
}

.another-site {
    text-align: center;
    vertical-align: middle;
}

.arrow {
    border: none;
    vertical-align: middle;
}

.articles-indent {
    margin-left: 15%;
}

.articles-note {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.articles-sub-head {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.articles-table {
    width: 95%;
    text-align: center;
}

.articles-table-txt {
    width: 100%;
    text-align: center;
}

.blank-side {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    text-indent: 11%;
}

.cadetblue-text {
    color: #5f9ea0;
    background-color: transparent;
    text-align: center;
    font-weight: bold;
}

.column1 {
    text-align: center;
    vertical-align: top;
    width: 40%;
}

.column2 {
    text-align: left;
    vertical-align: top;
    width: 60%;
}

.column50-center {
    text-align: center;
    vertical-align: middle;
    width: 50%;
}

.column50-left {
    text-align: left;
    vertical-align: middle;
    width: 50%;
}

.column50-right {
    text-align: right;
    vertical-align: middle;
    width: 35%;
}

.column-auto {
    text-align: center;
    vertical-align: middle;
    width: auto;
}

.column-auto-left {
    text-align: left;
    vertical-align: middle;
    width: auto;
}

.column-auto-right {
    text-align: right;
    vertical-align: middle;
    width: auto;
}

.column-auto-top {
    text-align: center;
    vertical-align: top;
}

.column-back {
    text-align: left;
    vertical-align: middle;
    width: 45%;
}

.column-left-indent {
    text-align: left;
    text-indent: 5%;
    vertical-align: middle;
    width: auto;
}

.column-links {
    text-align: center;
    vertical-align: middle;
    width: 28%;
}

.column-muslimgauze {
    text-align: right;
    vertical-align: middle;
    width: 40%;
}

.column-press1 {
    text-align: center;
    vertical-align: middle;
    width: 12%;
}

.column-press2 {
    text-align: center;
    vertical-align: middle;
    width: auto;
}

.credits {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.credits-rel {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    width: 50%;
}

.credits-repress {
    color: #333;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    width: 60%;
}

.darkblue-text {
    color: #006;
    background-color: transparent;
    text-align: center;
    font-weight: bold;
}

.date {
    color: #333;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.date-articles {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
}

.date-right {
    color: #333;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    text-indent: 70%;
}

.disc {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    text-indent: 40px;
}

.disc-info {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
}

.disc-info-italic {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

.discography-indented {
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    margin-left: 7%;
    margin-right: 7%;
}

.discography-sub-title {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.disc-title {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.disc-link {
    color: #888;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.ed {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

.facsimile-table {
    border: none;
    width: 95%;
    text-align: center;
}

.float-left {
    float: left;
    padding: 2%;
}

.float-right {
    float: right;
}

.graphic-center {
    text-align: center;
    border: none;
}

.graphic-indent {
    text-indent: 25%;
    text-align: left;
    border: none;
}

.graphic-indent-small {
    text-indent: 10%;
    text-align: left;
    border: none;
}

.graphic-left {
    text-align: left;
    border: none;
}

.graphic-right {
    text-align: right;
    border: none;
}

.h1-gray {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.h1-gray-left {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

.h1-left {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
}

.h1-orange {
    color: #f60;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.h1-orange-small {
    color: #f60;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.h3-left {
    color: #333;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

.h5-gray {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.h5-gray-small {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.h5-left {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.h5-red {
    color: #c00;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.h5-red-small {
    color: #c00;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.h5-right {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-indent: 65%;
}

.header-graphic {
    text-align: center;
    visibility: visible;
}

.image {
    text-align: center;
    vertical-align: middle;
}

.image-left {
    text-align: left;
    vertical-align: middle;
}

.image-right {
    text-align: right;
    vertical-align: middle;
}

.index-c1 {
    width: 33%;
    text-align: center;
    vertical-align: middle;
}

.index-c2 {
    width: 33%;
    text-align: center;
    vertical-align: middle;
}

.index-c3 {
    width: 33%;
    text-align: center;
    vertical-align: middle;
}

.index-indent {
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    margin-left: 30%;
    font-style: normal;
    font-size: 36px;
    font-weight: lighter;
}

.index-table {
    text-indent: 5%;
    text-align: center;
}

.italic {
    font-style: italic;
}

.italic-small {
    font-style: italic;
    font-size: 10px;
}

.itunes {
    padding-left: 5%;
    vertical-align: baseline;
}

.left-indent {
    margin-left: 15%;
}

.articles-indent {
    margin-left: 15%;
}

.memorials-table {
    width: 900px;
    text-align: center;
}

.note-header {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    text-indent: 5%;
}

.note-header-red {
    color: #c00;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    text-indent: 5%;
}

.note-body {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    text-indent: 5%;
}

.note-body-indent {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    text-indent: 10%;
}

.note-body-red {
    color: #c00;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    text-indent: 5%;
}

.oop {
    color: #f00;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

.pageheader-maroon {
    color: #800040;
    background-color: transparent;
    text-align: left;
}

.page-heading {
    color: #000;
    background-color: transparent;
    font-style: italic;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.p-bold {
    color: #000;
    background-color: transparent;
    font-weight: bold;
    font-size: 16px;
    font-style: normal;
    text-indent: 5pt;
    text-transform: none;
}

.p-indented {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin-left: 7%;
    margin-right: 7%;
}

.p-italics {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.pre-small {
    color: #333;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

.press-center {
    width: 85%;
    text-indent: 5%;
    text-align: center;
}

.press-header {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
    text-transform: none;
}

.press-indent {
    color: #800;
    background-color: transparent;
    font-size: 18px;
    font-weight: bolder;
    width: 85%;
    text-indent: 10%;
    text-align: center;
    text-decoration: underline;
}

.press-table {
    width: 90%;
    text-align: center;
    text-indent: 5%;
}

.press-review {
    text-align: center;
}

.press-review-old {
    width: 55%;
    text-align: center;
}

.p-underline {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
}

.p-underline-red {
    color: #c00;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
}

.p-very-small {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.quote-indent {
    margin-left: 5%;
    font-style: oblique;
}

.reference {
    color: #880000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 10px;
    font-style: italic;
    text-align: left;
    text-decoration-line: overline;
}

.rel-date {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.releases-table {
    width: 95%;
    text-align: center;
}

.request-table {
    width: 900px;
    text-align: center;
}

.return-image {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.reviewer {
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.site-table {
    width: 900px;
    text-align: center;
}

.side {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    text-indent: 65px;
}

.skinner-center {
    text-align: center;
}

.skinner-center-indent{
    text-align: center;
    text-indent: 5%;
}

.skinner-center-indent2{
    text-align: center;
    text-indent: 20%;
}

.skinner-left{
    text-align: left;
}

.skinner-left5{
    text-indent: 5%;
}

.skinner-left10{
    text-indent: 10%;
}

.skinner-left15{
    text-indent: 15%;
}

.skinner-right{
    text-align: right;
}

.skinner-right5{
    text-align: right;
    text-indent: 5%;
}

.skinner-right10{
    text-align: right;
    text-indent: 10%;
}

.skinner-right15{
    text-align: right;
    text-indent: 15%;
}

.skinner-right20{
    text-align: right;
    text-indent: -20%
}

.sonography-text {
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-indent: 3%;
}

.strikethrough {
    text-decoration: line-through;
}

.strike-through {
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: line-through;
}

.strike-through-italic {
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-decoration: line-through;
}

.sub-title {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.table {
    height: auto;
    text-align: left;
    width: auto;
}

.table-center {
    height: auto;
    text-align: center;
    width: auto;
    vertical-align: middle;
}

.time {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}

.times-roman {
    font-family: Cambria, Georgia, serif;
    font-variant: small-caps;
    font-size: 16px;
    text-transform: none;
    font-weight: bolder;
    font-style: normal;
}

.tracks {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
    text-indent: 20px;
}

.ul-2 {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-weight: bold;
    list-style-position: inside;
    list-style-image: url(images/site/circle2.png);
}

.ul-press {
    color: #000;
    background-color: transparent;
    font-weight: normal;
    font-size: 16px;
    font-style: normal;
    text-indent: 5pt;
    text-transform: none;
}

.underline {
    color: #000;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
}

.unknown-rel {
    color: #800040;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

.warning {
    color: #c00;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

.warning-ctr {
    color: #c00;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.warning-lrg {
    color: #c00;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}

.warning-small {
    color: #c00;
    background-color: transparent;
    font-family: 'akagi-pro', 'Segue UI', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}
