.bodycopy {
	font-family: arial;
	font-size: 11px;
	color: #7C7C7C;
}
.whitecopy {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: bold;
}
a.linkb:link {
	text-decoration: underline;
	color: #7C7C7C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 11px;
}
a.linkb:visited {
	text-decoration: underline;
	color: #7C7C7C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 11px;
}
a.linkb:hover {
	text-decoration: underline;
	color:#C3CFDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 11px;
}
a.linkb:active {
	text-decoration: underline;
	color: #7C7C7C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 11px;
}
















#submenu{
		display:block;
		width:200px;
		background-color:#E2E6E9;
		border:1px #B2BEC9 solid;
		
		z-index:1000;
		position:relative;
		/*top:-320px;
		left:230px;*/
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-transform:uppercase;
		margin-top:-320px;
		left:230px;
}
.submenu-item {
		margin:2px;		
}
.submenu-item a{
		display:block;
		width:184px;
		height:28px;
		background-color:#D1D8DE;		
		text-decoration:none;
		color:#FFFFFF;
		
		padding-left:12px;
		padding-top:12px;	
}
.submenu-item a:hover{
		background-color:#CAD2D9;		
		text-decoration:none;
		color:#FFFFFF;	
}