/* body color and margin*/
BODY {
	color: #7c4d1f;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-color: f5e5bb;
}

caption {
	font-size: larger;
	font-weight: bold;
}


/* List styles */
ol, ul, dir {
margin-top:10px;
margin-bottom:10px;
}

ol li {
margin-top:15px;
}

ol.short li {
margin-top:10px;
}

li{
	list-style-image : url(/images/li.jpg);
}

hr{
	width: 50%;
}

#center {
text-align:center;
}

/* Common link styles Begin */
a:link {
	color: #736357;
	text-decoration: underline;
}
a:visited {
	color: #708090;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}
/* Common link styles End */

/* Style of form error */
.error {
	color: #FF0000;
	font-size: 11px;

	}

