a:link {
	background: transparent;
	color: Blue;
}
a:visited {
	background: transparent;
	color: Purple;
}
a:hover, a:active {
	background: #D3C8D9;
	color: Blue;
	text-decoration: none;
}
body {
	margin: 0 auto 10px 0;
	background-color: #d7b0d7;
	font-size: 85%;
}
div .tableborder {
	border-color: #BAC2D9;
	border-style: solid solid solid solid;
	border-width: 2px;
	margin-bottom: 5px;
	background: transparent;
}
em {
	background: transparent;
	color: Black;
	font-style: italic;
	font-weight: bold;
}
h1, h2, h3, h4, h5 {
	background: transparent;
	color: #895a8b;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: normal;
	marginx: 1em auto .5em auto;
}
hr {
	border: 0;
	background: #895a8b;
	color: #895a8b;
	height: 2px;
}
a:hover img {
	background-color: transparent !important;
}
ol ol {
	list-style-type: upper-alpha;
}
ol ol ol {
	list-style-type: lower-roman;
}
p, li, dl {
	margin-top: .5em;
	line-height: 130%; /*margin-bottom: 1em;*/
}
p, td, ul, ol, dl, blockquote {
	color: Black;
	font-family: Arial,Helvetica,Geneva,sans-serif;
}
pre {
	font-family: "Courier New",Courier,monospace;
}
table, td {
	border-color: #BAC2D9;
}
th a:link, th a:visited {
	color: #FFFFCC;
}
th a:hover, th a:active {
	background: transparent;
	color: #FFFFCC;
}
th, th p, th h1, th h2, th h3, th h4, th h5 {
	background-color: #BAC2D9;
	color: White;
	font-weight: bold;
}
ul.list-red-arrow {
	list-style-image: url(/images/bullet-arrow-red.gif);
}
.background-color-alert {
	background: #CC0000;
}
.color-alert {
	color: #CC0000 !important;
}
.background-0 {
	background-color: #FFFFCC;
}
.background-1, #bgcolor3 {
	background-color: #EDE0E8;
}
.background-2 {
	background-color: #BAC2D9;
}
.big-1st-letter {
	color: #BAC2D9;
	font-size: 2em;
	font-weight: bold;
}
.big-bold{
	font-size: 120%;
	font-weight: bold;
}
.border {
	border: 1px solid #BAC2D9;
}
.box {
	border-color: #BAC2D9;
	border-style: solid solid solid solid;
	border-width: 2px;
	padding: .5em 3% .5em 3%;
	background: #FFFFCC;
}
.boxplain {
	border-color: #BAC2D9;
	border-style: solid solid solid solid;
	border-width: 2px;
	padding: 1px 5px 1px 10px;
	background: transparent;
}
.citation {
	border-bottom: 1px dotted;
	font-style: italic;
}
.dropcap {
	float: left;
	width: .75em; /* Win IE 4.x: need to declare a width to enable the float */
	font-size: 200%;
	font-weight: bold;
}
.font-larger {
	font-size: 125% !important;
}
.font-smaller {
	font-size: 80%;
}
.font-tiny {
	font-family: Lucida Sans, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.heading-highlight {
	margin-top: 6px;
	padding: 2px 2px 2px 8px;
	background-color: #BAC2D9;
	color: White;
}
.hide {
	display: none;
}
.image-left {
	float: left;
	margin: 1em 1em .5em 0;
}
.image-right {
	float: right;
	margin: 1em 0 .5em 1em;
}
.indent1 {
	margin-left: 20px;
}
.likeheading {
	background: transparent;
	color: #895A8B;
	font-size: 1.2em;
	font-weight: bold;
}
.list-notype {
	list-style-type: none;
}
ul.list-fancy, ol.list-fancy {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.list-fancy li, ol.list-fancy li {
	padding-left: 1.3em;
	margin-left: 1em;
	background-image: url(../images/bullet_BD15172.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	//
	line-height: normal; /* first number is distance from left */
}
.notopspace, .ul-notopspace {
	margin-top: -15px;
}
.th {
	background-color: #BAC2D9;
	color: White;
}
#maincontent {
	padding: 20px;
	background-color: White;
	color: #6D486F;
}
#sidebar {
	padding: 10px 0 0 0;
}
#footer {
	padding: 10px;
	border-top: 1px solid #895a8b;
	background-color: White;
}
#masthead {
	background-color: #d3c8d9;
}

