.Text
{
    font-size: 10pt;
    font-family: Arial;
}
.Text-Small
{
    font-size: 9pt;
    font-family: Arial;
    color: Navy;
}
.Footer
{
    font-size: 9pt;
    color: Maroon;
    font-family: Arial;
    text-align: center
}
.Header
{
    font-weight: bold;
    font-size: 12pt;
    color: black;
    font-family: Arial;
    text-align: center
}
.MENU ul
{
    font-size: 11pt;
    font-family:Arial;
    font-weight:normal;
    padding-left: 0;
    margin-left: 0;
    margin-right:0;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type:none;
    text-align:justify;

}

.MENU ul li
{
    list-style: none;
    display: inline;
    position:relative;
    text-align:justify;
    float:left;
    margin-left:2;
    margin-right:2;
}

.MENU ul li a
{
    padding: 1px 0.2em;
    text-align: justify;
    float: left;
    color: Navy;
    text-decoration:none;
}

.MENU ul li a:hover
{
    background-color: #FFE271;
}

.CONTENT
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial
}
BODY
{
    MARGIN-TOP: 0px;
    MARGIN-LEFT: 0px;
    background-color: White;
    font-size: 10pt;
    font-family:Arial;
    color: Black;
}
.Section
{
	background-image: url(images/bg_bar.gif);
	color:#222222;
	font-weight:bold;
	font-size:10pt;
	width:300px
}
.ArticleTitle
{
	font-size:large;
	font-weight:bold;
	font-family:Arial
}
.ArticleBody
{
	background-color: #F2FEFF
}
.Title
{
	font-family:Arial;
	font-size:medium;
	color:Navy;
	text-align:center;
	text-decoration:underline;
}
.Title-LeftJustify
{
	font-family:Arial;
	font-size:medium;
	color:Navy;
	text-align:left;
	text-decoration:underline;
}
.Content
{
	border: 1px solid #000077;
    border-collapse:collapse;
	    background-color:#F0FFF0;
	    text-align: left;
}
.Separator
{
	height:1px;
	background-color:Green;
}
