html {
	color: #000;
	background-color: #fff;
}

body {
	color: #000;
	background-color: #9cf;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
}

body,a,address,blockquote,cite,dd,dl,dt,ol,p,div,span,table,th,tr,ul,td
	{
		font-family:		arial, helvetica, sans-serif; 
	}
	

td.splashbutton {
		color:			  	white;
		background-color:  	#9cf;
		border-top:     	3px solid #6699cc;
		border-left:    	3px solid #6699cc;
		border-right:   	3px solid #295080;
		border-bottom:  	3px solid #295080;
		font-size:			8pt;
	}

td.splashbutton a,
a.splashbutton:link,
a.splashbutton:visited,
a.splashbutton:active,
a.splashbutton:hover
	{	color:				#000;
		background-color:	#9cf;
		font-weight:		bold;
		font-family:		arial,helvetica,sans-serif;
		text-decoration:	none;
		font-size:			10pt;
	}

img {
	border: 0;
	margin: 0;
	padding: 0;
}


.page	{
		background-color:	#fff;
		color:				#000;
	}

	
h1, h2, h3, h4 {
		color: 				#000;
		background-color: 	#fff;
}	
		
h1 {
		font-size:			1.3em;
	}

h2 {
		font-size:			1.2em;
    }	
	
h3 {
		font-size:			1.1em;
    }	

.langnav {
		background-color:	#FFF;
		color:				#000;		
		font-weight:		bold;
		text-decoration :	none;
	}

.sidenav  {
		background-color:	#9cf;
		color:				#000;
		font-weight:		bold;
		text-decoration:	none;
	  }

hr.sidenav {
		color:			#FFF;
		margin:			0px;
	   }
	   
.small	   {
		font-size:	8pt;
	   }
	   
.downloadsize
	{
		color:		black;
		background:	white;	
		border-bottom:	1px dotted red;
		cursor:		help;
		font-size:	8pt;
	}
	
table.picframe	{
		color:		black;
		background:	#fffff8;
		border:		1px solid #009;
		padding:	4px;
	}	
	
.alignRight {
	text-align: right;
}   

.footer {	font-size:		8pt; }
