/*
  ©2007-08 KPKammer
  http://www.kpkammer.com
*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #DE070C;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	text-transform: none;
	color: #DE070C;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #DE070C;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin: 0px;

}
a{
	color: #000000;
	font-style: italic;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.breadcrumb a{
	color: #000000;
	text-decoration: none;
}
.breadcrumb a:hover{
	text-decoration: underline;
}
.navbar {
	background: #000000;
}
.navbutton {
	background-color: #CCCCCC;
	text-align:center;
	color: #DE070C;
}
.navbuttonover {
	background-color: #000000;
	cursor: pointer;
	cursor: hand;
	text-align:center;
	color: #DE070C;
}
code {
	font-size: 50%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 55%;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.bottom a{
	color: #000000;
	text-decoration: none;
}
.bottom a:hover{
	text-decoration: underline;
}
