@font-face{
	font-family: "Segoe UI";
	src: local("Segoe UI"), url('../fonts/segoeui.ttf');
}

@font-face{
	font-family: "Segoe UI Light";
	src: local("Segoe UI Light"), url('../fonts/segoeuilight.ttf');
}

@font-face{
	font-family: "Segoe UI";
	font-weight: bold;
	src: local("Segoe UI Bold"), url('../fonts/segoeuib.ttf');
}

@font-face{
	font-family: "Segoe UI";
	font-style: italic;
	src: local("Segoe UI Italic"), url('../fonts/segoeuii.ttf');
}

@font-face{
	font-family: "Segoe UI";
	font-weight: bold;
	font-style: italic;
	src: local("Segoe UI Bold Italic"), url('../fonts/segoeuiz.ttf');
}

body{
	background-color: white;
	margin: 0px 20px 0px 20px;
	color: #606060;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

table{
	font-family: arial, sans-serif;
	font-size: 10pt;
}

#header{
	padding-top: 22px;
	padding-bottom: 20px;
}

#content{
	padding-top: 25px;
	padding-bottom: 50px;
	line-height: 1.28em;
}

#title{
	color: #00ABA9;
}

#content a{
	color: #a0a0a0;
	text-decoration: none;
}

#content a:hover{
	color: #404040;
}

#content .blue{
	color: #00ABA9;
	text-decoration: none;
}

#content .blue:hover{
	color: #606060;
}

#footer{
	padding-top: 12px;
	padding-bottom: 30px;
	text-align: right;
	font-size: 9pt;
	color: #a0a0a0;
}

.line{
	height: 1px;
	background-color: #e0e0e0;
	margin-bottom: 10px;
}

ul{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

ul li{
	list-style: none;
}

a{
	color: #00ABA9;
	text-decoration: none;
}

a:hover{
	color: #606060;
}

.focus{
	color: #606060;
	text-decoration: none;
}

#code{
	font-family: "Consolas", monospace;
	font-size: 9pt;
	width: 800px;
	padding: 3px 15px 3px 15px;
	border: 1px solid #e0e0e0;
	border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

.gallery{
    transition: all ease-out 0.2s;
}

.gallery:hover{
    opacity: 0.8;
}

#content .tab{
	color: #808080;
	text-decoration: none;
	font-size: 10pt;
	text-transform: uppercase;
}

#content .tab:hover{
	color: #404040;
}

#content .tab-focus{
	color: #c0c0c0;
	text-decoration: none;
	font-size: 10pt;
	text-transform: uppercase;
}

#content .tab-focus:hover{
	color: #c0c0c0;
}