html,
body.home {
	width:  100%;
	height: 100%;
}
body.home {
	margin:      0px;
	padding:     0px;
	background:  #BB232E;
	font-size:   12px;
	font-family: Verdana;
	text-align:  center;
}
form {
	margin:  0px;
	padding: 0px;
}
td,
input,
select,
textarea {
	font-size:   12px;
	font-family: Verdana;
}
h1 {
	font-weight: bold;
	font-size:   22px;
	color:       #000;
}
h2 {
	font-size:   16px;
	font-weight: bold;
}
h3 {
	font-size:   14px;
	font-weight: bold;
}
h4 {
	font-size:   12px;
	font-weight: bold;
}
h5 {
	font-size:      10px;
	font-weight:    normal;
	text-transform: uppercase;
}
a,
a:hover {
	color: #BB232E;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
hr {
	height:     1px;
	border:     none;
	border-top: solid 1px #BB232E;
	color:      #BB232E;
}
/* PAGE */
table.page {
	width:  100%;
	height: 100%;
	margin: 0 auto;
}
td.pageL {
	width:      50%;
	background: Transparent url(/images/2010/pageLBg.jpg) repeat-y top right;
}
td.pageL div.pageGfx {
	height:     100%;
	background: Transparent url(/images/2010/pageLGfx.jpg) no-repeat top right;
}
td.pageR {
	width:      50%;
	background: Transparent url(/images/2010/pageRBg.jpg) repeat-y top left;
}
td.pageR div.pageGfx {
	height:     100%;
	background: Transparent url(/images/2010/pageRGfx.jpg) no-repeat top left;
}
td.pageM {
	text-align: left;
	background: #FFF;
}
/* HEADER */
div.header {
	width:      850px;
	background: #BB232E;
}
div.header p {
	margin:  15px 0px 15px 0px;
	padding: 0px;
}
div.header img {
	display: block;
	margin:  0 auto;
	border:  none;
}
/* CONTENT */
table.contentTable {
	width: 850px;
}
td.imago {
	height:     195px;
	background: #272425 no-repeat top center;
}
td.mainNavigation {
	width:     28%;
	padding:   20px 20px 20px 20px;
	font-size: 12px;
}
td.mainContent {
	width:      72%;
	padding:    20px 20px 20px 20px;
	font-size:  12px;
	text-align: left;
}
td.mainContent p,
td.mainContent li {
	line-height: 20px;
}
/* NAVIGATION */
ul.tree {
	margin:  0px;
	padding: 0px;
}
ul.tree a {
	color:           #000;
	text-decoration: none;
}
ul.tree ul {
	margin:    5px 0px 0px 10px;
	padding:   5px 0px 0px 0px;
	font-size: 11px;
}
ul.tree li {
	margin:          0px;
	padding:         2px 0px;
	list-style-type: none;
}
ul.tree li.level1 {
	margin: 0px 0px 15px 0px;
}
ul.tree a:hover,
ul.tree a.Active {
	color: #BB232E;
}
ul.tree a.Active {
	font-weight: bold;
}
div.links ul {
	margin:  0px;
	padding: 0px;
}
div.links li {
	margin:          7px 0px 7px 0px;
	padding:         2px 0px;
	list-style-type: none;
}
div.links a {
	text-decoration: none;
}
/* NEWS */
table.news td {
	padding: 0px 0px 7px 0px;
}
table.news td.date {
	padding-right: 10px;
	color:         #BB232E;
}
table.news a {
	text-decoration: none;
}
/* GALLERY */
table.gallery {
	width: 100%;
}
/* FOOTER */
td.footer {
	padding: 20px 20px 20px 20px;
}
div.footerContent {
	padding:    10px 0px 0px 0px;
	border-top: 1px solid #366A39;
	text-align: center;
}
/* MISC */
table.formTable {
	width: 100%;
}
table.formTable td {
	font-size: 10px;
}
.missing {
	color:       #C00;
	font-weight: bold;
}
p.error,
p.message {
	padding: 10px;
	margin:  10px 0px;
}
p.error {
	border: 1px solid #C00;
	color:  #C00;
}
p.error a {
	color: #C00;
}
p.message {
	border: 1px solid #063;
	color:  #063;
}
p.message a {
	color: #063;
}