body {
    font-family: "Trebuchet MS";
    font-size: 100%;
    background-color: white;
    height: 100%;
    padding: 0px;
    margin: 0px;
    color: #0052A3;
}
h1, h2 {
	font-size: 1em;
	color: #898989;
	margin: 0px;
	padding: 5px 15px 0px 15px;
	text-transform: uppercase;
}
h2 {
    color: #990000;
}
img {
    border: 0px;
}
p {
    margin: 0px;
    padding: 5px 15px 0px 15px;
}
td {
    font-size: .75em;
    line-height: 1.3em;
}
a:link,
a:hover,
a:visited {
    color: #0052A3;
    text-decoration: underline;
}
a:hover {
    color: #990000;
}
/*for debug - uncomment to see all div's border*/
ddiv {
    border: 1px solid red;
}
#cont-main {
    padding-top: 7px;
    padding-bottom: 4px;
}
#cont-footer {
    margin-left: 4px;
    margin-right: 4px;
    background-image: url('../img/bg-foot.gif');
    height: 39px;
    font-size: .8em;
}
#cont-footer,
#cont-footer a,
#cont-footer a:hover,
#cont-footer a:visited {
    color: #5C666D;
}
#cont-footer #devoler {
    float: left;
}
#cont-footer #copy {
    float: right;
}
#cont-menu {
    height: 16px;
    vertical-align: bottom;
}
#cont-menu a {
    display: block;
    float: left;
    height: 15px;
}
#cont-body {
    height: 100%;
    width: 550px;
    background-image: url('../img/bg-left.png');
    background-position: left;
    background-repeat: repeat-y;
    padding-left: 11px;
    vertical-align: top;
}
#cont-right-col {
    height: 100%;
    width: 185px;
    background-image: url('../img/bg-right.png');
    background-repeat: repeat-y;
    vertical-align: top;
}
.h-sep {
    background-image: url('../img/h-sep.gif');
    background-repeat: repeat-x;
    margin-left: 3px;
    margin-right: 3px;
}
.blank-sep {
    width: 100%;
    clear: both;
}
strong.date {
    font-weight: bold;
    line-height: 1.8em;
}
a.more:link,
a.more:hover,
a.more:visited {
    color: #990000;
}
#cont-right-col p {
    margin-bottom: 5px;
}
#cont-right-col .h-sep {
    margin-left: 5px;
    margin-right: 5px;
}
a.download:link,
a.download:hover,
a.download:visited {
    color: #990000;
    font-weight: bold;
}
.step-screen {
    text-align: center;
}
.v-sep-l {
    background-image: url('../img/v-sep-l.png');
    background-position: left;
    background-repeat: repeat-y;
}
.v-sep-r {
    background-image: url('../img/v-sep-r.png');
    background-position: left;
    background-repeat: repeat-y;
}
.cont-inner-body {
    padding: 5px;
}
.navbar {
    color: #898989;
    height: 22px;
    background-image: url('../img/navbar-bg.gif');
    line-height: 1.6em;
}
.navbar .pages {
    float: left;
    height: 22px;
}
.navbar .pages {
    margin-left: 5px;
}
.pages .sel-page {
    color: #990000;
    font-weight: bold;
    font-size: .8em;
    margin: 0px 1px 0px 1px;
}
.navbar .order {
    float: right;
    height: 22px;
}
.navbar .pages a:link,
.navbar .pages a:hover,
.navbar .pages a:visited {
    color: #898989;
    font-weight: bold;
    text-decoration: none;
    font-size: .8em;
    margin: 0px 1px 0px 1px;
}
.navbar .pages a:hover {
    color: #990000;
}
.navbar .order a:link,
.navbar .order a:hover,
.navbar .order a:visited {
    color: #898989;
}
.navbar .order strong {
    font-size: .8em;
}
.navbar .order .sel-order:hover,
.navbar .order .sel-order:visited,
.navbar .order .sel-order:link {
    color: #990000;
}
.navbar .order .sel{
	color: #990000;
    margin-left: 15px;
    margin-right: 5px;
}
.navbar .order a:link,
.navbar .order a:hover,
.navbar .order a:visited {
    margin-left: 15px;
    margin-right: 5px;
}
.navbar .order a:hover {
    color: #990000;
}
table.template {
    clear: both;
}
.template strong {
    color: #898989;
}
.cont-inner-body h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.cont-inner-body .h-sep {
    margin-top: 10px;
    margin-bottom: 10px;
}
h2.tmpl-title {
    margin: 0px;
    padding: 0px;
}
table.cont-tmpl {
    margin-top: 10px;
    margin-bottom: 10px;
}
table.cont-tmpl a.tmpl-download:link,
table.cont-tmpl a.tmpl-download:hover,
table.cont-tmpl a.tmpl-download:visited {
    color: #30A513;
}
table.cont-tmpl a.tmpl-download:hover {
    color: #990000;
}
table.cont-tmpl h2.tmpl-title {
    margin-left: 5px;
}
table.cont-tmpl tr {
    background-color: #f2f2f2;
    height: 18px;
}
.tmpl-title {
	float: left;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.tmpl-download {
    float: right;
}
li {
	padding-right: 10px;
}

