﻿@font-face {
font-family: 'icomoon';
src:    url('fonts/icomoon.eot?gpabnl');
src:    url('fonts/icomoon.eot?gpabnl#iefix') format('embedded-opentype'),
    	url('fonts/icomoon.ttf?gpabnl') format('truetype'),
    	url('fonts/icomoon.woff?gpabnl') format('woff'),
    	url('fonts/icomoon.svg?gpabnl#icomoon') format('svg');
font-weight: normal;
font-style: normal;
	}
/*
ul {
    padding-left:.2em;
    list-style:none;
	}
li {
    margin:1em 0;
	}
*/
.icon:before {
    font-family: 'icomoon';
    margin-right:1em;
    font-size: 20px;
	}
.icon-home3:before {
    content: "\e902";
/*    color:#7A8B8B */
	}
.icon-file-text2:before {
    content: "\e926";
	}
.icon-folder-open:before {
    content: "\e930";
	}
.icon-search:before {
    content: "\e986";
	}
.icon-cross:before {
    content: "\ea0f";
	}
.icon-ctrl:before {
    content: "\ea50";
	}
.icon-paragraph-justify:before {
    content: "\ea7a";
	}
/* unvisited link */
/*
a:link {
    color:black;
	}
*/
/* visited link */
/*
a:visited {
    color:black;
	}
*/
/* mouse over link */
/*
a:hover {
    color:silver;
	}
*/
/* selected link */
/*
a:active {
    color: black;
	}
*/