/*general links*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	color: #F0E4D0;
}
.header-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F0E4D0;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #002200;
	font-weight: bold;
	text-align: center;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #002200;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	text-align: center;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002200;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}




/*menu*/
.menu-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #F0E4D0;
	text-align: center;
	letter-spacing: 1.1px;
}
.menu-text a:link {
	color: #F0E4D0;
}
.menu-text a:visited {
	color: #F0E4D0;
}
.menu-text a:hover {
	color: #F0E4D0;
}

/*breadcrumb*/
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
}
.breadcrumb a:link {
	color: #0000FF;
}
.breadcrumb a:hover {
	color: #0000FF;
}
.breadcrumb a:visited {
	color: #0000FF;
}
