html, body, table, tr, td, div, span, img, h1, h2, h3, h4{
	border: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

html{
	font-size: 14px;
}

body{
	font-family: Arial, Sans-Serif;
	font-size: 90%;
	background-color: #f1dfa5;
	color: Black;
}

table{
	border-collapse: collapse;
}

a{
	font-size: 13px;
	color: #3a78de;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

.active_url{
	margin-left: -10px;
	padding-left: 10px;
	background: #C8C8C8 url(../images/menu_arrow.gif) no-repeat left;
}

/*a:visited{
	color: #7993F7;
}*/

span.pseudo_link{
	display: inline;
	color: #3a78de;
	border-bottom: 1px dashed #3a78de;
	cursor: pointer;
}

span.pseudo_link:hover{
	color: #3a78de;
	border-bottom: none;
	cursor: pointer;
}

input.emptySearch{
	color: Grey;
}

/* NEWS */
div.date{
	color: #B22222;
	margin-top: 10px;
}

span.pages{
	background: #C8C8C8;
}

/* SEARCH */
div.search{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}

span.search_title{
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	color: #b50800;
}

span.search_error{
	font-size: 14px;
	color: #BA2020;
	font-weight: bold;
}

div.search_form{
	background: transparent;
	padding: 40px 5px 5px 5px;
	text-align: left;
}

input.search_input{
	border: 1px solid #B9B9B9;
	color: #696969;
	cursor: text;
	padding: 3px 3px 3px 3px;
}

input.search_button{
	color: #000162;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	border: 0px;
	background: transparent;
}

span.search_query{
	background: #FFDC99;
	border-bottom-color: #A52A2A;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #2A5173;
	font-weight: 600;
}

span.search_query:hover{
	background: #FFDC99;
	border-bottom-color: #FFA73C;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #2A5173;
	font-weight: 600;
	cursor: pointer;
}

span.search_result{
	color: #DE6B0C;
	text-decoration: none;
	font-style: italic;
}

span.search_result:hover{
	color: #F1964C;
	text-decoration: none;
	font-style: italic;
}

div.search_block{
	background: #FCF4F4;
	border-left-color: #E0772A;
	border-left-style: solid;
	border-left-width: 3px;
	padding: 3px 3px 3px 3px;
	margin-bottom: 2px;
	line-height: 18px;
}

div.search_block:hover{
	background: #F5E0E0;
	border-left-color: #F5AC70;
	border-left-style: solid;
	border-left-width: 3px;
	padding: 3px 3px 3px 3px;
	margin-bottom: 2px;
	line-height: 18px;
}