* { 
	font-family: Arial,Helvetica,sans-serif;
	margin: 0;
	background-color: transparent;
}

html {
	font-size: 100.01%;
}
body { 
	color: black;
	font-size: 0.75em;
}

img {
	border: 0px;
}

a.link, a.link:focus {
	color: black;
	text-decoration: underline; 
}
a.link:hover {
	text-decoration: none; 
}

#menu li a {
	padding-left: 5px;
	display:block;
	width: 108px;
	color: Black;
	line-height: 1.6em;
	text-decoration: none; 
}
#menu li a:hover, #menu li a.active {
	color: White;
	text-decoration: none;
	background: #004779;
}
#back_navigation a {
	color: #bbbbbb;
	font-size: 0.90em;
	text-decoration: none;
}
#back_navigation a:hover {
	color: #004779;
	text-decoration: none;
}
div.list_1 a, div.list_2 a {
	color: #004779;
	font-weight: bold;
	text-decoration: none;
}
div.list_1 a:hover, div.list_2 a:hover {
	color: #004779;
	font-weight: bold;
	text-decoration: underline;
}

p {
	line-height: 1.6em;
	margin: 0 0 1em 0px; 
}

h1, h2, h3, h4, h5 {
	line-height: 1.6em;
	margin: 0 0 1em 0px;
	color:#004779;
}

h1 { 
font-size: 130%;
font-weight: normal;
}
h1.title {
line-height: 1.2em;
font-size: 190%;
margin-top: 0px;
color: #535353;
}

sup {
	font-size: 75%;
}
big {
	font-size: 150%;
}

.blue {
	color: #004779;
}
.black {
	color: black;
}