/* CSS Document */


.body {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}
a.body:link { 
	color: #1E2463 ; 
	text-decoration : underline ; 
}
a.body:visited { 
	color: #1E2463 ; 
	text-decoration : underline ; 
}
a.body:hover { 
	color : #565D9C ; 
	text-decoration : underline ; 
}
a.body:active { 
	color: #1E2463 ; 
	text-decoration : underline ; 
}
.footer {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.footer:link { 
	color: #1E2463 ; 
	text-decoration : underline ; 
}
a.footer:visited { 
	color: #1E2463 ; 
	text-decoration : underline ; 
}
a.footer:hover { 
	color : #565D9C ; 
	text-decoration : underline ; 
}
a.footer:active { 
	color: #1E2463 ; 
	text-decoration : underline ; 
}
.subheads {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000 ;
	text-decoration: none;
}
.subheadsBld {
	font-family: Times New Roman, Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #1E2463 ;
	text-decoration: none;
}
.subheadsNoBld {
	font-family: Times New Roman, Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #1E2463 ;
	text-decoration: none;
}
.bullet {
	font-family: Times New Roman, Times, serif;
	font-size: 13px ;
	font-weight: bold ;
	color: #1E2463 ;
	text-decoration: none ;
}