.article {
	padding-left: 10px;
	padding-top: 10px;
}

.article ul,ol {
	padding-left: 50px;
	padding-top: 10px;
}

.article a {
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

p {
	padding: 0 14px 14px 14px;
}

#Pnormal p {
	padding-left: 0px;
	padding-top: 10px;
}

.article .pdf {
	padding: 7px 0px 7px 0px;
}

.sectiontext {
	font-size: 12px;
}

.sectiontext2 {
	font-size: 12px;
	padding-top:10px;
}

#buyers_guide .heading {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#buyers_guide a {
	color: blue;
	text-decoration: underline;
}

#buyers_guide #questions {
	padding-bottom: 20px;
	padding-left: 30px;
}

#buyers_guide #answers {
	padding-bottom: 10px;
	padding-left: 10px;
}

#buyers_guide #answers .answer {
	padding-top: 5px;
	padding-bottom: 20px;
}

#buyers_guide #answers p {
	padding: 5px 0 10px 0;
	text-align: justify;
	vertical-align: top;
}

#buyers_guide #answers .question {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}

#buyers_guide #answers .img_left {
	padding: 2px 10px 5px 0;
}

#buyers_guide #answers .img_right {
	padding: 2px 0 5px 10px;
}

#amish_doc_table {
    margin: 20px 20px 10px 10px;
    border-top: 1px solid #008080;
    border-left: 1px solid #008080;
    border-bottom: 1px solid #008080;
    background-color: white;
    background-image: url(/images/right_margin.gif);
    background-position: right;
    background-repeat: repeat-y;
}

#amish_doc_table #heading {
	text-align: center;
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #333300;
}

.amish_doc_table {
    border-top: 1px solid #008080;
    border-left: 1px solid #008080;
    border-bottom: 1px solid #008080;
    background-color: white;
    background-image: url(/images/right_margin.gif);
    background-position: right;
    background-repeat: repeat-y;
    margin: 5px;
    padding: 15px;
}

.amish_doc_title {
    font-size: 24px;
    color: #333300;
}

.amish_doc_paragraph {
    font-size: 12px;
    text-align: justify;
    vertical-align: top;
    color: #333300;
}
.amish_doc_padding_right {
    padding-right:10px;
}
.amish_doc_padding_left {
    padding-left:10px;
}
.amish_doc_a {
    font-size: 12px;
    text-decoration:underline;
    color: #1a37bb;
}
.amish_doc_a:hover {
    font-size: 12px;
    text-decoration:none;
    color: #1a37bb;
}

#pdf_article img {
    padding: 10px;
}