/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFF0F2;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link          { color: #000000; text-decoration: none }
a:visited       { color: #000000; text-decoration: none }
a:active        { color: #000000; text-decoration: none }
a:hover         { color: #336699; text-decoration: underline;position: relative; right: 0px; top: 1px }

.STYLE1 {color: #999999}
input {
	border: 1px solid #666666;
}
.txt1 {
	font-size: 12px;
	color: #0AB07A;
}
.tab1 {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #669999;
	background-color: #f2f6f9;
}
.tab2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.txt2 {
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: normal;
}
.bg {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-right-width: 1.5px;
}
.tab3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #074B38;
}
.t1 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.t_head {
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #efefef;
}




/*test */

.txt_border {
	border: 1px dashed #AEC9C9;
	padding: 10px;
}
.txt_menu {
	font-size: 11px;
	font-weight: bold;
	color: #3E5E5E;
}

.t_border {
	border: 1px solid #efefef;
	padding: 10px;
}
.back_button {
	BORDER-RIGHT: #cccccc 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #cccccc 1px solid;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BACKGROUND: url(../images/button_bg.png) repeat-x;
	PADDING-BOTTOM: 0px;
	MARGIN: 1px;
	BORDER-LEFT: #cccccc 1px solid;
	WIDTH: auto;
	LINE-HEIGHT: 20px;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #cccccc 1px solid;
	HEIGHT: 20px;
	TEXT-ALIGN: center;
	float: left;
}

