body.home {
	margin:      0px;
	padding:     0px;
	font-size:   12px;
	font-family: Arial, Sans-Serif, Helvetica;
}
h1 {
	font-size:      14px;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #494949;
}
h2 {
	font-size:   14px;
	font-weight: bold;
	color:       #494949;
}
h3 {
	font-size:      10px;
	font-weight:    normal;
	text-transform: uppercase;
	color:          #494949;
}
a,
a:hover {
	color: #CB2525;
}
/* PAGE */
table.page {
}
/* HEADER */
div.header {
	text-align: center;
}
div.header p {
	margin:  15px 0px 15px 0px;
	padding: 0px;
}
div.header img {
	display: block;
	margin:  0 auto;
	border:  none;
}
/* CONTENT */
table.contentTable {
}
td.mainNavigation {
	display: none;
}
td.mainContent,
td.mainContent td {
	font-size: 12px;
}
/* NAVIGATION */
ul.tree {
	display: none;
}
/* NEWS */
table.news td.date {
	padding-right: 10px;
}
/* GALLERY */
table.gallery {
}
/* FOOTER */
td.footer {
	display: none;
}
/* MISC */
table.formTable {
}
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;
}