html, body {
	padding:0;
	margin:0;
}
td, body {
	font-family: arial;
	font-size:13px;
}
a {
	color: B7293D;
}
a:hover {
	color:black;
}
.reg {
	font-family: arial, verdana;
	font-size:13px;
	color:black;
	background-color:eeeeee;
}

.style1 {
	margin-top: 0px;
}
#preloader {
	display:none;
	position:absolute;
	z-index:100;
	top:50%;
	height:1px;
	width:100%;
	overflow:visible;
}
#preloader img {
	position:relative;
	top:-300px;
	left:50%;
	margin-left:-212px;
	cursor:hand;
}

.grayBorder {
	border : 1px solid Gray;
}

.dashedBorder {
	border : 1px dashed Gray;
}