/* This contains the text related css definitions ONLY */

body {
	font-family: "Trebechet MS", Verdana, Geneva, "Vera Sans", sans-serif;
	font-size: 9pt; /* define the basic text settings so relative values have something to refer to */
	line-height: 11pt;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

h1 {
	background-image: none;
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
	margin: 0px;
	font-size: 16pt;
	line-height: 18pt;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	background-image: none;
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
	font-size: 13pt;
	line-height: 15pt;
}
h3 {
	background-image: none;
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
	font-size: 12pt;
	line-height: 14pt;
}
h4 {
	background-image: none;
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
	font-size: 12pt;
	font-style: italic;
	line-height: 14pt;
}
h5 {
	background-image: none;
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
}
h6 {
	background-image: none;
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
}


/* redefining standard html tags ======================================================== */

ol, ul {
}

li {
	padding-top: 6pt;
	margin-left: 12pt;
}

em {
	padding-right: 3px;
}


/* anchor related definitions ======================================================== */



/* navigation panel related definitions ======================================================== */

.black_menu_p {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 4em;
}

.black_menu_a {
	padding-right: 2em;
	padding-left: 2em;
	color: #FFFFFF;
	text-decoration: none;
}

/* NEXT definitions ======================================================== */
