/* 
    Document   : Eastside.css
    Created on : April 30, 2006, 2:35 PM
    Author     : elkinss
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
.MenuItem {
    background: gray;    
    font-size: 20px;
    font-family: Helvetica;
    color: blue;
    position: absolute; 
    width: 155px; 
    height: 100px; 
    z-index: 1; 
    border: 1px none #000000; 
    overflow: hidden;
    text-decoration: none;
}
.MenuOptions {
    background: gray;    
    font-size: 20px;
    font-family: Helvetica;
    color: blue;
    text-decoration: none;
}
.Title {
    font-family: impact;
    font-size: 36px;
    color: black;
}

.SubTitle {
    font-family: impact;
    font-size: 24px;
    color: black;
}

.NormalText {
    color: black;
    font-size: 16px;
}
.FormText {
    color: black;
    font-size: 16px;
    font-weight: bold;
}
.FormHeading {
    color: Black;
    font-size: 12px;
    font-weight: bold;
}

.LargeText {
    color: black;
    font-size: 18px;
}

.TinyText {
    color: black;
    font-size: 9px;
}

.Heading1 {
    color: Black;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;

}

a:link {
    color: black;
	font-size: 14px;
    font-style: italic;
    font-weight: bold;
}
a:visited {
    color: brown;
}