﻿
*
{
	margin:0px;
	padding:0px;
}


ul
{
	margin-left:25px;
}

p
{
	margin-top:10px;
}

.quote
{
	padding-top:0px;
	border:1px solid #694321;
	text-align:center;
}

.quote a
{
	color:#aaa;
}

.underline
{
	border-bottom:2px solid #fff;
	font-size:10pt;
	font-weight:bold;
	color:#fff
}

.center
{
	text-align:center
}

.title
{
	font-weight:bold;
}

a
{
	text-decoration:underline;
	color:#fff;
}

h1
{
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:15px;
	border-bottom:2px dotted #fff;
}

h2
{
	color:#fff;
	font-size:10pt;
	font-weight:bold;
	margin:10px;
}

h6
{
	font-size:7pt;
	text-align:center;
	font-style:italic;
	font-weight:normal;
}

html
{
}

body
{
	padding:0px 5px;
	font-family:tahoma,arial;
	font-size:10pt;
	color:#ddd;
	background:#fff;
	text-align:justify;
}

#page
{
	width:950px;
	margin:0px auto 0px auto;
	border:0px solid #ac2800;
	background:#fff;
}

#header
{
	background-image:url('images/header.jpg');
	height:290px;
}

#menu
{
	background:#d2ae7a url(images/bgMenu.jpg);
	height:30px;
	line-height:30px;
	font-weight:bold;
	border-top:1px solid #ccc;
	border-bottom:1px solid #666;
	margin:5px 0px;
}

#menu ul
{
	margin-left:10px;
	margin-bottom:0px;
	margin-top:0px;
}

#menu li
{
	display:inline;
}

#menu li a
{
	padding:0 20px;
	border-right:2px dotted #918017;
	color:#000;
	text-decoration:none;
}

#menu li a:hover
{
	color:#552f03;
}


#text
{
	padding:20px;
	background:#c10001;
	font-size:1em;
}

#text ol
{
	margin-left:35px;
}

th
{
	background:red
}

td
{
	background:#9c0a0b;
}

th, td
{
	padding:30px;
	text-align:center;
}

.pic
{
	text-align:center;
	margin-top:25px;
}

#logo
{
	text-align:center
}

#logo img
{
	display:inline;
	margin:5px;
	border:2px solid #c10001;
}

#logo a:hover img
{
	border:2px solid #fff;
}

#footer
{
	height:30px;
	line-height:30px;
	font-size:8pt;
	background:#a89ba0 url(images/bgFooter.jpg);
	text-align:center;
}

#footer a
{
	color:red;
	text-decoration:none;
}













