@charset "utf-8";
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: xx-large;
	color: #006600;
}
.style2 {
	color: #006600;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
.style5 {font-size: small;
         font-family: Georgia, "Times New Roman", Times, serif;}
.style6 {font-size: large}
.style7 {font-size: small; font-family: Georgia, "Times New Roman", Times, serif; }


body {
	background-image: url(cloth_taupe.jpg);
}
a:link {
	color: #003300;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #660033;
}
a:hover {
	text-decoration: none;
	color: #00CC00;
	cursor: auto;
	font-style: normal;
	
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #003300;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003300;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #003300;
}
.TableStyle1 {
	font-family: "Baskerville Old Face";
	font-size: 16px;
	text-transform: capitalize;
	color: #003300;
	text-align: left;
	display: table;
	height: auto;
	width: 400px;
}

