body 
	{
		background-color:#385C72;
		color:#E1EAEE;
		scrollbar-face-color:#4F758A;
		scrollbar-arrow-color:silver;
		scrollbar-track-color:#385C72;
		scrollbar-shadow-color:'#405F6F';
		scrollbar-highlight-color:'#9DB9C8';
		scrollbar-3dlight-color:'#9DB9C8';
		scrollbar-darkshadow-Color:'#405F6F';
	}
	
table 
	{ 
		background-color:#385C72;
		border:0px;
		cellpadding:2;
		cellspacing:0;
		width:70%;
		bordercolor:#000000
	}
	
td.spacer
	{
		background-color:#779DB3;
	}

p.nav
	{
		font-family:verdana;
		font-size:13px;
		color:white;
		text-align:right;
	}
	
p.header
	{
		font-weight:bold;
		font-family:verdana;
		font-size:13px;
		text-align:center;
		color:#FF8000;
		font-weight:bold;
	}
	
p.content
	{
		color:#E1EAEE;
		font-size:13px;
		text-align:left;
		font-family: verdana;
	}
	
p.art
	{
		color:#C6D6DF;
		font-size:13px;
		text-align:center;
		font-family: verdana;
	}
	
p.footer
	{
		font-size:10px;
		text-align:center;
		color:#395364;
		font-family:verdana;
	}
	
strong.o
	{
		color:#FF8000;
	}
	
a 
	{ 
		text-decoration:none;
		font-weight: bold;
		color:white;
		font-family: verdana;
		font-size:13px
	}
	
a:link 
	{ 
		text-decoration:none;
	}
	
a:visited 
	{ 
		text-decoration:none;
	}
	
a:active 
	{ 
		text-decoration:none;
	}
	
a:hover 
	{ 
		text-decoration:underline; 
		color:white;
	}