/* Modified October 10, 2002 */ 
body {
	color: #336600;
	font-family: Verdana, Arial, sans-serif;
}
/* This is used for all standard text in white space */
.myNormal {
	display: block;
	color: #003399;
	font-size: 12px;
	line-height: 1.1;
	padding: 0px 30px 0px 20px;
	font-family: Arial, Verdana, sans-serif;
}
/* This is used for lists and non-paragraph standard text in white space */
.myList {
	color: #003399;
	font-size: 12px;
	line-height: 1.1;
	font-family: Arial, Verdana, sans-serif;
}
/* This is used for topics and headings where an in-line style is needed */
.myTopic
{
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 20px 8px 0px;
	font-family: Arial, sans-serif;
}
.myTopicCenter
{
	color: #003399;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 10px 30px 12px 30px;
	font-family: Arial, sans-serif;
}
/* These are links that occur in the white background .... */
a.navOnWhite:link
{
	display: inline;
	line-height: 1.2;
	color: #000099;
	font-size: 12px;
	font-family: Arial, Verdana sans-serif;
}
a.navOnWhite:visited
{
	display: inline;
	line-height: 1.2;
	color: #cc0033;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}
a.navOnWhite:active
{
	display: inline;
	line-height: 1.2;
	color: #cc0033;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}
/* This is used for the bold headers and topic headings on white space */
.myTitleWhite1 {
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	padding: 10px 30px 0px 20px;
	font-family: Arial, sans-serif;
}
.myTitleWhite2 {
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	padding: 0px 30px 0px 20px;
	font-family: Arial, sans-serif;
}
.myTitle1 {
	color: #003399;
	font-size: 14px;
	padding: 10px 30px 0px 10px;
	font-family: Arial, sans-serif;
}
.myTitle2 {
	color: #003399;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 30px 8px 0px;
	font-family: Verdana, Arial, sans-serif;
}

