body {
	font-family: Arial;
	color: #000000;
	font-size: 11px;
	background-color: #4992c2;
}
table {
	font-family: Arial;
	color: #000000;
	font-size: 11px;
}
.bkg {
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.t1 {
	background-image: url(../images/t1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.t2 {
	background-image: url(../images/t2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.t3 {
	background-image: url(../images/t3.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 15px;
}
.t3b {
	background-image: url(../images/t3-b.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 15px;
}
.t3b-1 {
	background-image: url(../images/t3-b1.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 10px;
	width: 15px;
}
.t3b-2 {
	background-image: url(../images/t3-b2.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 10px;
	width: 15px;
}
.blue-base {
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	background-image: url(../images/blue.png);
	background-repeat: repeat;
}
.blue-mid {
	border-right: 1px solid #c4c4c4;
	background-image: url(../images/blue.png);
	background-repeat: repeat;
}
.blue-top {
	border-right: 1px solid #c4c4c4;
	border-top: 1px solid #c4c4c4;
	background-image: url(../images/blue.png);
	background-repeat: repeat;
}
.blu-solid {
	background-color: #579eff;
}
.t4 {
	background-image: url(../images/t4.png);
	background-repeat: repeat;
}
.side {
	background-image: url(../images/side.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 600px;
}
a:link {
	font-family: Arial;
	font-size: 11px;
	color: #00095c;
	text-decoration: none;
	font-weight: bold;
}	
a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #00095c;
	text-decoration: none;
	font-weight: bold;
}	
a:hover {
	font-family: Arial;
	font-size: 11px;
	color:	#000;
	text-decoration: underline;
	font-weight: bold;
}	
a:active {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}	
select {
	background-image: url(../images/blue.png);
	background-repeat: repeat;
	background-color: #cce2ff;
	color: #000000;
	border: 1px solid #c4c4c4;
	font-family: arial;
	font-size: 11px;
}
input {
	background-image: url(../images/blue.png);
	background-repeat: repeat;
	color: #000000;
	border: 1px solid #c4c4c4;
	font-family: arial;
	font-size: 11px;
}
.input {
	background-image: url(../images/blue.png);
	background-repeat: repeat;
	color: #000000;
	border: 1px solid #c4c4c4;
	font-family: arial;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
}
textarea {
	background-image: url(../images/blue.png);
	background-repeat: repeat;
	color: #000000;
	border: 1px solid #c4c4c4;
	font-family: arial;
	font-size: 11px;
}
.title1 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
	letter-spacing: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
.title21 {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #000000;
	font-weight: bold;
	color: #000000;
}

.hot1 {
	background-image: url(../images/hotel.png);
	background-repeat: repeat-x;
	border-top: 1px solid #4992c2;
}
.white{
	border: 1px solid #ffffff;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
}

a.whitelink:link {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;

}	
a.whitelink:visited {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration:underline;
}	
a.whitelink:hover {
	font-family: Arial;
	font-size: 11px;
	color:	#000;
	text-decoration: underline;
}	
a.whitelink:active {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}