﻿body
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.75em;
    margin: 0px;
    background-color: #FFFFFF;
    color: #333333;
}
h2
{
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
}

h3
{
	text-align: center;
	font-weight: bold;
}

.Fixed
{
    float: left;
    position: fixed;
}
.Relative
{
    float:  right;
    position: relative;
}
.Pushed
{
    float: none;
    clear: both;
    position: static;
}
.Indent
{
    float: none;
    clear: both;
    position: static;
    padding-left: 10px;
}
.Bordered
{
    padding: 3px;
    margin: 3px;
    display: inline-block;
}

div#container
{
    background-position: #000000;
    margin: 0 10%;
    background: #C0C0C0;
}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #C0C0C0}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
