﻿*
{
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4
{
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal;
    margin-bottom: 0.5em;
}

h1
{
    font-size: 2.0em;
}
h2
{
    font-size: 1.5em;
    border-bottom:1px solid #CCC;
}
h3
{
    font-size: 1.2em;
    font-weight:bold;
}
h4
{
    font-size: 1.2em;
    color:#666;
    font-weight: bold;
}

p
{
    font-size:1em;
    line-height:1.5em;
    margin-bottom: 1.2em;
}

sup, sub
{
    font-size:.75em;
}

body
{
    font-family: Verdana, sans-serif;
    font-size: 11px;
    padding:15px 0 800px 0;
    background-color: #AAA;
}

table
{
    border: none;
}

#bunHeader, #bunFooter
{
    background-color: #EEE;
}

#navLeft
{
    background-color: #FFFFCC;
}

div.padded
{
    padding: 10px;
}

div.padded div
{
    padding: 0;
}

#contentMain
{
    background-color: #FFF;
    height: 400px;
}

#breadCrumbs
{
    background-color: #CCC;
    border-bottom: 1px solid #CCC;
    color: #666;
    padding:2px;
}

#breadCrumbs div 
{
    margin:2px;
}

#breadCrumbs a
{
    color: #666;
    text-decoration: none;
}

#ContactForm
{
    width: 500px;
}
#ContactForm tr td
{
	padding: 2px;
}
#ContactForm .lineBelow
{
	height:8px;
    border-bottom:1px dotted #CCC;
}

ul 
{
    margin-bottom:1em;
    margin-left:4em;
}


ul li ul 
{
    margin-bottom:0;
    margin-left:2em;
}

li
{
    line-height:1.5em;
}


ul.expanded li 
{
    line-height:1.8em;
}

.fet
{
    font-weight:bolder;   
    letter-spacing:1px;
    font-style:italic;
}

.PageTitle 
{
    font-family: Arial, Verdana, sans-serif;
    font-size:24px;
    font-weight:bold;
    line-height:36px;
}

.PageSubTitle
{
    font-family: Arial, Verdana, sans-serif;
    font-size:16px;
    line-height:20px;
    color:#666;
}

table.tb1
{
    width:100%;
    border-collapse:collapse;
}

table.tb1 thead tr th
{
    text-align:left;
    background-color:#EEE;
    border:1px solid #EEE;
    padding:4px;
}

table.tb1 tbody tr td
{
    padding:4px;
    border:1px solid #EEE;
}

.BookQuote
{
    font-weight: bold; 
    font-style: italic;
    font-size:1.2em;
}

.TheoryComparison 
{
    width:100%;
}

.TheoryComparison thead td
{
    font-size: 1.5em;
    border-bottom:1px solid #CCC;
}
.TheoryComparison tbody td
{
    padding-top:.5em;
    vertical-align:top;
}

