body
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding: 0;
	margin: 0;
}	

a
{
	color: #b50000;
	text-decoration: underline;
}

a:hover
{
}

a:visited
{
	color: #b50000;
	text-decoration: underline;
}

h1 
{
	font-size: 150%;
	font-weight: 100;
	line-height: 110%;
}

h2
{
	font-size: 130%;
	font-weight: 120;
	line-height: 110%;

}

form 
{ 
	margin: 0px; 
	padding: 0px; 
	border: solid 0px #000000 
}
input, textarea
{ 
	color: #000000; 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: white; 
	border: solid 1px #000000 
}
option 
{ 
	color: #000000; 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: -1px 0px 0px -1px; 
	padding: 0px; 
	border: solid 1px #000000 
}

textarea, select 
{ 
	color: #000000; 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: -1px 0px; 
	padding: 1px 2px; 
	border: solid 1px #000000 
}


.alt
 {
	background-color:#E1E1E1;
}

.content
{
	font-size: 80%;
	line-height: 1.1em;
}

.path     
{ 
	color: #787878; 
	font-size: 70%; 
	font-family: Verdana, Arial, sans-serif;
}

.bottom-menu
{
	font-size: 70%;
}

.right-menu
{
	font-size: 70%;
	color: gray;
}

.copyright 
{ 
	color: gray; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none 
}

#outline 
{
	margin:20px;
	float:left;
	width:95%;
	height:440px;
	-moz-outline-radius:20px; 
	-moz-outline-style:solid;
	-moz-outline-color:#9FB6CD; 
	-moz-outline-width:10px;
}

#map
{
	width:100%; 
	height:440px;
	float:left;
}

