@charset "utf-8";
/* CSS Document */

/* -------- TEMPLATE LAYOUT --------- */
body {
	padding: 0;
	margin: 0;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#margin {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ec5e08;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

hr{color:#E3E3E3}

.subheader {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #ec5e08;
	margin-bottom:0
}
.gray {
	color: #666666;
}
.blue {
	color: #0676B9;
}
.green {
	color: #3A9527;
}
.subheader_small {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #ec5e08;
	margin-bottom:0
}

#subheader_shaded {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/bg_td1.jpg);
	background-repeat: repeat-x;
	padding-left: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	width: 715px;
}

#list {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;

}
.list {
	background-image: url(../images/arrow_ltblue.gif);
	background-repeat: no-repeat;
	background-position: -3px 5px;
	list-style-type: none;
	text-align: left;
	margin-left: -30px;
	padding-left: 12px;
	padding-bottom: 7px;
	margin-top: 5px;
/*	font-size: 11px;
	list-style: disc url(../images/bullet.gif) outside;*/
}
.nolinespace {
	padding-bottom: 0px;
}


.orange_arrow {
	background-image: url(../images/arrow_orange.gif);
}
#list h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ec5e08;
}
#list blockquote {
	font-size: 11px;
	padding-bottom: 6px;
	line-height: 18px;
}

#list ul li {
	padding-bottom: 12px;
	line-height: 18px;
}

a:link {
	color: #0676B9;
	text-decoration: none;
}
a:visited {
	color: #0676B9;
	text-decoration: none;
}
a:hover {
	color: #ec5e08;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #0676B9;
	text-decoration: none;
}
.asterisk {
	font-size: 9px;
	font-weight: normal;
}
.graybox {
	background-color: #F4F4F4;
	padding-left: 10px;
	padding-right: 10px;
}

