body {
	font-family: Arial, Helvetica, sans-serif;
	background: url("images/background.gif");
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}

.valuestableheader {
	border: 1px solid #0f2764;
	text-align: center;	
	font-size: 14px;
	font-weight: bold;
	color: #0f2764;
	background-color: #B0E0FF;
}

.greybanner {
	background-color: #4d4d4d;
}

.navtable {
	width: 228px;
	/*height: 500px;*/
	background: url("images/backgroundtable.gif");
	background-repeat: no-repeat;
}

.contenttable {
	width: 916px;
	height: 500px;
	background-color: #FFFFFF;
	margin-left: 34px;
}

td.contentcell {
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 10px;
}

p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	font-size: 12px;
	line-height: 1.5;
}

ul.tablebullet {
	padding-left: 15px;
}

ul.tablebullet li{
	padding-top: 5px;
	padding-left: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #4d4d4d;*/
	/*color: #b5c6d6;*/
	color: #0f2764;
	font-size: 18px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0f2764;
	font-size: 16px;
	padding-bottom: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0f2764;
	font-size: 12px;
}

td.rightcell {
	width: 115px;
	padding-top: 56px;
	padding-right: 15px;
}

p.light {
	color: #bdbfc2;
}

.divider {
	background: url("images/dotline.gif");
}

.footer {
	font-size: 10px;
	color: #4d4d4d;
}

.navmenu {
	font-size: 12px;
	color: #4d4d4d;
	height: 26px;
	padding-left: 20px;
	padding-top: 7px;
}

.navmenu a:link, a:visited, a:hover {
	font-size: 12px;
	color: #4d4d4d;
	text-decoration: none;
}

.navmenusel {
	font-size: 12px;
	color: #4d4d4d;
	background: url("images/tab.gif");
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 20px;
	padding-top: 7px;
	background-color: #FFFFFF;
}

.navmenusel a:link, a:visited, a:hover {
	font-size: 12px;
	color: #4d4d4d;
	text-decoration: none;
}

.navsubmenu {
	font-size: 12px;
	color: #4d4d4d;
	background: url("images/tabsub.gif");
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 40px;
	padding-top: 9px;
	background-color: #FFFFFF;
}

.navsubmenu a:link, a:visited, a:hover {
	font-size: 12px;
	color: #4d4d4d;
	text-decoration: none;
}

.navsubmenuitem {
	font-size: 12px;
	color: #4d4d4d;
	background: url("images/tabsubitemnosel.gif");
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 40px;
	padding-top: 7px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	font-size: 12px;
	color: #4d4d4d;
}

.navsubmenuitem a:link, a:visited, a:hover {
	font-size: 12px;
	color: #4d4d4d;
	text-decoration: none;
}

.navsubmenuitemsel {
	font-size: 12px;
	color: #4d4d4d;
	background: url("images/tabsubitem.gif");
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 40px;
	padding-top: 7px;
	background-color: #FFFFFF;
}

.navsubmenuitemsel a:link, a:visited, a:hover {
	font-size: 12px;
	color: #4d4d4d;
	text-decoration: none;
}

.dlink a {
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
	color: #4d4d4d;
}

.dlink a:visited, a:link {
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
	color: #4d4d4d;
}
.dlink a:hover {
    color: #000000;
}


.orangemenusel {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 160px;
	height: 50px;
	border:2px solid orange;
}

.orangemenu {
	font-size: 16px;
	text-align: center;
	width: 160px;
	height: 50px;
	border:2px solid orange;
}

.footnote {
	font-size: 10px;
	color: #4d4d4d;
}

/* Case studies */

.casestudy {
  border: 2px solid blue;
  border-radius: 1em; 
}

/* Solutions Table */

.bluetable {
	border: 1px solid blue;
	text-align: center;	
	color: #4d4d4d;
}

.bluetableheader {
	font-size: 12px;
	font-weight: bold;
	color: #0f2764;
	text-align: center;	
}

.bluetablesubheader {
	color: #4d4d4d;
	font-size: 11px;
	border-top:2px solid #0f2764;	
	border-bottom:2px solid #0f2764;
	text-align: center;	
}

td.bluetablecell2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
}

td.bluetablecell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
	border-bottom: 1px dashed #0f2764;
}

.assetmanager {
	background-color: #B0E0FF;
}

.bluetablesubheadersel {
	color: #4d4d4d;
	font-size: 11px;
	background-color: #B0E0FF;
	border-top:2px solid #0f2764;	
	border-bottom:2px solid #0f2764;	
	text-align: center;	
}

