@charset "iso-8859-1";

a { text-decoration: none; 
    font-weight: bold;
    font-family: "Tahoma", sans-serif }

a:hover { text-decoration: underline }

body { background-color: white;
       margin: 0px;
       font-family: sans-serif }

.pagehead { width: 100%;
            height: 76px;
            text-align: right;
            background-color: white;
            background-image: url(../img/ginnifer_top.png);
            background-repeat: no-repeat;
            font-size: xx-large;
            font-weight: bold }

.linkbar { border-bottom: #cccccc 1px solid;
           border-top: #cccccc 1px solid;
           border-right: #cccccc 1px solid;
           text-align: center;
           font-size: x-small;
           background: #eeeeff }

.linklit { border-bottom: #cccccc 1px solid;
           border-top: #cccccc 1px solid;
           border-right: #cccccc 1px solid;
           text-align: center;
           font-size: x-small;
           font-weight: bold;
           background: #ffffcc }

.sidebar-text { width: 100%;
                text-align: left; 
                font-size: small; 
                border-bottom: #cccccc 1px solid; 
                border-left: #cccccc 1px solid; 
                border-right: #cccccc 1px solid }

.sidebar-head { width: 100%; 
                background: #ddddff; 
                text-align: center; 
                font-weight: bold; 
                font-size: small; 
                border-bottom: #cccccc 1px solid }

.sidebar-emph { font-size: small;
		font-weight: bold;
                margin-left: 5px;
                margin-right: 5px }

.sidebar-norm { margin-left: 5px;
                margin-right: 5px;
                font-size: small }

.thinbar { width: 100%; 
           height: 4px;
           background: #ccccff }

.newstype { height: 26px;
            width: 100%;
            text-align: left; 
            vertical-align: bottom; 
            font-family: 'Tahoma', sans-serif; 
            font-size: xx-small; 
            color: #ccccff }

.newsdate { width:100%; 
            text-align: left; 
            vertical-align: top; 
            font-family: 'Tahoma', sans-serif; 
            font-size: xx-small; 
            color: #ccccff }

.newshead { height: 24px;
            text-align: left; 
            font-family: 'Tahoma', sans-serif; 
            font-weight: bold;
            color: #000099; 
            border-bottom: black 1px solid; 
            border-top: black 1px solid }
