body,table,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "MS Trebuchet", "Trebuchet MS", Helvetica, Arial;
	color: #333;
}
a {
	text-decoration: none;
	outline: none;
	color: #333;
}
a:hover {
    color: #666;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
i, em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
h1 {
/*    border: 1px #000 solid;*/
    display: block;
    height: 85px;
    background: url(../img/logo_big.gif) #fff no-repeat;
}
h1 span {
    display: none;
}
h2 {
/*    border: 1px #000 solid;*/
    display: block;
    height: 30px;
    margin: 0 0 30px;
    padding-left: 9px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: #666;
}
h3 {
/*    border: 1px #000 solid;*/
    display: block;
    width: 80%;
    margin: 20px auto;
    padding: 32px 0 0;
    font-size: 1.5em;
    background: url(../img/atrio_small.gif) no-repeat;
}
h3 span {
/*    border: 1px #000 solid;*/
    display: none;
    clear: both;
}
hr, div.line {
    border: 0;
    border-top: 1px #e4e4e4 solid;
    display: block;
    height: 1px;
    margin: 10px 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
    background: none;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}
big {
    font-size: 1.3em;
}
small {
    font-size: 0.75em;
    color: #999;
}