﻿*
{
	margin:0;
	padding:0;
}

p
{
	margin:0px 0 15px 0
}

.clear
{
	clear:both;
}

img
{
	border:none;
	margin:0;
	display:block;
}

ul
{
	margin:0px 0 10px 30px;
}

h1
{
	font-size:13pt;
	color:#000;
	border-bottom:0px solid #1a72c4;
	margin-bottom:15px;
	background:#fff url(images/bgH1.jpg) no-repeat;
	height:100px;
	line-height:100px;
	padding-left:15px;
}

h2
{
	font-size:10pt;
	color:#222;
	border-bottom:1px solid #1a72c4;
	margin-bottom:15px;
}

html
{
	height:100%;
	background:#3b8400;
}

body
{
	text-align:justify;
	font-family:tahoma;
	font-size:11pt;
	background:url(images/bgBody.jpg) repeat-x top left;
	padding:0 0 30px 0;
}

#page
{
	width:780px;
	margin:auto;
	padding-bottom:50px;
}

#header
{
	width:780px;
	height:180px;
	margin:auto;
	background:url('images/header.png') no-repeat;
}

#pic
{
	width:180px;
	float:left;
	margin-top:0px;
	background:#fff;
	padding:10px;
}

#menu
{
	height:50px;
}

#menu ul
{
	margin:0px;
}

#menu ul li
{
	list-style:none;
	display:inline;
}

#menu ul li a
{
	border-bottom:4px solid #ccc;
	padding:8px;
	margin-top:10px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:10pt;
	text-align:left;
	margin-bottom:2px;
}

#menu ul li a:hover
{
	border-bottom:4px solid #cb5600;
	color:#fff;
}

#content
{
	float:right;
	width:560px;
	background:#fff;
	color:#444;
	padding:10px;
}

#text
{
	padding:10px
}

table tr th, td
{
	vertical-align:middle;
	padding:10px;
	font-size:10pt;
}

table tr th
{
	text-align:center;
}

#pic img
{
	display:block;
	margin-bottom:5px;
}

form table#form tr td *
{
	border:1px solid #777;
}

a img
{
	border:2px solid #fff;
}

a:hover img
{
	border:2px solid #ddd;
}

#footer
{
	font-size:8pt;
	color:#fff;
	padding:5px;
}

#footer a
{
	color:#fff;
}






















