body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 5px;
	background-color:#25588E;
}
a, a:link, a:visited {
	color:#CF7423;
	text-decoration: none;
}
a:hover {
	color:#A8CB3D;
	text-decoration: underline;
}
.h{
	font-weight:bold;
}
#container{
	margin: auto;
	width: 900px;
	border: 1px solid #fff;
	background-image: url(images/ter_bg.gif);
}
#header{
 width: 900px;
 height: 185px;
 position:relative;
 top:-22px;
 left:-1px;
 border-left: 1px solid #fff;
 border-right: 1px solid #fff;}
#header_left{
	float:left;
	width: 450px;
	height: 32px;
	top: 210px;
	text-align:center;
	padding-top: 15px;
	color: #FFFFFF;
	font-weight:bold;
	background-image: url(images/ter_top_left.jpg);
	background-repeat: no-repeat;
}
#header_right{
	float:right;
	width: 450px;
	height: 32px;
	text-align:center;
	padding-top: 15px;
	color: #FFFFFF;
	font-weight:bold;
	background-image: url(images/ter_top_right.jpg);
	background-repeat: no-repeat;
}
#contents_left{
	float:left;
	clear:left;
	width: 335px;
	height: auto;
	font-size:14px;
	padding: 10px 40px 10px 75px;
	background-image: url(images/ter_bg_left.gif);
}
#contents_right{
	float:right;
	clear:right;
	width: 335px;
	height: auto;
	font-size:14px;
	padding: 10px 75px 10px 40px;
	background-image: url(images/ter_bg_right.gif);
}
#bottom{
	clear:both;
	width: 900px;
	height:25px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	font-size:12px;
	background-image: url(images/ter_bottom.jpg);
	background-repeat:no-repeat;
}
.plan_table{
	font-size:10px;
	border: 1px solid #cccccc;
}
.plan_cell{
	background-color: #CCCCCC;
}
.plan_cell:hover{
	background-color: #666666;
	color: #ffffff;
}
.plan_cell2:hover{
	background-color: #666666;
	color: #ffffff;
}
img.floatLeft { 
	float: left;
	margin: 4px; 
}

img.floatRight { 
	float: right;
	margin: 4px; 
}
textarea, input, button{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.label{
	float:left;
	width:75px;
	text-align:right;
}
.text_box{
	padding: 3px;
	background-color: #F1F5F2;
	border: 1px solid #ccc;
	margin: 3px 0;
}
.delconfirm {
	background-color: #5E95D0;
	text-align: center;
	border: 2px solid #000;
	position: absolute;
	left: 43%;
	top: 40%;
	padding: 10px;
	width: 200px;
	color: #fff;
	z-index:999;
}
h1{
	display:inline;
	font-size:14px;
}
