.caption {
	font-family: times;
	font-size: 12 pt;
	/*font-weight: bold;*/
	font-style: italic;
	margin-left:2px;
	text-align:center;
	color="olive";
}
.normal {
	font-family: verdana;
	font-size: 10pt;
	color: #333333;
}
.normalgreen {
	font-family: verdana;
	font-size: 10pt;
	color: olive;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #5C6772;
	font-weight: bold;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #424951;
	font-weight: bold;
	line-height: 13pt;
}
a {
	color: #275078;
	text-decoration:underline;
	font-weight: bold;
}
a:link {
	color: #003366;
	text-decoration:underline;
	font-weight: bold;
}
a:active {
	color: #003366;
	text-decoration:underline;
	font-weight: bold;
}
a:hover {
	color: #003366;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color: #666699;
	font-weight: bold;
}

.headline {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica;
	color: #F5BC96;
	font-style: italic;
	letter-spacing: 90%;
	word-spacing: 80%;
	font-weight: bold;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #OOOOOO;
	/* border: 1px outset #OOOOOO; */
	text-decoration: none;
	/*padding: 1; */
}
.navigation:visited {
	color: #996600;
	text-decoration: none;

}
.navigation:hover {
	color: #FFFFFF;
	background-color: #996600;
	text-decoration: none;
}

.content1 {

	font-size: 10pt;
	line-height: 20pt;
	text-align: justify;
}

.footer {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	text-align: center;

}
.footer:visited {
	color: #FFE58A;
}
.footer:hover {
	color: #FFE58A;
	text-decoration: underline;

}

ul {

	list-style-image: url(images/bullet.gif);
}
.headernavigation {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.headernavigation:visited {

	color: #CCCCCC;
	text-decoration: none;
}
.headernavigation:hover {

	color: #FFEFDF;
	text-decoration: underline;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

