a:link
{
	color: #516672; 
}
a:visited
{
	color: #516672; 
} 
a:active 
{
	color: #516672;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url('samples/images/gbg.gif');
	color: #000066
	
}
table
{
	table-border-color-light: rgb(255,153,51);
	table-border-color-dark: rgb(0,0,0);
}	
	
p 
{ 
	font-size: 14px; 
	
}

/* CSS container shadow */
#shadow-container {
position: relative;
left: 3px;
top: 3px;
margin-right: 3px;
margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
position: relative;
left: -1px;
top: -1px;
}

#shadow-container .shadow1 {
background: #F1F0F1;
}

#shadow-container .shadow2 {
background: #DBDADB;
}

#shadow-container .shadow3 {
background: #B8B6B8;
}

#shadow-container .container {
background: #ffffff;
border: 1px solid #848284;
padding: 10px;
}
/* CSS container shadow */

#spacing {

margin-left: 5px;

}