

body {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 0.9em;
	color: #333;
    background: #0054aa;
	background-image: url(images/bg_body.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
h1 {
    font-size: 2.2em;
    font-weight: bold;
	color: #0099db;
    margin: 5px 0;
	padding: 10px 0px 20px 0px;
}
h2 {
	font-size: 1.2em;
    margin: 10px 0 0px 0;
    color: #000;
    line-height: 1.3em;
}
h3 {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}
h4 {
    font-size: 1.4em;
	margin: 0px;
    padding: 0px;
}
p {
    margin: 5px 0px 5px 200px ;
    line-height: 1.5em;
    text-align: left;
}
a {
    color: #2564a7;
    text-decoration: none;
}
b,
strong {
    color: #000;
}
a:hover {
    /*color: #808080;*/
    text-decoration: underline;
}
a img {
    border: 0;
}
ul {
    margin-left: 20px;
}
li {
    margin: 10px;
	line-height: 150%;
}
table td {
    vertical-align: top;
    line-height: 1.5em;
    text-align: left;

}
.gray {
    color: #959594;
}
div.siblings {
    width: 25%;
    float: right;
}
ul#siblings li {
    list-style-type: none;
    display: block;
}