html
{
    scrollbar-base-color: #466BA0
}

body
{
    font-family: verdana, sans-serif;
    font-size: x-small;
    color: white;
    background-color: white;
	margin: 0px;
	padding: 0px;
    border: none
}

body.content
{
    margin: 0px 10px 10px 10px;
    background-color: #0a3a6c;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 430px; 
}

body.menu
{
    background-image: url("../images/repeat.gif");
    background-repeat: repeat-y
}

body.top
{
    margin-top: 5px;
    background-image: URL("../images/top.jpg");
    background-position: bottom left;
    background-repeat: no-repeat
}

body.bottom
{
    margin-bottom: 5px;
    background-image: URL("../images/bottom.gif");
    background-repeat: no-repeat
}

h1.name
{
    margin: 0px;
    text-align: right
}
h1
{
    font-size: x-small;
    text-align: center;
    text-transform: uppercase;
    margin: 5px
}
h2
{
    font-size: x-small;
    font-weight: bold;
    text-align: center;
    margin: 5px
}

tr.separator
{
    border: 0px;
    height: 1px;
    background-image: URL("../images/line.gif");
    background-position: left bottom;
    background-repeat: no-repeat
}

p
{
    text-indent: 3px;
    text-align: justify;
    margin: 0px 0px 5px 0px
}

p:first-letter
{
    font-size: small;
    font-weight: bold
}

img.hr
{
    padding:0px;
    background-image:none;
    width:100%;
    height:1px;
    margin: 0px
}

hr
{
    color: white;
    height: 1px;
    margin: 0px
}

a
{
    color: white;
    text-decoration: none    
}

a:hover
{
    text-decoration: underline
}

img
{
    border: 0px
}

img.title
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    background-image: none
}
