*{
    font-family: "Verdana", sans-serif;
    font-size: 10pt;
    padding: 0px;
    margin: 0px;
}
body{
    background-image: url("images/bg.jpg");
    background-repeat: repeat-x;
    background-color: #7D8598;
}
p
{
	margin-bottom: 10px;
}

fieldset
{
	-moz-border-radius: 8px;
	border-radius: px;
	padding: 0 10px 10px 10px;s
}

legend
{
	margin-;eft: 10px;
}

div#centered{
    position: absolute;
    left: 50%;
    margin-left: -400px;
}
div#menuContainer{
    margin-bottom: -3px;
}
div#topPics{
    background-image: url("images/bg_toppics.jpg");
    background-repeat: no-repeat;
    width: 786px;
    height: 144px;
    padding-top: 10px;
    margin-bottom: -10px;
}
div#topPics img{
    vertical-align: top;
    padding-left: 30px;
}
div#mainBody{
    float: left;
    background-image: url("images/bg_y.jpg");
    background-repeat: repeat-y;
    width: 787px;
}
div#header{
    background-image: url("images/bg_header.jpg");
    background-repeat: no-repeat;
    width: 786px;
    height: 55px;
    padding-top: 10px;
    padding-left: 20px;
    margin-bottom: -11px;
}
div#mainBody_inner{
    float: left;
    background-image: url("images/bg_y2.jpg");
    background-repeat: repeat-y;
    width: 740px;
    min-height: 300px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
}
div#left{
    float: left;
    padding-left: 20px;
    padding-top: 25px;
    width: 562px;
    min-height: 325px;
    background-image: url("images/bg_left.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
}
div#right{
    float: left;
    width: 198px;
    min-height: 350px;
    padding-top: 25px;
    text-align: center;
    background-image: url("images/bg_right.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
}
div#footer{
    float: left;
    width: 787px;
    height: 69px;
    background-image: url("images/bg_footer.jpg");
    background-repeat: no-repeat;
    background-position: top;
}
div#footer_left{
    font-size: 7pt;
    float: left;
    width: 350px;
    padding-top: 5px;
    padding-left: 15px;
}
div#footer_right{
    font-size: 7pt;
    float: right;
    width: 350px;
    padding-top: 5px;
    padding-right: 15px;
    text-align: right;
    line-height: 11px;
}
div#footer_center{
    font-size: 7pt;
    float: left;
    width: 787px;
    clear: both;
    text-align: center;
    word-spacing: 5px;
    padding-bottom: 25px;
    padding-top: 15px;
}

a
{
    font-size: 9pt;
    color: #A7270A;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
    font-size: 9pt;
    color: #1C609D;
	text-decoration: underline;
	font-weight: bold;
}

a.sideBar
{
    font-size: 8pt;
    color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.sideBar:hover
{
    font-size: 8pt;
    color: #1C609D;
	text-decoration: underline;
	font-weight: bold;
}

a.footerLink{
    font-size: 7pt;
    color: #000000;
	text-decoration: none;
}
a.footerLink:hover{
    font-size: 7pt;
    color: #1C609D;
    text-decoration: underline;
}
h1{
    font-size: 13pt;
    color: #9E1F06;
    text-transform: uppercase;
    font-weight: bold;
	margin-bottom: 8px;
}
h2{
    font-size: 10pt;
    color: #9E1F06;
    font-weight: bold;
	margin-bottom: 8px;
}
h3{
    font-size: 8pt;
    color: #BE2A0E;
    font-weight: bold;
	margin-bottom: 8px;
}
h4{
    clear: both;
    font-weight: bold;
    font-size: 10pt;
    padding-top: 10px;
}
ul{
    padding-left: 15px;
}
div.title{
    background-color: #aeaeae;
}
.bordered-pic
{
	padding: 4px;
	border: 1px solid #7b7a7a;
	background-color: #ffffff;
}
td.td_contracts{
    background-color: #eaeaea;
    padding: 6px;
    font-size: 11px;
}
td.td_contracts-operations{
    background-color: #eaeaea;
    padding: 6px;
    font-size: 11px;
    width: 200px;
    text-align: center;
}
td.td_contracts-operations i{
    font-size: 11px;
}