/* CSS Document */
a:link  {
     color: #000099; 
     background-color: transparent;
     text-decoration: none
}
a:visited  {
     color: #990000;
     background-color: transparent;
     text-decoration: none;
}

a:active  {
     color: #0099cc;
     background-color: transparent;
     text-decoration: none;
}

a:hover  {
     color: #0077cc;
     background-color: #eeeeee;
     text-decoration: none;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	margin-left: 20px;
	margin-right: 30px;
	text-align: justify;
}

H1 {
	font: small-caps 28px/38px "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	}
	
H2 {
	font: small-caps 20px/30px "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	}
	
em {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
	text-align: justify;
}

strong {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	text-align: justify;
}

.H1-extracts-heading {
	font: small-caps normal 28px/20px "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	}
	
.H1-extracts-heading2 {
	font: small-caps normal 28px/28px "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	}	
	
.H2-extracts-heading {
	font: small-caps normal 20px/20px "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	}

.p3-background {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	text-indent: 6pt;
	padding: 2px;
	background-color: #eeeeee;
}

.heading-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 17px;
	font-weight: 600;
}



