/* CSS Document */

p { color: #336699;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.4em;
	margin-left: 25px;
	margin-right: 25px;
}



td { color: #336699;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.4em;
	margin-left: 25px;
}


.bottom {color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
}

.bottom:link { color: #FFFFFF;
		text-decoration: none;
}
.bottom:visited { color: #FFFFFF;
		text-decoration: none;
}
.bottom:active { color: #FFFFFF;
		text-decoration: none;
}
.bottom:hover { color: #FFCC00;
		text-decoration: underline;
}

h2 { color: #336699;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	margin-top: 30px;
	margin-left: 25px;
}

h3 { color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin-top: 0px;
	margin-left: 0px;
}

h4 { color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-left: 0px;
}

h5 { color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-left: 110px;
}
h6 { color: #000000;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: 0.03em;
}


a:link { color: #0033CC;
		text-decoration: none;
}
a:visited { color: #6699FF;
		text-decoration: none;
}
a:active { color: #000000;
		text-decoration: none;
}
a:hover { color: #000000;
		text-decoration: underline;
}
