body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #757575;
	margin-top:12px;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:0px;
	
	scrollbar-3dlight-color:#253765; 
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#253765;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#4F63AA;
	scrollbar-highlight-color:#5A94CE;
	scrollbar-shadow-color:#253765;
	scrollbar-track-color:#ffffff;
	-webkit-text-size-adjust: none;
}
td {
	
	font-size: 13px;
	color: #757575;
}
p {
	margin-top:0px;
	margin-bottom:10px;
}
.menu a {
	display:block;
	width:118px;
	height:18px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background:#4f63aa;
	text-align:center;
	padding-top: 2px;
}
.menu a:hover {
	display:block;
	width:118px;
	height:18px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background:#253765;
	text-align:center;
	padding-top: 2px;
}
.submenu a {
	background:#6d78a1;
}
a {
	font-weight: bold;
	color: #214A82;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #858789;
	text-decoration: underline;
}
.subhead_DarkBlue {
	color: #214A82;
	font-size: 14px;
	font-weight: bold;
}
.subhead_LightBlue {
	color: #5A94CE;
	font-size: 14px;
	font-weight: bold;
}
.colLeft {
	width:346px;
	/*background-color:#99FF00;*/
	padding-right:20px;
}
.colSpace {
	width:16px;
	background-color:#00FFFF;
}
.colRight {
	width:362px;
	/*background-color:#6666CC;*/
}
.colRightScroll {
	width:390px;
	/*background-color:#6666CC;*/
}
.scrollableDiv {
	width:390px;
	height:100%;
	overflow:auto;
}