/* RCS style sheet, 2010/02/16 (Jeff Cates, moonchef at gmail.com)       */
/* Original saved at rcs.css.orig                                        */

@media all {  /* style data applies to all media types */

body {
    font-size: small;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
}
p {
    font-size: small;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /* word-wrap: break-word;  /* used to create "word-wrap" effect to avoid breaking templates */  
    /* width:100%;      /* "word-wrap" effect */
    /* left:0;  */
}
h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: large;
    color: #000000;
    font-variant: normal;
    word-wrap: break-word;  /* used to create "word-wrap" effect to avoid breaking templates */
    width:100%;      /* "word-wrap" effect */
}
h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #000000;
    word-wrap: break-word;  /* used to create "word-wrap" effect to avoid breaking templates */
    width:100%;      /* "word-wrap" effect */
}
h3,h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    word-wrap: break-word;  /* used to create "word-wrap" effect to avoid breaking templates */
    width:100%;      /* "word-wrap" effect */
}
td, tr {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul, ol {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

/* links */
a {
    COLOR: #BC0000;
    /* COLOR: #556B2F; */
    /* COLOR: #646464; */
    TEXT-DECORATION: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}
a:active, a:focus {
}
a:visited {
    text-decoratoin: underline;
    color: #333333;
}
a:hover {
    COLOR: #BC0000;
    text-decoratoin: underline;
    text-decoration: underline;
}


.bold {
    font-weight: bold;
}

.category {
    color: #CE5C17;
    font-size: 24px;
    font-variant: normal;
    font-weight: bold;
}

#header {
    color: #CE5C17;
    font-size: 24px;
    font-variant: normal;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.large {
    font-size: large;
}

.indented {
    padding-left: 50pt;
    padding-right: 50pt;
}

.medium {
    font-size: medium;
}

.red {
    color: #bc0000;
}

.highlight {
    background-color: #FFFF00;
}

.italic {
    font-style: italic;
}

.small {
    font-size: x-small;
}

#sub_menu {
    COLOR: #646464;
    TEXT-DECORATION: underline;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.wrap {
    /* text-wrap: suppress; */
    word-wrap: break-word; 
    width:100%;      /* "word-wrap" effect */
    left:0; 
}

.xx-small {
    font-size: xx-small;
}

} /* end, @media all */
