/* CSS Document */
body {
	background-color: #aeb2ab;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
body,td,th {
	color: #5f635c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
}

a:link {
	color: #5f635c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5f635c;
}
a:hover {
	text-decoration: underline;
	color: #5f635c;
}
a:active {
	text-decoration: none;
	color: #5f635c;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style:italic;
}



.menu_link  a:link {
	text-decoration: none;
	color: #d0d9e2;
	font-weight:bold;
}

.menu_link a:visited {
	text-decoration: none;
	color: #d0d9e2;
	font-weight:bold;
}

.menu_link a:hover {
	text-decoration: none;
	color: #d0d9e2;
	font-weight:bold;
}
	
.menu_link a:active {
	text-decoration: none;
	color: #d0d9e2;
	font-weight:bold;
}

.menu_link_selected  a:link {
	text-decoration: none;
	color: #889baf;
	font-weight:bold;
}

.menu_link_selected a:visited {
	text-decoration: none;
	color: #889baf;
	font-weight:bold;
}

.menu_link_selected a:hover {
	text-decoration: none;
	color: #889baf;
	font-weight:bold;
}
	
.menu_link_selected a:active {
	text-decoration: none;
	color: #889baf;
	font-weight:bold;
}


.search_field {
	width:84px;
	height:19px;
	margin:0xp;
	padding:2px;
	font-size: 10px;
	background-color:#dbdbd9;
	border:0px;
	

}

.content img{
	border: 1px solid #e6e6e6; 
	padding: 5px; 
	background-color: #FFF;
}
