.tablebg{
background-color: #e4e8f5;
}
.tablebgborder{
background-color: #e4e8f5;
border-bottom: solid #314C78 1px;
border-left: solid #314C78 1px;
border-right: solid #314C78 1px;
border-top: solid #314C78 1px;
}
.tableheaderbg{
background-color: #48638E;
}
.tablerow{
background-color: #f2f4fb;
}
.tableheader {
	font-family: "verdana";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;	
}
.buttonNormal
{
    COLOR: #314C78;
    BACKGROUND-COLOR: #f2f4fb;
}
.buttonHighlight
{
    COLOR: white;
    BACKGROUND-COLOR: #48638E;
}