form {
	margin: 0px;
	padding: 0px;
}

select{
	font-family: Arial;
	font-size: 11px;
	color: #565656;
}

input {
	font-family: Arial;
	font-size: 11px;
	color: #565656;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #666666;
	text-decoration: none;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #7C7C7C;
	text-decoration: none;
}
.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #006600;
	text-decoration: none;
}
.bluelnk {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #0C70B8;
	text-decoration: none;
}
.bluelnk:hover {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #0C70B8;
	text-decoration: underline;
}
.bottomlnk {
	font-family: tahoma;
	font-size: 13px;
	line-height: 16px;
	color: #7C7C7C;
	text-decoration: none;
}
.bottomlnk:hover {
	font-family: tahoma;
	font-size: 13px;
	line-height: 16px;
	color: #F67500;
	text-decoration: underline;
}
.leftbg {
	background-attachment: fixed;
	background-image: url(../images/ph.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.smallbluelnk {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #0C70B8;
	text-decoration: none;
}
.smallbluelnk:hover {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #0C70B8;
	text-decoration: underline;
}