/* add all CSS tags that have PNG images in them to this list */
img, div, a, input, .breakline, .button_bg, .button_left, .button_right {
	behavior: url(iepngfix.htc)
}
*, html {
	padding: 0px;
	margin: 0px;
}
.button_bg {
	background-image: url(images/button_bg.png);
	background-repeat: repeat-x;
	padding-bottom: 8px;
}
.button_left {
	background-image: url(images/button_left.png);
	background-repeat: no-repeat;
	width: 14px;
}
.button_right {
	background-image: url(images/button_right.png);
	background-repeat: no-repeat;
	width: 19px;
}
.image_border  {
	border: 2px solid #974D9C;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x
}
ol, ul {
	margin: 0 0 0 3em;
	list-style-position: outside;
}
.breakline {
	width: 100%;
	height: 31px;
	background-image: url(images/breakline.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-size: 1px;
	background-position: center center;
	text-align: center;
}
.left {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.body_top {
	background-image: url(images/body_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 40px;
	padding-right: 37px;
}

/* ALT-LINKS & TEXT */

body, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #0F1547;
	line-height: 1.5em;
}
.alt_text {
	color: #683D8D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.textbox_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.subheader_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #954C9D;
	font-style: italic;
}
.subsection-header_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #683F8E;
	font-style: italic;
}
.small_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E4D3E5;
	font-size: 10px;
	line-height: 1.2em;
}
a:link, a:visited {
	color: #9C4CA1;
	text-decoration: underline;
}
a:hover, a:active {
	color: #67418E;
	text-decoration: none;
}
a.alt_text:link, a.alt_text:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.alt_text:hover, a.alt_text:active {
	color: #E3D5E6;
	text-decoration: none;
}
