/* CSS Document */
td {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	line-height: 130%;
	color: #373737;
	font-size: 13.5px;
}

.titlefont {
	font-size: 18px;
	font-weight: bolder;
	color: #F0635B;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";

}

.font1 {
	font-size: 10px;
	color: #444444;
}

.font2 {
	font-size: 11px;
	color: #444444;
}

.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0635B;
	border-right-color: #F0635B;
	border-bottom-color: #F0635B;
	border-left-color: #F0635B;
}

.border1 {
	border: 1px solid #A3D075;
}
.font3 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 13.5px;
}
.box {
	margin-left: 30px;
	overflow: auto;
	background-color: #EEF7FF;
	padding: 3px;
	height: 75px;
	width: 364px;

}

