
/*     *****     GENERAL Settings     *****     */

body {
	SCROLLBAR-3DLIGHT-COLOR: #434343;
	SCROLLBAR-ARROW-COLOR: #FFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: grey;
	SCROLLBAR-FACE-COLOR: #EFEFF7;
	SCROLLBAR-HIGHLIGHT-COLOR: #9DCEFF;
	SCROLLBAR-SHADOW-COLOR: #c0c0c0;
}

body	{ background-color:#325374; color:white; overflow:hidden }
#skipDiv	{position:absolute; visibility:hidden; width:80px; }
#skipDiv a:link, #skipDiv a:visited	{ 
	font-family: verdana, arial, helvetica, sans-serif;
  font-size:16pt; color:#dee7f7; }

#wipeDiv1	{ position:absolute; visibility:hidden; left:0px; top:0px; 
	width:1px; height:1px; z-index:1; }
	
/* Classes for formatting the wipe text content. 
	 Wipe class is used in doWipes function. It's the only
	 one needed if all your text is formatted the same. */
.wipe { color:#dee7f7; 
	font-family: verdana, arial, helvetica, sans-serif; }	
/* If you don't need different sizes, just put a size in
	 the one above (.wipe) and delete unused classes */	
.wipe1	{ font-size:36pt; }	
.wipe2	{ font-size:22pt; }
.wipe3	{ font-size:18pt; }