/* for IE - Here are the default styles located*/
@import url("SkinAll.css");
/* for Mozilla - Here are the default styles located*/
@import "SkinAll.css" all;

/* These styles are for printing */
@media print {
#lyrMain {
position: relative;
left:-135px;
}
.contentpane {
left:135;
top: 415;
width:640px
}
/* Print Header*/
#PrintHeader {
visibility:visible
}
}

/* These styles are just for the screen */
@media screen {
/* currently blank */
}