﻿body 
{
    margin: 0;
    padding: 0;
    background: url(../images/body_bg.gif) 0px 75px repeat-x;
    font-family: Helvetica, Arial, Sans-Serif;
    text-align: center;
    color: #555;
}
#header
{
    width:700px;
    margin: 0 auto;
    text-align: left;
}
h1
{
    margin: 15px 0;
}
h2
{
    margin: 28px 0 12px;
}
#content
{
    background: #fff;
    width:700px;
    margin: 0 auto 50px;
    text-align: left;
    border: 1px solid #ccc;
    padding: 2px 2px 70px;
}
a
{
    color: #a30736;
    font-size: 80%;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
img 
{
    border: 0;
}
#IndexLabel 
{
    display: block;
    text-align: center;
    word-spacing: 10px;
    background: #a12a3c;
    height: 1.9em;
}
#IndexLabel a
{
    line-height: 27px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}
.headingRow td
{
    vertical-align: baseline;
    padding-top: 20px;
    border-bottom: 1px solid #666;
}
.headingCell
{
    color: #555;
    font-weight: 900;
    font-size: 100%; 
}
.topCell a
{
    color: #aaa;
    font-size: 65%;
}
.topCell a:hover
{
    color: #a30736;
}
span.topCell 
{
    display: block;
    margin: 40px 0 0;
}
#GlossaryTable, #TermContent
{
    margin: 0 2%;
}
#TermContent h1  
{
    font-size: 120%;
}
#TermContent #DescriptionLabel 
{
    font-size: 90%;
}
#TermContent #DescriptionLabel a
{
    font-size: 100%;
}
