form {
	margin: 0px;
	padding: 0px;
}

select{
	font-family: arial;
	font-size: 11px;
	color: #555555;
}

input {
	font-family: arial;
	font-size: 11px;
	color: #555555;
}

.text {
	font-family: arial;
	font-size: 11px;
	line-height:18px;
	color: #555555;
	text-decoration: none;
}

.text1 {
	font-family: arial;
	font-size: 11px;
	line-height:18px;
	color: black;
	text-decoration: none;
}


.redtext {
	font-family: arial;
	font-size: 11px;
	line-height:18px;
	color: #B10E0F;
	text-decoration: none;
}

.tit {
	font-family: arial;
	font-size: 13px;
	line-height:18px;
	color: #B10E0F;
	text-decoration: none;
}

.smalltext {
	font-family: arial;
	font-size: 10px;
	line-height:18px;
	color: #555555;
	text-decoration: underline;
}

.whitetxt{
	font-family: arial;
	font-size: 10px;
	line-height:18px;
	color: #ffffff;
	text-decoration: none;
}

.bluelnk {
	font-family: arial;
	font-size: 11px;
	line-height:18px;
	color: #052090;
	text-decoration: underline;
}

.bluelnk:hover {
	font-family: arial;
	font-size: 11px;
	line-height:18px;
	color: #052090;
	text-decoration: none;
}

.bluelnkwithoutunderline {
	font-family: arial;
	font-size: 11px;
	line-height:18px;
	color: #052090;
	text-decoration: none;
}

.bottext {
	font-family: arial;
	font-size: 9px;
	line-height:18px;
	color: #BBBBBB;
	text-decoration: none;
}
.bottext:hover {
	font-family: arial;
	font-size: 9px;
	line-height:18px;
	color: #BBBBBB;
	text-decoration: underline;
}

.boxbg {
	background-image: url(../images/boxbg.gif);
	height: 107px;
	width: 356px;
}
