/***********************************   html tag class         */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #c5a46e;
	height: 100%;
	font-style: normal;
}
img {
	border:none;
}
/***********************************   link tag class         */
a:link, a:visited {
	color: #C60;
	text-decoration: none;
}
a:hover, a:active {
	color: #666;
	text-decoration: underline;
}

/***********************************   list tag class         */
ul {
	line-height: 20px;

}
ul li{
	font-style: normal;
	list-style-type: disc;
	font-weight: bold;
}
ul ul {
	list-style: circle;
}
ul ul ul {
	list-style: disc;
}
ol {
	list-style: square;
}
/***********************************   heading tag class         */
h1 {
	font-size: 16px;
	color: #600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
h2 {
	font-size: 14px;
	color: #665A4A;
	margin: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #665A4A;
}
h4 {
	font-size: 10px;
	font-weight: normal;
	color: #333;
}
h5 {
	font-size: 9px;
	font-weight: normal;
	color: #333;
}p {
	line-height: 20px;
	font-style: normal;
}
