body {
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background-color: #ffffff;
}
img {
	border-color : #ffffff;
}

img.photo {
	border-color : #C6C674;
	padding: 2 2 2 2;
	margin-right: 10px;

}
ul {
	margin: 0px;
}
h1 {
	font-family: Tahoma,Arial,Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #C32823;
	margin: 8px 0px 3px 5px;
}
h1.bread {
	font-family: Tahoma,Arial,Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #7D7D7D;
	margin: 8px 0px 3px 5px;
}
h1.bread a:link {
	color: #7D7D7D;
	text-decoration: none;
}
h1.bread a:active {
	color: #7D7D7D;
	text-decoration: none;
}
h1.bread a:visited {
	color: #7D7D7D;
	text-decoration: none;
}
h1.bread a:hover {
	color: #C32823;
	text-decoration: underline;
}

h2 {
	font-family: Tahoma,Arial,Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}
h3 {
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #222222;
}
h4 {
	font-family: Arial,Tahoma,Verdana;
	font-size: 25px;
	font-weight: normal;
	margin:0 0 5 0;
	color: #ffffff;
}
dd {
	margin: 2 0 2 0;
	padding: 0 0 0 0;
}

p {
	margin: 0 0 0 0;
	padding: 2 0 2 0;
}

p.text {
	text-align: justify;
}

p.mininews {
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	padding-left: 28px;
}
p.formline {
	font-family: Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	background : #ffffff;
	padding-left : 2px;
	color: #555555;
	margin-left: 40px;
	margin-top: 8px;
}
p.error {
	font-family: Tahoma,Verdana;
	font-size: 11px;
	font-weight: bold;
	background : #C32823;
	padding: 4px 4px 4px 4px;
	color: #ffffff;
	margin-left: 100px;
}
.newsdate {
	color: #666666;
}

.text {
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

td.menu {
	background: url('gfx/bg-menu.gif') repeat-x left top;
}
td.menuitem {
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	font-weight: normal;
	background: url('gfx/li-grey.gif') no-repeat left top;
	height: 25px;
	padding-left: 24px;
	padding-right: 15px;
	background-position: 5px;
}
td.menuitemover {
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	font-weight: normal;
	background: url('gfx/li-red.gif') no-repeat left top;
	height: 25px;
	padding-left: 24px;
	padding-right: 15px;
	background-position: 5px;
}
td.menuitemselected {
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	font-weight: bold;
	background: url('gfx/li-red.gif') no-repeat left top;
	height: 25px;
	padding-left: 24px;
	padding-right: 15px;
	background-position: 5px;
}
td.menuspace {
	background: url('gfx/line-black.gif') repeat-x left top;
}
td.submenuitem {
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
}

td.content {
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 10 5 30 20;
}

td.footer {
	font-family: Tahoma,Verdana,Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #e5e5e5;
	padding: 10 5 10 15;
}
.subtext {
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	font-weight: normal;
	color: #222222;
}
.hint {
	font-family: Tahoma,Verdana,Arial;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
input,textarea {
	font-family: Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	background : #ffffff;
	padding-left : 2px;
	color: #000000;
	margin-top:2px;
	margin-left:10px;
}
select {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	background : #ffffff;
	padding-left : 2px;
	color: #000000;
	margin-top:2px;
	margin-left:10px;
}

.butt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 0px 1px 0px;
	background : #C32823;
	color: #ffffff;
}

A:link {
	text-decoration: none;
	Color: #C32823;
}
A:active {
	text-decoration: none;
	Color: #C32823;
}
A:visited {
	text-decoration: none;
	Color: #C32823;
}
A:hover {
	text-decoration: underline;
	Color: #C32823;
}

a.article:link {
	text-decoration: none;
	Color: #333333;
}
a.article:active {
	text-decoration: none;
	Color: #333333;
}
a.article:visited {
	text-decoration: none;
	Color: #333333;
}
a.article:hover {
	text-decoration: underline;
	Color: #000000;
}


a.menu:link {
	text-decoration: none;
	Color: #000000;
}
a.menu:active {
	text-decoration: none;
	Color: #000000;
}
a.menu:visited {
	text-decoration: none;
	Color: #000000;
}
a.menu:hover {
	text-decoration: underline;
	Color: #C32823;
}
