.top_header {
	color: #ffffff;
	font-variant: small-caps;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background: #a3a3a3;
	font-size: 160%;
	font-family: "Lucida Grande", Arial, sans-serif;
	margin: 0px;
	width: 99%;
	padding-left: .5em;
	text-align: center;
}

a {	
    text-decoration: none;
	color:  black;
}

a:link {color: black;	}
a:visited {color: black;}
a:hover {color: #0080ff;}
a:active {color: black;}


.Frame {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 40px;
}

.Divider {
    border-bottom: 1px dotted lightgray;
    padding-top: 20px;
}

.Quote {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    color: black;
    font-style: italic;
}

.Quote A {
    color: black;
}

.QuoteName {
    text-transform: uppercase;
    white-space: nowrap;
    color: gray;
    font-size: 9px;
    font-family: lucida grande, verdana;
    font-style: normal;
}

.Content {
    text-align: justify;
}

.Content A {
    color: gray;
    border-bottom: 1px dotted gray;
    text-decoration: none;
}

.Content A:hover {
    border-bottom: 1px solid gray;
}

.BigContent {
    text-align: justify;
    font-size: 15px;
}

.Small {
    font-size: 10px;
}

td A {
    text-decoration: none; 
    color: black;
}

td A:hover {
    color: gray;
}
    
body {
    margin: 0px;
    font-family: lucida grande, verdana;
    font-size: 12px;
    background-color: #3f3f3f;
}

.MainContent {
    min-width: 700px;
    margin-left: 35px; 
    margin-right: 35px; 
    margin-top: 7px; 
    background: white; 
    border: 2px solid #2B2B2B; 
}

.sidebar {
        border-left: 1px solid lightgray;
        padding-left: 10px;
        padding-right: 10px;
}
.sidebar a {
        color: red;
        border-bottom: 1px dotted red;
}
.sidebar a:hover {
        color: #2966FF;
        border-bottom: 1px dotted #2966FF;
}
.SideTitle {
        font-family: lucida grande, tahoma, sans-serif;
        font-size: 11px;
        letter-spacing: 1px;
        text-transform: lowercase;
        color: black;
}

.SmallLink {
    font-size: 10px;
}

.SmallRed A {
    color: #7F0000;
}

.Footer {
    font-size: 10px;
    padding: 13px;
    color: #666666;
}

.FeatureTable {
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
}

.FeatureTable td {
    padding-top: 15px;
}

.FeatureTable td img {
    padding-right: 5px;
}