body {
	margin: 0px;
}

body.index {
	color: #ffffff;
	margin: 0px;
	background-color: #00529B;
}

table.index {
	width: 1000px;
	height: 100%;
	border: 1px solid #004079;
}

table.index td {
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

body.main {
	color: #ffffff;
	margin: 0px;
	background-color: #00529B;
}

table.main {
	width: 1000px;
	border: 1px solid #004079;
}

th, td, p {
	font-family: Tahoma;
	font-size: 11px;
}

.bg {
	background-image: url('/images/main_bg.jpg');
}

td.menu {
	padding: 20px;
}

td.menu a:link, td.menu a:visited {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

td.menu a:hover {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 0px dashed #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

td.menu a.back:link, td.menu a.back:visited {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0px dashed #FFFFFF;
	text-transform: uppercase;
}

td.menu a.back:hover {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0px dashed #FFFFFF;
	text-transform: uppercase;
}

a:link, a:visited {
	font-family: Tahoma;
	font-weight: bold;
	color: #026BD5;
}

a:hover {
	font-family: Tahoma;
	color: #A90000;
	font-weight: bold;
}

a.content_header:link, a.content_header:visited {
	text-decoration: none;
	font-size: 14px;
}

a.content_header:hover {
	text-decoration: underline;
	font-size: 14px;
}

a.sitelink:link, a.sitelink:visited {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}

a.sitelink:hover {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.content {
	font-family: Tahoma;
	padding: 10px;
	font-size: 13px;
	color: #000000;
}

p,  ul li {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}

p.judge {
	height: 110px;
}

p.winners {
	margin-top: 0px;
	text-align: center;
	font-style: italic;
}

h1 {
	font-size: 22px;
	color: #0060AA;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h3.winners {
	font-size: 18px;
	text-align: center;
	margin-bottom: 0px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

hr {
	height: 1px;
	color: #026BD5;
}

.input {
	border: 1px solid #CCCCCC;
	color: #026BD5;
	font-family: Tahoma;
	font-size: 11px;
}

.button, .submit {
	background: url('/images/section_head_bg_center.jpg');
	border: 1px solid #CCCCCC;
	color: #026BD5;
	font-family: Tahoma;
	font-size: 11px;
}

.footer {
	height: 30px;
	border-top: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #026BD5;
}

div.film_block {
	display: none;
}