@charset "iso-8859-1";
/* CSS Document */

a:link {
	color: #1515D0;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	}

ul#tabs { list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; }
ul#tabs li { display: inline; }
ul#tabs li a {
	color: #000000;
	border-bottom: none;
	padding: 0.3em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
ul#tabs li a:hover { background-color: #f1f0ee; }
ul#tabs li a.selected { color: #000000; ; font-weight: bold; padding: 0.7em 0.3em 0.38em 0.3em; }
div.tabContent {padding: 0.5em; }
div.tabContent.hide { display: none; }
.businesscard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
}
