@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006600;
	background-color: #FFFFFF;
}
h1 {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #663333;
}
h2 {
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #663333;
}
h3 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #009900;
}
h4 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #609;
}
h5 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #36C;
}
h6 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #600;
}
.BoldxItalic {
	font-style: italic;
	font-weight: bold;
}
.BoldxUnderline {
	font-weight: bold;
	text-decoration: underline;
}
.BoldxColor {
	font-weight: bold;
	color: #669999;
}
.Color6 {
	color: #669999;
}
.Colorbrown {
	color: #630;
}
.PictureBrown {
	border: thick groove #663300;
}
.PictureBlue {
	border: thick ridge #3300CC;
}
.PictureLight {
	border: thick groove #CCFFFF;
}
.indented1   { display:none; 
}
.background  {background-repeat:no-repeat;
}
.border {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #600;
	border-right-color: #960;
	border-bottom-color: #093;
	border-left-color: #06C;
}
