body {
	/*color: #4D4D4D;*/
	font-size: 10px;
	font-family: tahoma;
	margin: 0;
	/*background: #fff;*/
}

a:hover {
	text-decoration: underline;
	/*border-bottom: 1px dotted #ADD8E6;*/
}

a:link {
	text-decoration: none;
	color: #4D4D4D;
}

a:visited {
	text-decoration: none;
	color: #4D4D4D;
}
input {
	background-color: #fff;
	border: 1px solid #010066;
	color: #333333;
	font-weight: bold;
}

select {
	background-color: #fff;
	border: 1px solid #010066;
	color: #333333;
	font-weight: bold;
}

textarea {
	background-color: #fff;
	border: 1px solid #010066;
	color: #333333;
	font-weight: bold;
}

#list {
/*
	padding-left: 1em;
	padding-right: 1em;*/
	border: none;
}

#list .item {
	padding-top: .5em;
	padding-bottom: .3em;
	border-bottom: 1px dotted #010066;
	padding-left: .5em;
	text-align: center;
	font-family: tahoma;
	font-size: small;
}

#list .head {
	text-align: center;
	font-weight: bold;
	font-size: small;
	font-family: tahoma;	
	border: none;
	color: #fff;
	background: #010066 url('images/world_background2.jpg') top;
}

#list input {
	border: 1px solid #010066;
	background-color: #fff;
	color: #010066;
	font-size: 12px;
	font-family: tahoma;
}

#page {
	padding-left: 1em;
	padding-right: 1em;
	position: relative;
}

#search_panel {
	position: relative;
	background: #fff;
	border: 0;
	margin-left: 0em;
	width: 822px;
}

#search_panel .num {
	background: transparent url('images/star.png') top no-repeat;
	font-size: large;
	font-family: tahoma;
	text-align: center;
	font-weight: bold;
	width: 29px;
	height: 30px;
}