/* ---------------------------------- CSS Document ---------------------------------- */

/* ---------------------------------- Main ---------------------------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td {
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
th {
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006699;
	text-align: left;
}
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #0066CC;
}
a:active {
	color: #006699;
}

/* ---------------------------------- Forms ---------------------------------- */

fieldset {
  	border:solid 0 #fff;
} 
.tf_search {
	height:15px;
	width:110px;
	border:solid 0 #fff;
	vertical-align:middle;
	font-size:10px;
	padding:0px;
}
.tf_user {
	height:15px;
	width:110px;
	border:solid 0 #fff;
	vertical-align:middle;
	font-size:10px;
	padding:0px;
}
.tf_pass {
	height:15px;
	width:110px;
	border:solid 0 #fff;
	vertical-align:middle;
	font-size:10px;
	padding:0px;
}
.bg{
	background-position: center;
	background-repeat:no-repeat;
}

/* ---------------------------------- Image ---------------------------------- */

.image_norepeat_bottom {
	background-repeat:no-repeat;
	background-position:bottom;
}
.image_norepeat_top {
	background-repeat:no-repeat;
}
.image_align{
	vertical-align:middle
}

/* ---------------------------------- Text ---------------------------------- */

.txt_pic_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
	color: #003377;
}
.txt_pic_sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	color: #003377;
}

/* ---------------------------------- Head Text ---------------------------------- */
.txt_head1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#003366;
	font-weight:500;
}
.txt_head2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#003366;
	font-weight:500;
}
.txt_head_sub1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
.txt_head_sub2 {
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}


