/* ---------------------------------------------------------------- */
/* General Text                                                     */
/* ---------------------------------------------------------------- */
  

BODY, P, TD {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
}

INPUT, SELECT, OPTION, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF;
	font-size: 9pt;
}

OBJECT, EMBED {
	padding: 0px;
	margin: 0px;
}
.e1 {
	font-weight: bold;
}
.e2 {
	border-top: 1px dashed #BBBBBB;
	border-bottom: 1px dashed #BBBBBB;	
	background: #999999;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 8pt;
	font-style: italic;
	margin: 5px;
}
.quotesource {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 8pt;
	font-style: plain;
	margin: 5px;
	padding-left: 5px;
}
.quotecontainer1 {
	width: 167px;
	float: right;
	background: #908b89;
	border: 1px solid #BBBBBB;
}

.copy1 {
	margin-left: 20px;
	line-height: 125%;
	position: relative; /* Hack for IE, which will not render this text over a colored background otherwise. */
}

UL.purple {
	list-style-image: url(../images/shared/dot_purple.gif);
}
UL.none {
	list-style-image: url(../images/shared/spacer_clear.gif);
}
LI {
	padding-bottom: 5px;
}

.marginside10 {
	margin-left: 10px;
	margin-right: 10px;
}
.marginside20 {
	margin-left: 20px;
	margin-right: 20px;
}
.floatrightpad10 {
	float: right;
	padding-left: 10px;
}

.imgborder {
	border: 1px solid #401736;
}
.sidedashes {
	border-left: 1px dashed #BBBBBB;
}

.graybg1 {
	background: #BBBBBB;
}


.copycontainer1 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	background: #9E9A98;
}
.copycontainer2 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	background: #81697C;
}


.linksright {
	font-size: 8pt;
	text-align: right;
}
.linksright img {
	border: 0;
	vertical-align: middle;
}

.title1 {
	/* white */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFF;
	position: relative; /* Hack for IE, which will not render this text over a colored background otherwise. */
}
.title1b {
	/* white */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFFF;
/* 	border-bottom: 1px dotted #401736; */
	border-bottom: 1px dashed #BBBBBB;
	position: relative; /* Hack for IE, which will not render this text over a colored background otherwise. */
}

.title2 {
	/* white */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFF; 
	position: relative; /* Hack for IE, which will not render this text over a colored background otherwise. */
}
.title2b {
	/* purple */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #401736; 
	position: relative; /* Hack for IE, which will not render this text over a colored background otherwise. */
}
.title9 {
	/* blue */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #512246; 
	position: relative; /* Hack for IE, which will not render this text over a colored background otherwise. */
}


.indenthang10 {
	text-indent: -10px;
	margin-left: 10px;
}
.indenthang15 {
	text-indent: -15px;
	margin-left: 15px;
}
.indenthang20 {
	text-indent: -12px;
	margin-left: 20px;
}
.listhang1 {
	text-indent: -12px;
	margin-left: 42px;
	margin-bottom: 10px;
}

A:link {
	color: #512246;
	text-decoration: underline;
}
A:visited {
	color: #512246;
	text-decoration: underline;
}
A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
A:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;

/* 	text-indent: -10px; */
/* 	margin-left: 10px; */
}
.mainnav A:link {
	color: #FFFFFF;
	text-decoration: none;
}
.mainnav A:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.mainnav A:hover {
	color: #512246;
	text-decoration: none;
}
.mainnav A:active {
	color: #512246;
	text-decoration: none;
}

