* {
    margin:0;
}

body {
    background-color:#C0C0C0;
    font-family:Century;
    margin:10px;
}
#language {
   text-align:right;
   font-weight:bold;
}

#header {
    font-size:25pt;
    text-transform:uppercase;
}

#subtitle {
    margin-bottom:1em;
    font-style:italic;
}

#TopImg {
    float:left;
    width:160px;
}

#RightLink {
    float:Right;
    width:250px;
    text-align:left;
    font-weight:bold;
}

#RightLinkJA {
    float:Right;
    width:330px;
    text-align:left;
    font-weight:bold;
}

#RightLink p, #RightLinkJA p {
    margin-bottom:15px;
}

#introduction {

}
#introductionJA {
    font-size:11pt;
}

.ClientListHeader {
    font-size:13pt;
    margin-top:10px;
}

.ClientList p {
    font-size:10pt;
    margin-left:10px;
}

.ClientList ul {
    font-size:10pt;
    padding:0;
    list-style:none;
}

.ClientList ul li {
    margin-left:10px;
    margin-bottom:3px;
}

.ClientList li em {
    text-transform:uppercase;
}

.Area {
    font-size:13pt;
    font-family:Bookman Old Style;
    margin-top:10px;
    margin-bottom:5px;
}

#copyright {
    text-align:center;
    font-size:10pt;
    font-weight:normal;
}

strong {
    font-weight:normal;
}

a {
    color:#000000;
}

a:hover {
    color:#0000FF;
}

p {
    margin-bottom:3px;
}

hr {
    height:3pt;
    margin-top:1em;
    margin-bottom:1em;
    background-color:#808040;
    border:1px inset #808040;
}

.break {
    margin-top:1em;
    margin-bottom:1em;
}

.ClearFloat {
    clear:both;
    height:0;
}