.red {
	background-color: Red;
	font-family: Arial;
	font-size: 12px;
	color: White;
	line-height: 15px;
	padding: 5px;
	BORDER-BOTTOM: #B22222 1px solid;
	BORDER-LEFT: #B22222 1px solid;
	BORDER-RIGHT: #B22222 1px solid;
	BORDER-TOP: #B22222 1px solid;
}
.blue {
	background-color: Blue;
	font-family: Arial;
	font-size: 11px;
	color: White;
	padding: 5px;
	BORDER-BOTTOM: #000000 0px solid;
	BORDER-LEFT: #000000 0px solid;
	BORDER-RIGHT: #000000 0px solid;
	BORDER-TOP: #000000 0px solid;
}
.font {
	font-family: Arial;
	font-size: 11px;
	color: Black;
}
.link {
	font-family: Arial;
	font-size: 11px;
	color: Navy;
	text-decoration: none;
}
.link:hover {
	font-family: Arial;
	font-size: 11px;
	color: Red;
	text-decoration: none;
}
.link1 {
	font-family: Arial;
	font-size: 11px;
	color: White;
	text-decoration: none;
}
.link1:hover {
	font-family: Arial;
	font-size: 11px;
	color: Black;
	text-decoration: none;
}
.input {
	background-color: White;
	BORDER-BOTTOM: #ECE9D8 1px solid;
	BORDER-LEFT: #ECE9D8 1px solid;
	BORDER-RIGHT: #ECE9D8 1px solid;
	BORDER-TOP: #ECE9D8 1px solid;	
	COLOR: Black;
	FONT: 11px Arial;
}
.bg {
	background-color: White;
	background-image: url(../images/bg-blue.jpg);
	background-repeat: no-repeat;
	height: 400px;
	BORDER-BOTTOM: #ECE9D8 1px solid;
	BORDER-LEFT: #ECE9D8 1px solid;
	BORDER-RIGHT: #ECE9D8 1px solid;
	BORDER-TOP: #ECE9D8 1px solid;	
	COLOR: Black;
	FONT: 11px Arial;
}
.box {
	background-color: #1E90FF;
	background-image: url(../images/bg03.gif);
	BORDER-BOTTOM: #ECE9D8 1px solid;
	BORDER-LEFT: #ECE9D8 1px solid;
	BORDER-RIGHT: #ECE9D8 1px solid;
	BORDER-TOP: #ECE9D8 1px solid;
	COLOR: White;
	FONT: 11px Arial;
}
.title {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #DC143C;
}