@charset "utf-8";
/* CSS Document */

 img, div, a, input, .pill_fade, .index_fade { behavior: url(iepngfix.htc) }

body {
	background-attachment: scroll;
	background-image: url(images/bg_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0px;
}
.pill {
	background-attachment: fixed;
	background-image: url(images/index_pill.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:185px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #053873
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style6 {font-size: 16px}
.style7 {color: #000000}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #053873;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #053873;
}
a:hover {
	text-decoration: underline;
	color: #053873;
}
a:active {
	text-decoration: none;
	color: #053873;
}
.pill_fade {
    background:url(images/ind_background.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}
.index_fade {
    background:url(images/index_bg.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}