/** Generated by FG **/
/*
@font-face {
	font-family: 'RobotoWeb-Regular';
	src: url('fonts/RobotoWeb-Regular.eot');
	src: local('-'), url('fonts/RobotoWeb-Regular.woff') format('woff'), url('fonts/RobotoWeb-Regular.ttf') format('truetype'), url('fonts/RobotoWeb-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

html {
	font:  500 15px/20px "Microsoft Sans Serif", sans-serif;
	color: black;
}


input,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft Sans Serif", sans-serif;
	color: black;
}

.uk-navbar-nav > li > a {
  font-family: "Microsoft Sans Serif", sans-serif;
  color: black;
}

.uk-nav-dropdown > li > a {
  color: black;
}

h1, .uk-h1 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 10px;
}

h2, .uk-h2 {
	font-size: 22px;
	line-height: 28px;
}

.uk-article-title {
	font-size: 24px;
	line-height: 30px;
}

.uk-link:visited {
	color: darkblue;
}

a, .uk-link {
	color: #00C;
}

@media (max-width: 959px) {
	.uk-container {
		padding: 5px;
	}
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 10px;
	}
}

.uk-breadcrumb {
	margin-bottom: 5px;
}

.uk-table-condensed td {
	padding: 4px;
}

.uk-table th,
.uk-table td {
	border-bottom:1px solid #ddd;
}

/*html {*/
	/*-moz-filter: grayscale(100%);*/
	/*-webkit-filter: grayscale(100%);*/
	/*filter: gray;*/
	/*filter: grayscale(100%);*/
/*}*/

