.Body_Standard {
	font-weight: normal;
	font-size: 12pt;
	padding-left: 5pt;
	padding-right: 10pt;
	padding-bottom: 2pt;
	text-indent: 15pt;
	text-align: justify;
	margin: 2pt 5px 2pt 2px;
	float: none;
}

.Body_Centered {
	font-weight: normal;
	font-size: 12pt;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-bottom: 2pt;
	text-indent: 0pt;
	text-align: center;
	margin-top: 2pt;
	margin-bottom: 2pt;
}

.Body_Right_Align {
/*When supplemental menus are required they need to aligned right*/
/*Use this style for that purpose.*/

	font-weight: normal;
	font-size: 12pt;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-bottom: 2pt;
	text-indent: 10pt;
	text-align: Right;
	margin: 2pt, 2pt, 2pt, 2pt;
}

.Body_Right_Align_italic {
/*When supplemental menus are required they need to aligned right*/
/*Use this style for that purpose.*/

	font-weight: normal;
	font-size: 12pt;
	font-style:italic;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-bottom: 2pt;
	text-indent: 10pt;
	text-align: Right;
	margin: 2pt, 2pt, 2pt, 2pt;
}

.Body_Left_Align {
/*This style currently not used. Existing only for the sake of symmetry.*/
/*Just like Standard and Right_Align but left aligned.*/

	font-weight: normal;
	font-size: 12pt;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-bottom: 2pt;
	text-indent: 10pt;
	text-align: Left;
	margin: 2pt, 2pt, 2pt, 2pt;
}

.Body_Indent {
	font-weight: normal;
	font-size: 12pt;
	padding-left: 15pt;
	padding-right: 15pt;
	padding-bottom: 2pt;
	text-indent: 10pt;
	text-align: justify;
	margin: 2pt;
/*	background-attachment: fixed;
	background-image: url(../Images/layout/Indent_swash.gif);
	background-repeat: no-repeat;
	background-position: left top; */
}

.Body_Title {
/*Titles are created using one of two styles.*/
/*This one is for subsections and creates left aligned captilazed text*/

	font-weight: bolder;
	font-size: 12pt;
	padding-right: 5pt;
	padding-left: 5pt;
	padding-bottom: 0pt;
	text-transform: capitalize;
	text-align:left;
	margin: 2pt;
}

.Body_Title_Centered {
/*This is the 2nd of the title sections.  It is for page titles.*/

	font-weight: bolder;
	font-size: 12pt;
	padding-right: 5pt;
	padding-left: 5pt;
	padding-bottom: 0pt;
	text-transform: capitalize;
	text-align: center;
	margin: 2pt;
}

.Question {
	font-style: normal;
	font-weight: bolder;
	padding-right: 10pt;
	padding-bottom: 0pt;
	padding-left: 10pt;
	list-style-position: inside;
	list-style-image:  url("../Images/Misc/tiniest_rose.jpg");
	font-size: 12pt;
	text-indent: -12pt;
	text-transform: none;
}

.Answer {
	font-style: normal;
	font-weight: normal;
	padding-right: 25pt;
	padding-bottom: 2pt;
	padding-left: 10pt;
	list-style-position: inside;
	list-style-image: none;
	font-size: 12pt;
	text-indent: 0pt;
	list-style-type: none;
	text-align: left;
	margin: 0pt 2pt;
	padding-top: 0pt;
	text-transform: none;
}

.List_Item {
	font-style: normal;
	font-weight: normal;
	padding-right: 5pt;
	padding-bottom: 2pt;
	padding-left: 20pt;
	list-style-position: inside;
	list-style-image:  url("../Images/Misc/tiniest_rose.jpg");
	font-size: 12pt;
	text-transform: none;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	text-align: left;
	list-style-type: disc;
	text-indent: -30pt;
}

.Wrap_Left {
/*For images with text on the left. Creates the float and the padding.*/
/*Attach directly to the IMG tag to create a wrap-around.*/

	float: right;
	margin: 5pt 5pt 5pt 10pt
}

.Wrap_Right {
/*For images with text on the right. Creates the float and the padding.*/
/*Attach directly to the IMG tag to create a wrap-around.*/

	float: left;
	margin: 5pt 10pt 5pt 10pt
}

.Answer_Small {

	font-style: oblique;
	font-weight: lighter;
	padding-right: 0pt;
	padding-bottom: 5pt;
	padding-left: 20pt;
	list-style-position: inside;
	list-style-image: none;
	font-size: 10pt;
	text-indent: 0pt;
	list-style-type: none;
	text-align: left;
	margin: 2pt;
}

.Sale_Header {
/*This Class is used on clothes pages to announce sales. */
	text-align: right;
	color: #FF0000;
	font-weight:bold;
	font-style:italic;
	font-size: 12pt;
	padding-right: 5pt;
	padding-left: 5pt;
	padding-bottom: 0pt;
	text-transform: capitalize;
	margin: 2pt;

}

.Sale_Caption {
/*This Class is used on clothes pages to explain sales. */
	text-align: right;
	color: #FF0000;
	font-weight:normal;
	font-style:italic;
	font-size: 12pt;
	padding-right: 5pt;
	padding-left: 5pt;
	padding-bottom: 0pt;
	margin: 2pt;

}

.Price {
/*Occasionally Text needs to be centered (footers, supplemental headers).*/
/*This style uses broadest margins and padding and centered text. */

	font-weight: bold;
	font-size: 14pt;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-bottom: 0pt;
	text-indent: 0pt;
	text-align: Right;
	margin: 0pt, 0pt, 0pt, 0pt;
}

.Wrap_Right_0_pad {

/*For images with text on the right. Creates the float and the padding.*/
/*Attach directly to the IMG tag to create a wrap-around.*/

	float: left;
	margin: 0pt 5pt 5pt 5pt
}