body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/headingbg.gif);
}
.maindiv {
	background-color: #F1F1E4;
	height: 100%;
	width: 800px;
	border-right: 2px solid #999999;
	border-left: 2px solid #FFFFFF;
	position: relative;
	padding: 5px;
}
.titleBox {
	height: 100px;
	width: 100%;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.imgBorder {
	border-top: 2px inset #999999;
	border-right: 2px inset #FFFFFF;
	border-bottom: 2px inset #FFFFFF;
	border-left: 2px inset #999999;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 2px;
	height: 15px;
	width: 100%;
	border-top: 1px inset #999999;
	border-right: 1px inset #FFFFFF;
	border-bottom: 1px inset #FFFFFF;
	border-left: 1px inset #999999;
}
.favouriteslist {
	background-color: #FFFFFF;
	border-top: 2px inset #999999;
	border-right: 2px inset #FFFFFF;
	border-bottom: 2px inset #FFFFFF;
	border-left: 2px inset #999999;
}
label {
	color: #0099FF;
	font-weight: bold;
}
a:link {
	color: #0099FF;
	font-weight: bold;
}
a:visited {
	color: #0099FF;
	font-weight: bold;
}
a:hover {
	color: #9966CC;
	font-weight: bold;
}
a:active {
	color: #0099FF;
	font-weight: bold;
}