/* body color and margin*/
BODY {
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 1em;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-color: #fcfcfc;
	scrollbar-base-color: #FF0000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #e0e0e0;
}

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;
}

#note{
	font-size : smaller;
	color : Maroon;
	text-align: center;
}

h7{
	font-size : xx-small;
}

/* Common link styles Begin */
a:link {
	color: #ff0000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #cc0099;
	text-decoration: none;
}
/* Common link styles End */

/* Style of form error */
.error {
	color: #FF0000;
	font-size: 11px;

	}
