﻿.linkNoUnderline
{
    text-decoration: none;
    border: none;
}

a.hypContent
{
    font-size:85%;
    color: #990000;
}
a.hypContent:hover 
{
    color:Black;
    text-decoration: none;
}
a.smlText
{   
    padding:3px;
    font-size:75%;
    background-color: Silver;
}
#Content 
{
	float: left;
	width: 570px!Important;width:568px;
	background-image:url('../../Img/bg_Content.jpg');
	background-repeat:repeat-x;
	background-color: #D49E9E;
	/*height: 380px;*/
	padding :10px;
	margin-right:10px;
	overflow:visible;
	font-size:100%;
	line-height:150%;
}
#Content h1, #Content h2, #Content h3
{
    font-weight: bold;
    padding-bottom:5px;
    font-variant:small-caps;
}
#Content h1, #Content h2
{
    font-size: 90%;
    color:#990000;
}  
#Content h3
{
    font-size:100%;
    padding: 10px 0px 5px 0px;
}   
#Content p
{
    font-size: 100%;
    padding-bottom: 5px;
}
#Content span.smlText
{
    font-size:75%;
}
#Content ul.list
{
    margin-left: 15px;
    margin-bottom: 5px;
    list-style-position:outside;
}
#Content ul.nav_PageAnchors li
{
    display:inline;
}
#Content ul.nav_PageAnchors li a
{
    font-size: 65%;
    color: #990000;
    padding: 0 10px 0 10px;
}
#Content ul.nav_PageAnchors li a:hover
{
    color:Black;
    text-decoration: none;
}
#Content ol li.orderedList
{
    list-style-type:decimal;
    margin-left: 2.5em;
}
.firstLetter {
	font-size: 120%;
	font-weight: bold;
}
