body {
	background-color: #FFFFFF;
}

body, p, li {
	color: #000000; 
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; 
	font-size: 10pt;
}

li {
	margin: 7px;
}

a {
	text-decoration: none;
	color: #0761D5;
	font-size: 10pt;
}

a.NavLink {
	font-size: 8pt;
}

a.Copyright {
	font-size: 6pt;
}

a:hover {
	color: #E02373;
}

hr {
	width: 100%; 
	color: #64646F; 
	background-color: #64646F; 
	height: 1px; 
	text-align: center; 
	border: none; 
}

.NumList {  
	list-style-type: circle;
	margin-top: 0px;
	margin-bottom: 5px;
}

.PageHeader {
	font-size: 16pt; 
	font-style: normal; 
	color: #AA3A45; 
	text-align: center; 
}

.PageTitle {
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	text-align: center;
}

.SimpleText { 
	text-align: justify;
	margin-bottom: 10px;
}

.ContentText { 
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 5px;
}

.Copyright {
	font-size: 6pt;
	font-style: normal;
	color: #9E9EA9;
	text-align: center;
	vertical-align: bottom;
}

.PageSubHeader {  
	font-size: 16px; 
	font-weight: bold; 
	color: #000000; 
	text-align: center;
}

.BmpHeader {  
	text-align: center; 
}

.SimpleTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	background : #F8F8FF;
	display: table-cell;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	text-indent: 2px;
}

.NormTable {
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	background : #F8F8FF;
	display: table-cell;
	line-height: 25px;
	font-style: normal;
	font-weight: normal;
}

.NavBar { 
	font-size: 8pt; 
	text-align: left; 
	vertical-align: middle; 
	position: static;
	border-width: 0px 0px medium; 
	height: auto; 
	width: auto;
}

.SelectedText {  
	color: #812A72;
}

.Disabled {  
	background-color: #FFFFFF; 
	color: #999999
}

.BodyStyle {
	/*margin-right: 15px;
	margin-left: 15px;*/
	background-color: #FFFFFF;
}

.LinkMenu {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	line-height: 19px;
	z-index: 100;
	border-color: #ABC1B1;
	background-color: #FFFFFF;;
	width: 130px;
}

.LinkMenu a{
	width: 100%;
	display: block;
	border-bottom: 1px solid black;
	border-color: #ABC1B1;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

.LinkMenu a:hover{
	background-color: #BBD1E1;
}