@CHARSET "UTF-8";
/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

a {
	color: #1E2B55;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

h1 {
    color:#292A2B;
}

h3 {
	font-size:.90em;
}

body {
	font-family : veranda, Arial, Helvetica, sans-serif;
	line-height: 150%;
	margin:0px auto;
	font-size : 1em;
	color:#000;
}

#header {
    z-index:5;
    position:relative;
    background-color:#292A2B;
}

.content {
	font-size : 0.90em;
	width:80%;
	margin:0px auto;
}

table.offices {
	padding-bottom:25px;
}

table.specialists td {
	padding:5px 0px;
}

td.state {
	font-weight:bolder;
	font-size:1.3em;
	border-top:1px solid #CCC;	
	border-bottom:1px solid #CCC;
}

td.department {
	font-size:1.1em;
	font-weight:bold;
	margin: 25px 0;
	border-top:0px solid #CCC;
}

#footer {
	padding:30px 0 0 0;
	margin:0px auto;
	font-size : 0.86em;
	width:80%;
    color:#292A2B;
	text-align:center;    
}
