<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
		
html {
background: url(images/air.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: sans-serif;
}
#page-wrap { width: 700px; margin: 50px auto; padding: 20px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }

p { font: 15px/2 ; margin: 0 0 30px 0; text-indent: 10px; }
.style1 {color: #677d92}
.style2 {color: #666666; font-weight: bold;}
body,td,th {
	font-family: ;
} 

ul li {
	list-style-image: url(/images/srdi-bullet.png);
	list-style-position: inside;
	padding-left: 1px;

}


#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow-x:hidden; /*bug ie7*/
	overflow-y:auto;			/* restore scrollbars for the content  */
	height:100%;width:100%;	/* Make the new body fill the screen */
	background: url('images/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
}</pre></body></html>