/*@font-face {
	font-family: "Frutiger Linotype";
	src: url('pecfrn.ttf');
}

@font-face {
	font-family: "Frutiger Linotype";
	font-weight: bold;
	src: url('pecfrb.ttf');
}

@font-face {
	font-family: "Frutiger Linotype";
	font-style: italic;
	src: url('pecfri.ttf');
}

@font-face {
	font-family: "Frutiger Linotype";
	font-weight: bold;
	font-style: italic;
	src: url('pecfrbi.ttf');
}
*/

body {
	font-family: "Frutiger Linotype", "Segoe UI", "Verdana", "Sans-serif";
	font-size: 10pt;
	line-height: 1.45;
}

table {
	font-family: "Frutiger Linotype", "Segoe UI", "Verdana", "Sans-serif";
	font-size: 10pt;	
}

a {
	color: #0023c8;
	/*background: #eff6fd;*/
	text-decoration: none;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

	a:hover {
		color: #c82000;
		/*background: #fef6ef;*/
	}

ul, ol {
    margin-left: 25px;
}

input[type=text], input[type=passsword], textarea {
	padding: 5px;
	
	background: #fbfbfb;
	border: 1px solid #ffffff;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0px 0px 5px #d2d2d2, inset 0px 7px 20px -3px #eaeaea; 
	-moz-box-shadow: 0px 0px 5px #d2d2d2, inset 0px 7px 20px -3px #eaeaea; 
	-webkit-box-shadow: 0px 0px 5px #d2d2d2, inset 0px 7px 20px -3px #eaeaea; 

	font-family: "Frutiger Linotype", "Verdana", "Sans-serif";
	font-size: 8pt;
	
	color: #545454;
}

	input[type=text]:hover, input[type=passsword]:hover, textarea:hover {
		background: #ffffff;
	}

	input[type=text]:focus, input[type=passsword]:focus, textarea:focus {
		background: #ffffff;
		color: #1f1f1f;

        outline: 0px;
	}

input.pec_search_input {
	padding: 4px;
	width: 223px;
	font-style: italic;
	
	box-shadow: 0px 0px 12px #000000, inset 0px 7px 12px -1px #d5d5d5; 
	-moz-box-shadow: 0px 0px 12px #000000, inset 0px 7px 12px -1px #d5d5d5; 
	-webkit-box-shadow: 0px 0px 12px #000000, inset 0px 7px 12px -1px #d5d5d5; 
}

input[type=submit], input[type=button], input[type=reset], button {
	padding: 5px;
	
	background: #f2f2f2;
	border: 1px solid #ffffff;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0px 0px 5px #d2d2d2, inset 0px -12px 18px -3px #d8d8d8; 
	-moz-box-shadow: 0px 0px 5px #d2d2d2, inset 0px -12px 18px -3px #d8d8d8; 
	-webkit-box-shadow: 0px 0px 5px #d2d2d2, inset 0px -12px 18px -3px #d8d8d8; 

	font-family: "Frutiger Linotype", "Verdana", "Sans-serif";
	font-size: 8pt;
	
	color: #232323;
}

	input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, button:hover {
		background: #f6f6f6;
		
		box-shadow: 0px 0px 5px #d2d2d2, inset 0px -12px 18px -3px #dddddd;
		-moz-box-shadow: 0px 0px 5px #d2d2d2, inset 0px -12px 18px -3px #dddddd;
		-webkit-box-shadow: 0px 0px 5px #d2d2d2, inset 0px -12px 18px -3px #dddddd;
	}

	input[type=submit]:active, input[type=button]:active, input[type=reset]:active, button:active {
    	padding: 5px !important;
		background: #f6f6f6;
		
		-box-shadow: 0px 0px 5px #d2d2d2, inset 0px 12px 18px -3px #dddddd;
		-moz-box-shadow: 0px 0px 5px #d2d2d2, inset 0px 12px 18px -3px #dddddd;
		-webkit-box-shadow: 0px 0px 5px #d2d2d2, inset 0px 12px 18px -3px #dddddd;
	}


input.pec_search_submit {
	display: none;
}

h2 {
	padding-top: 8px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	
	font-size: 13pt;
	
	text-shadow: 1px 1px 6px #bababa;
}

h3 {
	padding-top: 16px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	
	font-size: 11pt;
	
	text-shadow: 1px 1px 6px #bababa;
}

h4 {
	padding-top: 15px;
	padding-bottom: 2px;
	margin-bottom: 4px;
	
	font-size: 10pt;
	
	text-shadow: 1px 1px 6px #bababa;
}
