/* CSS Document */

/* General Link Treatment */
a:link {
	text-decoration: none;
	color: #669900;
}
a:visited {
	text-decoration: none;
	color: #669900;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}

/* General List Treatment */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
li {
    padding-left: 0;
	/* background: transparent url(http://www.packworld.com/graphics/arrow.gif) 0 2px no-repeat; */
    margin: 0 0 12px 0;
}
.questions ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.questions li {
	padding-left: 0px;
	margin: 0 0 8px 0;
	font-style: italic;
	color: #007CBC;
	font-size: 12px;
	line-height: 14px;

}
.subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.subnav li {
	font-size: 13px;
	padding-left: 0;
	margin: 0 0 0 0;
	text-align: right;
}
.subnav a {
	color:#666666;
	}

.largeText {
	font-family: futura, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #007CBC;
	line-height: 20px;
}

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4D3029;
	line-height: 17px;
}
p {
	margin: 0px 0px 17px;
}
.tighter {
	margin: 0 0 8px 0;
}
.header {
	font-family: futura, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #993300;
	line-height: 20px;
	margin-top: 2px;
	margin-bottom: 0px;
}

#thumb a {
	padding: 4px;
	margin-bottom: 5px;
	background-color: #CCCCCC;
	display: block;
	}
#thumb a:hover {
	background-color: #E1E1E1;
	}
.description {
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
}
.smallText {
	color: #007CBC;
	font-size: 12px;
	line-height: 14px;
}
