﻿body
{
	color: #bad9fd;
	background-image: url('../../images/bk_films.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: #003471;
	font-family: Calibri, Segoe UI, Trebuchet MS, Arial, Sans-Serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
}
p
{
	text-align: justify;
	line-height: 1.3em;
	margin-top: 0px;
}
h1
{
	color: #f68e56;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 1.3px;
	margin-top: .5em;
}
h2
{
	color: #f68e56;
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 1.3px;
}
h3
{
	color: #f68e56;
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 1.3px;
}
h4
{
	color: #f68e56;
	font-size: 11pt;
	font-weight: normal;
	display: inline;
}
a
{
	color: #ffffff;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
table
{
	border-collapse: collapse;
	border-spacing: 0px;
}
hr
{
	padding: 0px;
	background-color: Transparent;
	border: none 0 navy;
	margin: 20px 0px 20px 0px;
	background-image: url('../../images/hr.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 10px;
}
.align_right
{
	text-align: right;
}
.align_left
{
	text-align: left;
}
.top_bar_link
{
	color: #B9E9FF;
	font-weight: bold;
}
div.hr {
  height: 15px;
  background: url('../../images/hr.png') no-repeat center;
	margin: 20px 0px 20px 0px;
}
div.hr hr {
  display: none;
}

