/* 
PRINT style for Equinis website 
by ARIF solutions / Andreas Steidle 2007
*/

/*---------------------------- page layout -------------------------*/

.ScreenOnly {
  display: none;
}

body {
	font-family: "lucida sans unicode", Verdana, sans-serif;
	line-height: 1.2em;
	font-size: 80%;
}

h1, h2, h3 {
	font-family: Verdana, sans-serif;
    clear:both;
}    

h1 {
    font-size: 140%;
	color: #2D2F77;
    margin-top:1.5em;
    margin-bottom:0.8em;
}
h2 {
    font-size: 105%;
	color: #555;
    margin-top:1.5em;
    padding-bottom:0.4em;
    border-bottom: solid 0.5pt #666;
    margin-bottom:1em;
}
h3 {
    font-size: 100%;
	color: #666;
    margin-top:1em;
    margin-bottom:0.5em;
}

p, .CompactList {
    margin-top:0.5em;
    margin-bottom:0.5em;
}

.TextContent p {
    text-align: justify;
}

a {
    text-decoration:none;
}  

img {
	border:none;
}

img.RightFloat {
	float: right;
	padding: 2px 0 5px 12px;
}
img.ScreenShot {
  /* width: 280px;  can not use, cause crappy IE then ignores float:right for print */
}


#PageFooter {
    margin-top: 2em;
    border-top: solid 0.5pt #666;
}

#Copyright {
	font-size: 65%;
    text-align:center;
}

