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: #1B66B1;
}
/* PAGE */
table.page {
	width:               807px;
	height:              100%;
	margin:              0 auto;
	background-color:    #FFF;
	background-image:    url(/images/contentBg.gif);
	background-repeat:   repeat-y;
	background-position: top center;
}
/* HEADER */
div.header {

}
/* 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;
}
div.fbRSS {
	width:     500px;
	padding:   10px;
	border:    4px solid #3D5998;
	font-size: 11px;
}
div.fbRSS ul {
	margin:  0px;
	padding: 0px;
}
div.fbRSS li {
	list-style-type: none;
}

