body {
    font-family:verdana, arial, helvetica, sans-serif;
}

a {
	text-decoration:underline; 
    COLOR: #0000ff;
}

a:hover {
    color: red;
}

.quote {
    vertical-align: middle;
    font-style: italic;
    font-size: 10pt;
}

.quote-author {
    vertical-align: middle;
    font-size: 8pt;
    font-style: normal;
}

img.picture {
    border: 2px solid gray;
    margin: 0px auto;
    width: 240px;
}

.noborder {
    border: 0px;
}

hr.solid-line {
    color: black;
    background-color:black;
    border: 0;
    height: 2px;
}

/* news */
.news {
    padding-top: 10px;
    margin-top: 0px;
    vertical-align: top;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

table.news {
    vertical-align: top;
    font-size: 14px;
    font-style: normal;
    font-family: Verdana;
    font-weight: bold;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
}

table.news ul {
    margin: 0px;
    padding: 0px;
}

tr.news-new, a.news-new {
    color: red;
}

tr.news-recent, a.news-recent {
    color: black;
}

tr.news-old, a.news-old {
    color: #888888;
}

tr.news-very-old, a.news-very-old {
    color: #CCCCCC;
}

/* tables */

table.aligntop td {
    vertical-align: top;
}

table.padded td {
    padding-right: 5px;
} 

td.nowrap {
    white-space: nowrap;      
}

/* text types */
.main-title {
    vertical-align: top;
    font-size: 18pt;
    font-weight: bold;
    white-space: nowrap;
}

.project-title {
    margin-top: 0px;
    vertical-align: top;
    font-size: 16pt;
    font-weight: bold;
}

.description {
    vertical-align: top;
    font-size: 14px;
    font-style: normal;
    font-family: Verdana;
}

/* ul types */

ul.nopadding {
    padding-left: 20px;
    margin-top: 5px;
}

/* old crap */



.title {
    margin-top: 0px;
    vertical-align: top;
    font-size: 14pt;
    font-weight: bold;
}

.subtitle {
    margin-top: 0px;
    vertical-align: top;
    font-size: 10pt;
    font-weight: normal;
}

.small-link {
    vertical-align: middle;
    font-size: 10px;
    font-style: normal;
}

.caption {
    text-align: center;
    font-weight: bold;
}

fieldset {
    width: 0%;
    white-space: nowrap;
    line-height: 200%;
    font-weight: bold;
    font-size: 10pt;
}

fieldset td {
    vertical-align: top;
}

.email {
    font-style: italic;
    font-size: smaller;
    font-weight: bold;
}

.giDescription {
    font-size: smaller;
}

.giInfo {
    font-size: smaller;
}
