
body,p,th,td,input,select,textarea {
	font-size: 12px;
	color: #111111;
}

body {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: #FFF;
	align:center;
	text-align:center;
}

table {
	text-align: left;
}

p {
	margin: 15px 0px 15px 0px;
	padding: 3px 0px 3px 0px;
}

hr {
	border: #000000 0px solid;
	border-top: #D1D7DC 1px solid;
	height: 0px;
}

img {
	border: 0px;
}

li{
	list-style-type: none;
}
li.indexTitle{
	list-style-type: none;
	font-size: 15px;
    background-image: url(index_title.gif);
    background-repeat: no-repeat;
    background-position: left 0px;
}
ul.textContent{
	font-size: 15px;
}
form {
	margin: 0;
	padding: 0;
}

input,textarea,button {
	border: 1px solid #FF6600;
	background: #ffffff;
}

a:link {
	color: #5A5A5A;
	text-decoration: none;
}

a:visited {
	color: #5A5A5A;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a.red:link {
	color: #FF0000;
	text-decoration: none;
}
a.red:visited {
	color: #FF0000;
	text-decoration: none;
}
a.red:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.binfo_a:link {
	color: #4F4F4F;
	text-decoration: none;
}

a.binfo_a:visited {
	color: #4F4F4F;
	text-decoration: none;
}

a.binfo_a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a.arrow{	
    background-image: url(arrow.jpg);
    background-repeat:no-repeat;
    padding-left:15px;
}
.select_button{
    background-image: url(select_button.png);
    background-repeat:no-repeat;
    width:70px;
    height:25px;
    cursor:hand;
    font-size:13px;
    padding-top:6px;
    border:0px solid red;
}