/* CSS Document */

#precimark_frame {
width: 100%;
position:fixed;
_position:absolute;
top:0;
_top:expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
left:0;
_left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size:  16px;
/*font-weight: 590;*/
vertical-align: middle;
background-color: #FFFFFF;
padding: 0px 0 0px 0;
margin: 0px 0px 10px 0px;
z-index: 1000;
clear: both;

}

#fixeddiv {
width: 100%;
height: 22px;
position:fixed;
_position:absolute;
top:0;
_top:expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
left:0;
_left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size:  16px;
/*font-weight: 590;*/
vertical-align: middle;
background-color: #FFFFFF;
padding: 0px 0 0px 0;
margin: 0px 0px 2px 0px;
z-index: 1000;
clear: both;

}

#advert_info {
font-size:  10px;
padding: 1px 1px 1px 2px;
vertical-align: middle;
}

#advert_blah {
font-size:  16px;
padding: 1px 2px 1px 1px;
vertical-align: middle;
}



a.advert_link:link {
	text-decoration: none; color: #000000;
}

a.advert_link:hover {
text-decoration: underline;  color: #000000;
}

a.advert_link:active{
	text-decoration: none; color: #000000;
}

a.advert_link:visited {
	text-decoration: none; color: #000000;
}

/*
A:visited {
	text-decoration: none; color: #CC3399;
}
*/


