﻿body 
{
    font-family: Times New Roman;
}

input, select {font-family: "Tahoma";}

#Title
{
    font-size: 140%;
    font-weight: bolder;
    margin-top: 20px;
    text-align: left;
    width: 100%;
}

#SubTitle a
{
    color: #666;
    font-size: 80%;
    font-family: "Tahoma";
    text-decoration: none;
    letter-spacing: 120%;
}

#SubTitle a:hover
{
    text-decoration: underline;
}

.SearchCriteria
{
    font-family: "Tahoma";
    font-size: 85%;
    width: 100%;
}

.SearchTerms
{
    color: #FFF;
    font-family: "Tahoma";
    font-size: 80%;
}

.SearchResults
{
    font-family: "Tahoma";
    font-size: 85%;
}

.SearchAlphaList
{
    color: #DDD;
    font-size: 90%;
}

.BuilderList
{
    margin: 20px;
}

