/*
  ©2008 KPKammer
  http://www.kpkammer.com
*/

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7C7EBB;
	margin: 0px;
}
a{
	color: #CC6677;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1 {
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}
h2 {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}
.navbar {
	background: #8FBCE9;
}
.navbutton {
	background-color: #EFF2F9;
	text-align:center;
}
.navbuttonover {
	background-color: #8FBCE9;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
}
.contact {
	background-color: #FFFFFF;
}
.breadcrumb {
	font-size: 75%;
}
.breadcrumb a{
	color: #7C7EBB;
}
.date {
	font-size: 75%;
	float: right;
}
small, code {
	font-size: 75%;
}
.bottom {
	font-size: 55%;
	font-weight: lighter;
	text-align: center;
}
.bottom a{
	color: #7C7EBB;
}
.error {
	font-variant: small-caps;
	text-align: center;
	color: #CC6677;
}
