/* CSS Document */
body 		{ 	
				scrollbar-face-color: #e9e7e7; 
				scrollbar-shadow-color: #ffffff; 
				scrollbar-highlight-color: #ffffff; 
				scrollbar-3dlight-color: #ffffff; 
				scrollbar-darkshadow-color: #ffffff; 
				scrollbar-track-color: #ffffff; 
				scrollbar-arrow-color: #eb8e89;
				font:"Times New Roman", Times, serif;
				font-variant:small-caps;
				font-size:12px;
			}
div#mainwindow 
			{
				visibility:visible;
				text-align:left;
				z-index:auto;
				height:259px;
				width:750px;
				bottom:auto;
				border:none;
				background-image: url(img/window.jpg);
				background-position: center 85px;
				background-repeat: no-repeat;
				background-attachment: fixed;
				overflow-y:auto;
				overflow-x:hidden;
				padding:0;
			}
div#textcontainer
			{
				overflow:hidden;
				margin-left:10px;
				margin-right:10px;
			}
p
			{
			}
p.header
			{
				color:#cc3333;
				font-weight:bold;
				font-size:16px;
				font-style:oblique;
				font-variant:small-caps;
			}
			
a			{
				text-decoration:underline;
				color:#063b51;
			}