.Styles {

}

.first {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-color: #C4AE8E;
	display: block;
	text-align: left;
	width: 150px;
	text-indent: 20px;
}
.second {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	color: #000000;
	display: block;
	width: 100%;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	background-color: #D8CABC;
}
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	background-color: #C4AE8E;
	background-position: center top;
	width: auto;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	height: auto;
	width: auto;
}
ul {
	font-weight: normal;
	list-style-type: square;
}
.Important {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #FF0000;
}
