@charset "UTF-8";
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 300px;
	background-size: cover;
}

th, td {
    padding: 0px;
	margin: 0px;
	border: 1px;
}

@font-face {
    font-family: Lato;
    src: url("font/Lato-Thin.ttf");
}

/* Style the tab */
div.tab {
    overflow: hidden;
    border: 0px;
    background-color: #353247;
	padding: 0px 0px;
}

/* Style the links inside the tab */
div.tab a {
    float: left;
    display: block;
    text-align: left;
    padding: 5px 5px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
	font-family: Lato;
	color: #ffffff;
}

/* Change background color of links on hover */
div.tab a:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab a:focus, .active {
    background-color: #da8c4c;
}

/* Style the tab content */
.tabcontent {
    display: none;
	vertical-align: top;
    padding: 0px 0px;
	margin-top: 0px;
    border: 0px;
    border-top: none;
	text-align: right;
    text-decoration: none;
    font-size: 15px;
	font-family: Lato;
	color: #ffffff;
}

.tabdefault {
    display: active;
	vertical-align: top;
    padding: 0px 0px;
	margin-top: 0px;
    border: 0px;
    border-top: none;
	text-align: center;
    text-decoration: none;
    font-size: 15px;
	font-family: Lato;
	color: #ffffff;
}

.copyright {
    display: active;
    padding: 0px 0px;
	margin-top: 0px;
    border: 0px;
    border-top: none;
    text-decoration: none;
    font-size: 10px;
	font-family: Lato;
	color: #ffffff;
}

A.copyright:link {
    color: #FFFFFF;
    text-decoration: none;
}
