/* CSS Document */
html, body {
	background: #FFFFFF url(../images/bg.gif) repeat scroll left top;
	min-height: 100%;
	height: 100%;
	width: 100%;
	border: 0px #000000 solid;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #737171;
	text-align:justify;
}

a.table {
	text-decoration: none;
	color:#737171;
}


/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body {
	height: auto;
}

img {
	border: 0;
}

img a {
	border: 0;
}

img a:hover {
	border: 0;
}

div {
	text-align: left;
}

blockquote {
	margin-left: 20px;
	margin-right: 0px;
}

a {
	color: #FF5000;
	text-decoration: none;
}

a:hover {
	color: #FF5000;
	text-decoration: none;
}

body {
	padding: 0px;
	margin:0px;
	background: #FFFFFF url(../images/bg.gif) repeat scroll left top;
}

.tbl_content {
	padding:0px;
	width:930px;
	min-height:100%;
	height:100%;
	border:0px solid red;
	background-color:#FFFFFF;
	background: url(../images/bgtbl.gif) repeat-y scroll left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align:justify;
	color: #737171;
}

.List {
	font-size: 11px;
	list-style: none;
	line-height: 15px;
	color: #737171;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}

.List a {
	color: #0072BC;
	text-decoration: none;
}

.List a:hover {
	color: #0072BC;
	border-bottom: 1px solid #FF5000;
}

.title {
	color: #0072BC;
}
.input {
	width: 100%;
	height:18px;
	background-color : transparent;
	border-top: 1px solid  #A19E9E;
	border-left: 1px solid #A19E9E;
	border-bottom: 1px solid  #737171;
	border-right: 1px solid  #737171;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#4D6D7F ;
	font-size : 11px;
	padding:2px;
}
