.border {
	border: 1px solid #0000CC;
}
.red{
	color: #000066;
	font-size: 10px;
	text-decoration:none;
	font-family: Verdana;
	font-weight: bold;
}

a.red:hover {
	color: #FF591F;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: bold;
}
.border2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000CC;
	border-right-color: #0000CC;
	border-bottom-color: #0000CC;
	border-left-color: #0000CC;
}
.border3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0033CC;
	border-right-color: #0033CC;
	border-bottom-color: #0033CC;
	border-left-color: #0033CC;
}
.border4 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0033CC;
	border-right-color: #0033CC;
	border-bottom-color: #0033CC;
	border-left-color: #0033CC;
}
.px10 {
	font-size: 12px;
}
.px12 {
	font-family: "ºÚÌå";
	font-size: 12px;
}
.title {
	font-family: "ºÚÌå";
	font-size: 18px;
	font-weight: bold;
}
.black{
	color: #000033;
	font-size: 10px;
	text-decoration:none;
	font-family: Verdana;
	font-weight: normal;
}

a.black:hover {
	color: #0000CC;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: normal;
}

