/* CSS Document */
body, td, p, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	margin:0px;

}

.TopBg {
	background-color:#5B63AE;
}

.SubmitBtn {
	background:url(images/Button.gif) blue;
	border:1px ridge black;
	color:white;
	height:24px;
}

.TBLFrame {
	margin:20px;
}

.PageTitle {
	font-size:16px;
	font-weight:bold;
}
