BODY
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: black;
	font-family: Arial;
	background-color: #4C56E9;
}
BODY_old
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: black;
	font-family: Arial;
	background-color: #4C56E9;
	background-image: url(images/bg.gif);
}
.b
{
	background-color: #4C56E9;
	color: #ffffff;
	font-weight: bold;	
}
.frontTD
{
	/*
	background-image: url(images/curvedtablered.gif)
	*/
	color: black;
}
A
{
	font-weight: bolder;
	color: #6666ff;
	font-family: Arial;
	text-decoration: none;
}
A:hover
{
	font-weight: bolder;
	color: #3333ff;
	font-family: Arial;
	text-decoration: underline;
}
.smalltext
{
	font-size: 8pt;
	color: #996633;
	font-family: Arial;
	background-color: #ffffff;
}
.title
{
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	font-family: Arial;
}
.subtitle
{
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Arial;
}
.dropshadow
{
	FILTER: progid:DXImageTransform.Microsoft.dropShadow(Color=#c0c0c0,offX=2,offY=2,positive=true); 
}
td
{
	font-family: Arial;
	font-size: 8pt
}
p
{
	font-family: Arial;
	font-size: 8pt	
}
li
{
	font-family: Arial;
	font-size: 8pt
}
TABLE.mainTable
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #ffffff;
	border-bottom-style: none;
	width:750px;
	FILTER: progid:DXImageTransform.Microsoft.dropShadow(Color=#c0c0c0,offX=3,offY=3,positive=true); 
}
.Menu
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
}
.Menu:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
}
.Menu_old
{
	font-weight: bold;
	font-size: 10pt;
	color: #6666ff;
	font-family: Arial;
}
.MenuTable
{
	background: url(images/workinprogress2.gif);
	width:100%;
}
.tableheader
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:White;
	background-color:#6666ff;
	background: url(images/workinprogress2.gif);
}
div.item
{
	border: 1px solid silver;
	padding: 1px;
	/*margin-bottom: 1px;*/
}
div.itemtitle
{
	padding: 4px;
	background: #cccccf;
	font-weight: bold;
	border: 1px solid silver;	
}
div.itemcontent
{
	padding: 4px;
	background: #ccccff;
	height:110px;
}
div.portfolio_col_left
{
	float:left; 
	width:50%; 
	text-align:center;
}
div.portfolio_col_right
{
	float:right; 
	text-align:center; 
	vertical-align:middle; 
	width:50%; 
	height:110px;
}