﻿*
{
	margin:0;
	padding:0;
}

a
{
	text-decoration:none;
}

b
{
	color:#830607;
}

p
{
	margin-bottom:10px;	
}

h1
{
	font-size:12pt;
	text-align:center;

}

h2
{
	color:#830607;
	font-size:13pt;
	margin-top:20px;
	margin-bottom:20px;
	background:url(images/bgH2.jpg) no-repeat;
	height:45px;
	padding-left:45px;
	line-height:45px;
	text-decoration:underline;
	margin-left:-20px;
}

body
{
	font-family:Verdana, thahoma;
	width:750px;
	margin:auto;
	background:#740405;
	padding-top:30px;
	padding-bottom:30px;
}

#page
{
	border:0px solid #1e3b62;
	background:#fff;
}

#header
{
	width:750px;
	height:180px;
	background-image:url('images/header.jpg')
}

#menu
{
	background:#9b0506;
	height:30px;
	line-height:30px;
	font-weight:bold;
}

#menu ul
{
	margin-left:10px;
}

#menu ul li
{
	list-style-type:none;
	display:inline;
	margin-right:10px;
}

#menu ul li a
{
	color:#fff;
	text-decoration:none;
	font-size:10pt;
}

#menu ul li a:hover
{
	color:#333;
}

#text
{
	background:#fff;
	padding:30px;
	width:689px;
	border:0px solid #1e3b99;
	font-size:10pt;
	line-height:14pt;
	text-align:justify;
}

#text ul
{
	margin-left:30px;
	list-style:disc;
	margin-bottom:10px;
	color:#830607;
}

#text form table tr td
{
	padding:10px;
}

#footer
{
	background:#740405 url(images/bgFooter.jpg) no-repeat;
	font-size:8pt;
	color:#fff;
	text-align:center;
	height:20px;
	line-height:20px;
}

#footer a
{
	color:red;
}





