form {
	margin: 0px;
	padding: 0px;
}

select{
	font-family: Arial;
	font-size: 11px;
	color: #565656;
}

textarea{
	font-family: Arial;
	font-size: 11px;
	color: #565656;
}

input {
	font-family: Arial;
	font-size: 11px;
	color: #565656;
}

.toptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 16px;
	color: #232323;
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #232323;
	text-decoration: none;
}
.bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #232323;
	text-decoration: none;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	text-decoration: none;
}
.bigwhitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 16px;
	color: #ffffff;
	text-decoration: none;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #043F67;
	text-decoration: none;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #043F67;
	text-decoration: none;
}
.bottext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #555555;
	text-decoration: none;
}
.bluelnk {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #003399;
	text-decoration: underline;
}
.bluelnk:hover {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #003399;
	text-decoration: none;
}
.redlnk {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #FD694D;
	text-decoration: none;
}
.redlnk:hover {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #FD694D;
	text-decoration: none;
}
.toplnk {
	font-family: Arial;
	font-size: 10px;
	line-height: 16px;
	color: #4E4E4E;
	text-decoration: none;
}
.toplnk:hover {
	font-family: Arial;
	font-size: 10px;
	line-height: 16px;
	color: #4E4E4E;
	text-decoration: none;
}
.leftlnk {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #232323;
	text-decoration: none;
}
.leftlnk:hover {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #003399;
	text-decoration: none;
}
.bg {
	background-image: url(../images/mb-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}
.linkbox {
	background-image: url(../images/red-box.gif);
	background-repeat: repeat;
	height: 10px;
	width: 100px;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:4px;
	
}

.orangelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #F3A45F;
	text-decoration: none;
}

.orangelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #F3A45F;
	text-decoration: underline;
}
.bgcolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: Orange;
}