@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(../../9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
	font-family: 'Monda';
	font-style: normal;
	font-weight: 400;
	src: local('Monda Regular'), local('Monda-Regular'), url(../../sk05J8GA1NvUxDnk43EgAQ.woff) format('woff');
}
html {
	height: 100%;
}
body {
	font-family: 'Lato', verdana;
	font-size: 15px;
	padding: 0;
	margin: 0;
	height: 100%;
}
ul {
	margin: 2px 0;
	padding-left: 20px;
}
p{
	margin: 0;
}
th{
	background: #3d3e40;
	color: #fff;
}
th, h1,h2,h3,h4,h5,h6{
	font-family: 'Monda', verdana;
}
table {
	border: 1px solid #000;
	border-spacing: 0px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}
table td {
	padding: 1px 2px;
}
blockquote {
    margin-top: 0px;
    margin-bottom: 7px;
}
tr td:nth-child(odd){
	background: rgba(0,0,0,0.05);
}
tr:nth-child(odd){
	background: #CCC;
}
tr:nth-child(even){
	background: #FFF;
}
a, a:link, a:link * {
	color:#0066FF;
}
a:visited{
	color:#8400ff;
}