/* CSS Document */
/*change background image and color for left navigation column*/
#lt_column {
	background: #D5CEEF url(../i/bglt_violet.jpg) no-repeat left top;
	color: #483591;
}
/*change bottom line for center table*/
#ctr_btmline {
	background: url(../i/bgbtmline_lt.gif) repeat-x left top;
	height: 13px;
	margin: 0px;
	padding: 0px;
}
/*change tag image for left column navigation*/
#lt_column ul li {
	color: #483591;
	background: url(../i/i_tagviolet.gif) no-repeat left top;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 25px;
	font-weight: bold;
}
/*change breadcrumbs background color*/
#breadcrumbs {
	background: #D5CEEF;
	margin: 0px;
	color: #483591;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*change links' colors*/
a {
	color: #483591;
	font-weight: normal;
}
/*Primary navigation item*/
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
/*Secondary navigation item */
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #8774D4;
	margin: 0px;
}
/*Title */
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background: url(../i/iarrow_title.gif) no-repeat left;
	padding-left: 19px;
}

/*Subtitle */
h5 {
	font-size: 11px;
	font-weight: bold;
	color: #8774D4;
	margin: 0px;
}
/*Text */
p {
	font-size: 11px;
	color: #000000;
	margin: 0px;
}
