/* CSS Document */

.search {
	margin-bottom: 2px;
	margin-right: 6px;
}

.spacing {
	border-left: dotted orange 1px;
	margin-top: 10px;
	margin-bottom: 10px; 
}

.heading {
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	height: 30px;
	width: 750px;
	float: left;
	margin-bottom: 5px;
}

.orange {
	background: #FF9900;
	width: 750px;
	height: 3px;
	font-size: 3px;
}

.menu {
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma;
	color: #ddddFF;
	text-align: right;
	margin-bottom: 2px;
	margin-right: 5px;
	text-decoration: none;
}

.bottom {
	vertical-align: bottom;
}

.sitemap {
	font-size: 8pt;
	font-family: Tahoma;
	color: #0044FF;
}

.text_content {
	font-size: 8pt;
	font-family: Verdana;
	color: #333355;
}

.text_content2 {
	font-size: 8pt;
	font-family: Tahoma;
	color: #0066FF;
	text-decoration: none;
}

.text_title {
	font-size: 14pt;
	font-family: Tahoma;
	color: #FF9900;
}

.text_footer {
	font-size: 8pt;
	font-family: Tahoma;
	color: #FFFFFF;
}

.links {
	text-decoration: none;
	border-style: none;
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	color: #0066CC;
}

