@import url("css2009.css");
td {
	font-size: 13px;
	color: #333333;

}
a:link {
	color: #333333;
	text-decoration: none;

}
a:visited {
	color: #333333;
	text-decoration: none;
	

}
a:hover {
	color: #FF0033;
	text-decoration: underline;

}
a:active {
	color: #FF0033;
	text-decoration: underline;
}
.textlarge {
	font-size: 14px;
	line-height: 20px;
}.titler {
	font-size: 14px;
	background-color: #E6F3FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #99CCFF;
	border-right-color: #99CCFF;
	border-bottom-color: #99CCFF;
	border-left-color: #99CCFF;
}
.lineblue {
	border: 1px solid #3333CC;


}
.linetext {
	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: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.title {
	font-size: 16px;
	font-weight: 600;
	color: #FF0033;
}
.box1 {
	height: 25px;
	width: 280px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	vertical-align: bottom;

}
.large {
	font-size: x-large;
}
.line1 {
	border-top: 1px dotted #0033CC;
	border-right: 1px none #0033CC;
	border-bottom: 1px none #0033CC;
	border-left: 1px none #0033CC;
}
.line2 {
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.line {
	border-top: 1px dotted #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px none #999999;
}
