Body
{
    font-family:Arial;    
    text-align:center;
}

A
{
    font-family:Arial;    
    color: #AA0000;
    TEXT-DECORATION: none;
}

A.visited
{
    font-family:Arial;    
    color: #AA0000;
    TEXT-DECORATION: none;
}

A:hover
{
    font-family:Arial;
    text-decoration: underline;
    COLOR: #ff0000;
}

.MainTitle
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 50px;
    color: #FFCC66;
    text-align: center;
    width: 100%;
}

.MainTitle A
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 50px;
    color: #FFCC66;
    text-align: left;
}


.MainTitle A:hover
{
	font-family: Verdana;
    font-weight: bold;
    font-size: 50px;
    color: #FFCC66;
    text-decoration: none;
    border-bottom: 2px dotted #FFCC66;
}


P
{
    text-align: left;   
}

.Content
{
    width: 100%;
}



.Section
{
    font-family:Arial;
    font-size:14px;
    
    margin-left:auto;
    margin-right:auto;
    width: 60%;
    border-color: #666666;
    border-width: 1px;
    border-style: dotted;
    text-align: left;
    
}

.SectionInner
{
    margin: 10px 10px 10px 10px;
}

.SectionInner li
{
    /* color:#5B654F; */
    list-style-type: square;
}

.Section H2
{
	color : #cc0000;
  	font-size: 250%;
    margin: 0.5em;
    text-align: left;
}

.Section H3
{
	color: #000088;
	font-style: italic;
	font-size: 130%;
}


.Section hr
{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 65%;
    border-width: 1px;
    border-color: silver;
    border-style: dotted;
}

.ListTitle
{
    font-weight:bold;
    color: #000088;
	font-style: italic;
}

.Emph
{
	/*font-size: 120%;*/
	/*color: #222222;*/
}

.TopMenu
{
	padding: 0.5em;
}

.ListDescription
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    text-align: justify;
    color: black;
    float: left;
}

.ListImageLeft
{
    float:left;
    margin-left: 0px;
    margin-right: 10px;
    border: 1px solid;
    padding: 1px;
}

.ListImageRight
{
    float:right;
    margin-left: 15px;
    margin-right: 0px;
    border: 1px solid;
    padding: 1px;
}

.ListLinks
{
    text-align: center;
    word-spacing: 10px;
}

.ListLinks A
{
    color: blue;
    text-decoration: none;    
}

.ListLinks A:hover
{
    text-decoration: dotted;
    border-bottom: 1px dotted #333;
}

.NoBS
{
    font-family: Arial;
    font-size: 8px;
    text-align: center;
}

.NoBS2
{
    font-family: Arial;
    font-size: 5px;
    color: Gray;
}

.ImageLinks
{
    word-spacing:20px;    
}

.ImageLinks img
{
    border: 0px solid;
}
