b {color:#f66}
hr {color:#FF9900}
.g{color:green}
.h {color: #333}
.h a {color: #333;text-decoration:none}
.h a:visited {color: #666;text-decoration:none}
.h a:hover {color: #f33;text-decoration:underline overline}
.hand {cursor:hand;color:#00f}
body,td,th {
	font-family: arial, sans-serif;
	font-size: 14px;
}
body {
	margin-left: 5px;
	margin-top: 25px;
	margin-right: 5px;
}
.input_box {
	font-family: arial, sans-serif;
}
#Out_container {
	width: 960px;
	text-align: left;
}
#Foot_Container {
	width: 100%;
	float:left;
	text-align:center;
	padding:10px;
}
#Head_Line {
	width: 950px;
	text-align: right;
	padding: 5px;
	background-color: #F5F5F5;
	border: 1px solid #cccccc;
}
#Search_Body {
	width: 680px;
	border: 1px solid #cccccc;
	float: left;
	padding:5px;
}
#SideBar {
	width: 260px;
	height:260px;
	text-align: left;
	float: right;
	border: 1px solid #cccccc;
}
#Top_Title {
	padding: 5px;
	background-color: #F5F5F5;
	border: 1px solid #cccccc;
}
#Spacer {
	width:100%;
	height:3;
}

/* odd items 1,3,5,7,... */
.odd {
    background: #E5E5E5;
	white-space: nowrap;
}

/* even items 2,4,6,8,... */
.even {
    background: #CCCCCC;
	white-space: nowrap;
}
