body {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
	cursor: default;

}
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #000000;
}
a:active {
	color: #000000;
}
a:visited {
	color: #000000;
}
td {
	vertical-align: top;
}

#header {
	background-color: #FFFFFF;
	width:950px;
	padding:0px;
	margin: 0px auto;
	text-align: left;
}
#footer {
	width: 970px;
	height: 10px;
	padding:0px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url('../images/bottom.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.header_ads {
	text-align: right;
	vertical-align: bottom;
}
.search_cell {
	vertical-align: middle;
	padding-left: 10px;
	white-space: nowrap;
}
#input_search {
	font-size: 18px;
	width: 300px;
}
#button_search {
	border: 1px solid #808080;
	font-size: 18px;
}
#search_advanced_link {
	font-size: 12px;
}
#content {
	width: 950px;
	padding: 10px;
	margin: 0px auto;
	border-top: 1px solid #AAAAAA;
	background-color: #EEFFCD;
	text-align: left;
}
#content_title {
	font-weight: bold;
	color: #FF00FF;
	font-size: 22px;
}
.content_title {
	font-weight: bold;
	color: #FF00FF;
	font-size: 22px;
}
.content_title_small {
	font-weight: bold;
	color: #FF00FF;
}
#content_menu {
	text-align: center;
}
#ajax_listOfOptions{
	position: absolute;
	width: 200px;
	height: 150px;
	overflow: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: left;
	z-index: 100;
	font-size: 11px;
}
#ajax_listOfOptions div{
	margin:1px;
	padding:1px;
	cursor:pointer;
}
#ajax_listOfOptions .optionDiv {
}
#ajax_listOfOptions .optionDivSelected {
	background-color: #316AC5;
	color: #FFFFFF;
}
#ajax_listOfOptions_iframe {
	background-color: #F00000;
	position: absolute;
	z-index: 5;
}
