body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #CC3333;
	text-decoration: none;
}
.toplinkstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B4BEC9;
}
a.toplinkstext {
	color: #6699CC;
	text-decoration: none;
}
a.toplinkstext:hover {
	color: #000000;
	text-decoration: none;
}
.mainbody {
	margin: 10px;
	padding: 10px;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #04689A;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #DEE5EB;
	border: 1px solid #FFCC33;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #DEE5EB;
	border: 1px solid #FFCC33;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #DEE5EB;
	border: 1px solid #FFCC33;
}
.smtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #04689A;
	border: 1px solid #FFCC33;
}
.dbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3333;
	border: 1px solid #FFCC33;
}
.forsale {
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
}
/* Added for form validation */

.info {
    color: #666666;
    background-color: transparent;
    font-size: 10px;
    font-weight: normal;
}
.warn {
    color: rgb(120,0,0);
    background-color: transparent;
    font-size: 10px;
    font-weight: normal; 
}
.error {
    color: red;
    background-color: transparent;
    font-size: 10px;
    font-weight: bold;
}
.errmsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: red;
}